Home
last modified time | relevance | path

Searched refs:SI_BUS (Results 1 – 6 of 6) sorted by relevance

/drivers/net/wireless/bcmdhd/
Dsiutils.c115 SI_BUS, NULL, in si_kattach()
289 if (BUSTYPE(sii->pub.bustype) == SI_BUS && (CHIPID(sii->pub.chip) == BCM4712_CHIP_ID) && in si_buscore_setup()
497 if (BUSTYPE(sih->bustype) == SI_BUS) in si_detach()
506 #if !defined(BCMBUSTYPE) || (BCMBUSTYPE == SI_BUS) in si_detach()
1331 (BUSTYPE(sih->bustype) == SI_BUS) && (val || mask)) { in si_gpiocontrol()
1353 (BUSTYPE(sih->bustype) == SI_BUS) && (val || mask)) { in si_gpioouten()
1375 (BUSTYPE(sih->bustype) == SI_BUS) && (val || mask)) { in si_gpioout()
1392 if ((BUSTYPE(sih->bustype) != SI_BUS) || (!priority)) { in si_gpioreserve()
1393 ASSERT((BUSTYPE(sih->bustype) == SI_BUS) && (priority)); in si_gpioreserve()
1423 if ((BUSTYPE(sih->bustype) != SI_BUS) || (!priority)) { in si_gpiorelease()
[all …]
Dsbutils.c215 case SI_BUS: { in _sb_coresba()
388 if (BUSTYPE(sii->pub.bustype) == SI_BUS) { in sb_corereg()
495 if ((BUSTYPE(sii->pub.bustype) == SI_BUS) && (sii->coresba[next] == sba)) { in _sb_scan()
624 case SI_BUS: in _sb_setcoreidx()
931 case SI_BUS: in sb_set_initiator_to()
Daiutils.c133 case SI_BUS: in ai_scan()
362 case SI_BUS: in ai_setcoreidx()
664 if (BUSTYPE(sih->bustype) == SI_BUS) { in ai_corereg()
Dlinux_osl.c233 case SI_BUS: in osl_attach()
/drivers/net/wireless/brcm80211/include/
Ddefs.h22 #define SI_BUS 0 macro
/drivers/net/wireless/bcmdhd/include/
Dbcmdefs.h99 #define SI_BUS 0 /* SOC Interconnect */ macro