Searched refs:ccrev (Results 1 - 17 of 17) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/shared/
H A Dbcmotp.c49 #define OTPTYPE_HND(ccrev) ((ccrev) < 21 || (ccrev) == 22)
50 #define OTPTYPE_IPX(ccrev) ((ccrev) == 21 || (ccrev) >= 23)
110 uint ccrev; /* chipc revision */ member in struct:__anon11492
315 if (oi->sih->ccrev >= 35) {
383 if (oi->sih->ccrev == 21 || oi->sih->ccrev
[all...]
H A Dsiutils.c138 if (ksii.pub.ccrev < 18)
145 SI_MSG(("si_kattach done. ccrev = %d, wd_msticks = %d\n",
146 ksii.pub.ccrev, wd_msticks));
237 sii->pub.ccrev = (int)si_corerev(&sii->pub);
240 if (sii->pub.ccrev >= 11)
247 if (sii->pub.ccrev >= 35)
257 sii->pub.ccrev, sii->pub.cccaps, sii->pub.chipst, sii->pub.pmurev,
563 if ((sii->pub.ccrev == 0x25) && ((CHIPID(sih->chip) == BCM43236_CHIP_ID ||
631 if (sii->pub.ccrev >= 20) {
653 if (sii->pub.ccrev >
[all...]
H A Dhndchipc.c78 rev = sih->ccrev;
162 if (sih->ccrev < 11)
227 if (sih->ccrev < 28)
332 if (sih->ccrev >= 21)
H A Dload.c260 if ((sih->ccrev == 38) && ((sih->chipst & (1 << 4)) != 0)) {
285 if (sih->ccrev == 12)
336 if ((sih->ccrev == 38) && ((sih->chipst & (1 << 4)) != 0))
H A Dsflash.c254 if (sih->ccrev == 12)
402 } else if (sih->ccrev >= 20) {
H A Dboot.S198 ble t2,10,chkcacheon # ccrev <= 10
200 bge t2,13,chkcacheon # ccrev >= 13
H A Dsbutils.c510 uint32 ccrev = sb_corerev(&sii->pub); local
513 if (((ccrev == 4) || (ccrev >= 6)))
894 if (sii->pub.ccrev != NOREV) {
H A Dflashutl.c95 if (sih->ccrev == 12)
H A Dbcmsrom.c60 #define SROM_OFFSET(sih) ((sih->ccrev > 31) ? \
1046 if (sih->ccrev > 31) {
1060 if (sih->ccrev > 31) {
1074 if (sih->ccrev > 31) {
2517 if (sih->ccrev > 31 && ISSIM_ENAB(sih)) {
H A Dnflash.c132 if (sih->ccrev == 38) {
219 if ((CHIPID(sih->chip) != BCM4706_CHIP_ID) && (sih->ccrev != 38))
H A Dhndmips.c244 if (sih->ccrev < 9)
247 if ((sih->ccrev < 9) ||
H A Dsbsdram.S755 bge t8,10,1f # If ccrev is >= 10 use 4bit pkg opt
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/include/
H A Dsbchipc.h1853 #define ECI_OUT_CHANNEL_MASK(ccrev) ((ccrev) < 35 ? 0xf : (ECI48_OUT_MASKMAGIC_HIWORD | 0xf000))
1854 #define ECI_OUT_CHANNEL_SHIFT(ccrev) ((ccrev) < 35 ? 0 : 12)
1855 #define ECI_OUT_BW_MASK(ccrev) ((ccrev) < 35 ? 0x70 : (ECI48_OUT_MASKMAGIC_HIWORD | 0xe00))
1856 #define ECI_OUT_BW_SHIFT(ccrev) ((ccrev) < 35 ? 4 : 9)
1857 #define ECI_OUT_ANTENNA_MASK(ccrev) ((ccrev) < 3
[all...]
H A Dsiutils.h39 int ccrev; /* chip common core rev */ member in struct:si_pub
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/shared/nvram/
H A Dnvram_rw.c177 if ((sih->ccrev == 38) && ((sih->chipst & (1 << 4)) != 0)) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/brcm-boards/bcm947xx/
H A Dsetup.c195 if ((CHIPID(sih->chip) == BCM4706_CHIP_ID) || sih->ccrev == 38) {
196 if (sih->ccrev == 38 && (sih->chipst & (1 << 4)) != 0) {
H A Dnvram_linux.c100 if ((sih->ccrev == 38) && ((sih->chipst & (1 << 4)) != 0)) {

Completed in 106 milliseconds