Searched refs:BUSTYPE (Results 1 – 5 of 5) sorted by relevance
145 if (BUSTYPE(bustype) == PCMCIA_BUS) in si_buscore_prep()149 if (BUSTYPE(bustype) == SDIO_BUS) { in si_buscore_prep()240 if (BUSTYPE(bustype) == PCI_BUS) { in si_buscore_setup()252 } else if ((BUSTYPE(bustype) == PCMCIA_BUS) && in si_buscore_setup()258 else if (((BUSTYPE(bustype) == SDIO_BUS) || in si_buscore_setup()259 (BUSTYPE(bustype) == SPI_BUS)) && in si_buscore_setup()289 if (BUSTYPE(sii->pub.bustype) == SI_BUS && (CHIPID(sii->pub.chip) == BCM4712_CHIP_ID) && in si_buscore_setup()297 if ((BUSTYPE(bustype) == SDIO_BUS) || (BUSTYPE(bustype) == SPI_BUS)) { in si_buscore_setup()353 if (bustype != BUSTYPE(bustype)) { in si_doattach()355 bustype, BUSTYPE(bustype))); in si_doattach()[all …]
106 #define PCI(si) ((BUSTYPE((si)->pub.bustype) == PCI_BUS) && \109 #define PCIE_GEN1(si) ((BUSTYPE((si)->pub.bustype) == PCI_BUS) && \112 #define PCIE_GEN2(si) ((BUSTYPE((si)->pub.bustype) == PCI_BUS) && \117 #define PCMCIA(si) ((BUSTYPE((si)->pub.bustype) == PCMCIA_BUS) && ((si)->memseg == TRUE))
115 if (BUSTYPE(sii->pub.bustype) == PCMCIA_BUS) { in sb_write_sbreg()214 switch (BUSTYPE(sii->pub.bustype)) { in _sb_coresba()388 if (BUSTYPE(sii->pub.bustype) == SI_BUS) { in sb_corereg()398 } else if (BUSTYPE(sii->pub.bustype) == PCI_BUS) { in sb_corereg()495 if ((BUSTYPE(sii->pub.bustype) == SI_BUS) && (sii->coresba[next] == sba)) { in _sb_scan()623 switch (BUSTYPE(sii->pub.bustype)) { in _sb_setcoreidx()920 switch (BUSTYPE(sii->pub.bustype)) { in sb_set_initiator_to()
132 switch (BUSTYPE(sih->bustype)) { in ai_scan()361 switch (BUSTYPE(sih->bustype)) { in ai_setcoreidx()664 if (BUSTYPE(sih->bustype) == SI_BUS) { in ai_corereg()674 } else if (BUSTYPE(sih->bustype) == PCI_BUS) { in ai_corereg()
110 #define BUSTYPE(bus) (BCMBUSTYPE) macro112 #define BUSTYPE(bus) (bus) macro