Searched refs:pcicore_read16 (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/bcma/
H A Ddriver_pci.c160 val16 = pcicore_read16(pc, regoff);
228 val16 = pcicore_read16(pc, regoff);
/linux-master/drivers/ssb/
H A Ddriver_pcicore.c38 u16 pcicore_read16(struct ssb_pcicore *pc, u16 offset) function
349 pcicore_read16(pc, SSB_PCICORE_SPROM(0))
433 u16 tmp = pcicore_read16(pc, SSB_PCICORE_SPROM(0));
522 tmp = pcicore_read16(pc, SSB_PCICORE_SPROM(5));
/linux-master/include/linux/bcma/
H A Dbcma_driver_pci.h237 #define pcicore_read16(pc, offset) bcma_read16((pc)->core, offset) macro

Completed in 137 milliseconds