Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/brcm80211/include/
Dbcmdefs.h20 #define SI_BUS 0 macro
46 #define SI_BUS 0 /* SOC Interconnect */ macro
Dnicpci.h20 #if defined(BCMSDIO) || (defined(BCMBUSTYPE) && (BCMBUSTYPE == SI_BUS))
/linux-2.6.39/drivers/staging/brcm80211/util/
Dsiutils.c345 case SI_BUS: in si_nvram_process()
525 bustype = SI_BUS; in si_doattach()
704 if (sih->bustype == SI_BUS) in si_detach()
720 #if !defined(BCMBUSTYPE) || (BCMBUSTYPE == SI_BUS) in si_detach()
1365 if ((sii->pub.bustype == SI_BUS) && in _si_clkctl_cc()
1448 case SI_BUS: in si_devpath()
1493 #if defined(BCMBUSTYPE) && (BCMBUSTYPE == SI_BUS) in si_getdevpathintvar()
1765 (sih->bustype == SI_BUS) && (val || mask)) { in si_gpiocontrol()
Daiutils.c120 case SI_BUS: in ai_scan()
333 case SI_BUS: in ai_setcoreidx()
504 if (sih->bustype == SI_BUS) { in ai_corereg()
Dbcmsrom.c171 case SI_BUS: in srom_var_init()
243 } else if (bustype == SI_BUS) { in srom_read()
Dhnddma.c1790 if ((sih->bustype == SI_BUS) ||
/linux-2.6.39/drivers/staging/brcm80211/brcmsmac/
Dwlc_bmac.c686 if (bustype != SI_BUS) { in wlc_bmac_attach()