Searched refs:pcicore_read16 (Results 1 – 3 of 3) sorted by relevance
38 u16 pcicore_read16(struct ssb_pcicore *pc, u16 offset) in pcicore_read16() function349 pcicore_read16(pc, SSB_PCICORE_SPROM(0)) in ssb_pcicore_init_hostmode()433 u16 tmp = pcicore_read16(pc, SSB_PCICORE_SPROM(0)); in ssb_pcicore_fix_sprom_core_index()522 tmp = pcicore_read16(pc, SSB_PCICORE_SPROM(5)); in ssb_pcicore_pcie_setup_workarounds()
160 val16 = pcicore_read16(pc, regoff); in bcma_core_pci_fixcfg()228 val16 = pcicore_read16(pc, regoff); in bcma_core_pci_config_fixup()
237 #define pcicore_read16(pc, offset) bcma_read16((pc)->core, offset) macro