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

/linux-master/drivers/bcma/
H A Ddriver_pci.c165 pcicore_write16(pc, regoff, val16);
232 pcicore_write16(pc, regoff, val16);
/linux-master/drivers/ssb/
H A Ddriver_pcicore.c44 void pcicore_write16(struct ssb_pcicore *pc, u16 offset, u16 value) function
348 pcicore_write16(pc, SSB_PCICORE_SPROM(0),
437 pcicore_write16(pc, SSB_PCICORE_SPROM(0), tmp);
524 pcicore_write16(pc, SSB_PCICORE_SPROM(5),
/linux-master/include/linux/bcma/
H A Dbcma_driver_pci.h239 #define pcicore_write16(pc, offset, val) bcma_write16((pc)->core, offset, val) macro

Completed in 206 milliseconds