Searched refs:chipst (Results 1 - 5 of 5) sorted by relevance

/drivers/net/wireless/bcmdhd/
H A Dsiutils.c199 sii->pub.chipst = R_REG(sii->osh, &cc->chipstatus);
214 SI_MSG(("Chipc: rev %d, caps 0x%x, chipst 0x%x pmurev %d, pmucaps 0x%x\n",
215 sii->pub.ccrev, sii->pub.cccaps, sii->pub.chipst, sii->pub.pmurev,
412 if (CHIPID(sih->chip) == BCM4322_CHIP_ID && (((sih->chipst & CST4322_SPROM_OTP_SEL_MASK)
2378 return ((sih->chipst & CST4312_SPROM_OTP_SEL_MASK) != CST4312_OTP_SEL);
2380 return (sih->chipst & CST4325_SPROM_SEL) != 0;
2385 spromotp = (sih->chipst & CST4322_SPROM_OTP_SEL_MASK) >>
2390 return (sih->chipst & CST4329_SPROM_SEL) != 0;
2392 return (sih->chipst & CST4315_SPROM_SEL) != 0;
2394 return (sih->chipst
[all...]
H A Ddhd_sdio.c6657 if (CST4330_CHIPMODE_SDIOD(bus->sih->chipst)) {
/drivers/net/wireless/brcm80211/brcmsmac/
H A Daiutils.h179 u32 chipst; /* chip status */ member in struct:si_info
H A Daiutils.c496 sii->chipst = bcma_read32(cc, CHIPCREGOFFS(chipstatus));
1209 return (sii->chipst & CST4313_SPROM_PRESENT) != 0;
1221 return (sii->chipst & CST4313_OTP_PRESENT) == 0;
/drivers/net/wireless/bcmdhd/include/
H A Dsiutils.h52 uint32 chipst; member in struct:si_pub

Completed in 482 milliseconds