Searched refs:BUSTYPE (Results 1 – 6 of 6) sorted by relevance
143 if (BUSTYPE(bustype) == PCMCIA_BUS) in si_buscore_prep()147 if (BUSTYPE(bustype) == SDIO_BUS) { in si_buscore_prep()234 if (BUSTYPE(bustype) == PCI_BUS) { in si_buscore_setup()244 } else if ((BUSTYPE(bustype) == PCMCIA_BUS) && in si_buscore_setup()250 else if (((BUSTYPE(bustype) == SDIO_BUS) || in si_buscore_setup()251 (BUSTYPE(bustype) == SPI_BUS)) && in si_buscore_setup()269 if (BUSTYPE(sii->pub.bustype) == SI_BUS && (CHIPID(sii->pub.chip) == BCM4712_CHIP_ID) && in si_buscore_setup()277 if ((BUSTYPE(bustype) == SDIO_BUS) || (BUSTYPE(bustype) == SPI_BUS)) { in si_buscore_setup()340 if (bustype != BUSTYPE(bustype)) { in si_doattach()342 bustype, BUSTYPE(bustype))); in si_doattach()[all …]
113 if (BUSTYPE(sii->pub.bustype) == PCMCIA_BUS) { in sb_write_sbreg()195 switch (BUSTYPE(sii->pub.bustype)) { in _sb_coresba()369 if (BUSTYPE(sii->pub.bustype) == SI_BUS) { in sb_corereg()379 } else if (BUSTYPE(sii->pub.bustype) == PCI_BUS) { in sb_corereg()476 if ((BUSTYPE(sii->pub.bustype) == SI_BUS) && in _sb_scan()600 switch (BUSTYPE(sii->pub.bustype)) { in _sb_setcoreidx()858 if ((BUSTYPE(sii->pub.bustype) != PCI_BUS) || PCIE(sii) || in sb_core_tofixup()865 if (BUSTYPE(sii->pub.bustype) == SI_BUS) { in sb_core_tofixup()922 switch (BUSTYPE(sii->pub.bustype)) { in sb_set_initiator_to()
104 #define PCI(si) ((BUSTYPE((si)->pub.bustype) == PCI_BUS) && \106 #define PCIE(si) ((BUSTYPE((si)->pub.bustype) == PCI_BUS) && \108 #define PCMCIA(si) ((BUSTYPE((si)->pub.bustype) == PCMCIA_BUS) && ((si)->memseg == TRUE))
124 switch (BUSTYPE(sih->bustype)) { in ai_scan()329 switch (BUSTYPE(sih->bustype)) { in ai_setcoreidx()502 if (BUSTYPE(sih->bustype) == SI_BUS) { in ai_corereg()512 } else if (BUSTYPE(sih->bustype) == PCI_BUS) { in ai_corereg()
42 #define BUSTYPE(bus) (BCMBUSTYPE) macro44 #define BUSTYPE(bus) (bus) macro
102 #define BUSTYPE "BusType" /* Bus type board is on */ macro