Searched refs:chippkg (Results 1 - 10 of 10) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dsiutils_priv.h34 #define IS_SIM(chippkg) ((chippkg == HDLSIM_PKG_ID) || (chippkg == HWSIM_PKG_ID))
H A Dhndpci.c704 uint chip, chiprev, chippkg, host; local
716 chippkg = sih->chippkg;
749 ((chippkg == BCM4712SMALL_PKG_ID) || (chippkg == BCM4712MID_PKG_ID)))) {
1125 (sih->chippkg == BCM5357_PKG_ID)) {
H A Dmin_osl.c699 if ((sih->chippkg != HDLSIM_PKG_ID) && (sih->chippkg != HWSIM_PKG_ID))
H A Dsiutils.c344 (sii->pub.chippkg != BCM4712LARGE_PKG_ID) && (CHIPREV(sii->pub.chiprev) <= 3))
381 if (sih->chippkg != 9)
1099 sih->chippkg = (w & CID_PKG_MASK) >> CID_PKG_SHIFT;
1102 (sih->chippkg != BCM4329_289PIN_PKG_ID)) {
1103 sih->chippkg = BCM4329_182PIN_PKG_ID;
1105 sih->issim = IS_SIM(sih->chippkg);
1169 if (sih->chippkg == 9) {
2121 /* chippkg bit-0 == 0 is PCIE only pkgs
2122 * chippkg bit-0 == 1 has both PCIE and USB cores enabled
2124 if ((sih->chippkg
[all...]
H A Dhndmips.c844 if (sih->chippkg == BCM4706L_PKG_ID) {
1076 uint16 chippkg; local
1082 (((chippkg = R_REG(osh, &cc->sromotp[23])) & 0x80) == 0x80)) {
H A Dbcmrobo.c1129 if (((sih->chip == BCM5357_CHIP_ID) && (sih->chippkg != BCM47186_PKG_ID)) ||
1130 ((sih->chip == BCM53572_CHIP_ID) && (sih->chippkg != BCM47188_PKG_ID)))
2648 (robo->sih->chippkg == BCM5358_PKG_ID)) {
H A Dhndpmu.c2093 if ((sih->chippkg == BCM4314SDIO_PKG_ID) ||
2094 (sih->chippkg == BCM4314SDIO_ARM_PKG_ID) ||
2095 (sih->chippkg == BCM4314SDIO_FPBGA_PKG_ID)) {
2307 if (!((sih->chippkg == BCM4314PCIE_ARM_PKG_ID) ||
2308 (sih->chippkg == BCM4314PCIE_PKG_ID) ||
2309 (sih->chippkg == BCM4314DEV_PKG_ID)))
3601 if (sih->chippkg == BCM4335_WLBGA_PKG_ID) {
H A Daiutils.c41 (sih->chippkg == BCM5357_PKG_ID) && \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/
H A Dsiutils.h53 uint chippkg; /* chip package option */ member in struct:si_pub
H A Dwlioctl.h1425 uint chippkg; /* chip package info */ member in struct:wlc_rev_info

Completed in 153 milliseconds