Searched refs:big_phb (Results 1 – 2 of 2) sorted by relevance
237 uint32_t num_windows = phb->big_phb ? PNV_PHB4_MAX_MMIO_WINDOWS : in pnv_phb4_check_all_mbt()261 mask = phb->big_phb ? PNV_PHB4_MAX_MIST : (PNV_PHB4_MAX_MIST >> 1); in pnv_phb4_ioda_access()265 mask = phb->big_phb ? 127 : 63; in pnv_phb4_ioda_access()268 mask = phb->big_phb ? 15 : 7; in pnv_phb4_ioda_access()272 mask = phb->big_phb ? PNV_PHB4_MAX_PEs : (PNV_PHB4_MAX_PEs >> 1); in pnv_phb4_ioda_access()277 mask = phb->big_phb ? PNV_PHB4_MAX_TVEs : (PNV_PHB4_MAX_TVEs >> 1); in pnv_phb4_ioda_access()282 mask = phb->big_phb ? 1023 : 511; in pnv_phb4_ioda_access()286 mask = phb->big_phb ? PNV_PHB4_MAX_MBEs : (PNV_PHB4_MAX_MBEs >> 1); in pnv_phb4_ioda_access()291 mask = phb->big_phb ? PNV_PHB4_MAX_PEs : (PNV_PHB4_MAX_PEs >> 1); in pnv_phb4_ioda_access()296 mask = phb->big_phb ? PNV_PHB4_MAX_PEEVs : (PNV_PHB4_MAX_PEEVs >> 1); in pnv_phb4_ioda_access()[all …]
105 bool big_phb; member