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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dhndsoc.c48 if (sih->ccrev == 42) {
67 if (sih->ccrev == 38) {
110 if (((CHIPID(sih->chip) == BCM4706_CHIP_ID) || sih->ccrev == 38) &&
114 else if (sih->ccrev == 42) {
H A Dbcmotp.c50 #define OTPTYPE_HND(ccrev) ((ccrev) < 21 || (ccrev) == 22)
51 #define OTPTYPE_IPX(ccrev) ((ccrev) == 21 || (ccrev) >= 23)
108 uint ccrev; /* chipc revision */ member in struct:__anon11537
454 if (oi->sih->ccrev >= 35) {
643 if (oi->sih->ccrev >= 40) {
650 } else if (oi->sih->ccrev
[all...]
H A Dhndchipc.c88 rev = sih->ccrev;
172 if (sih->ccrev < 11)
237 if (sih->ccrev < 28)
343 if (sih->ccrev >= 21)
H A Dsiutils.c154 if (ksii.pub.ccrev < 18)
161 SI_MSG(("si_kattach done. ccrev = %d, wd_msticks = %d\n",
162 ksii.pub.ccrev, wd_msticks));
253 sii->pub.ccrev = (int)si_corerev(&sii->pub);
256 if (sii->pub.ccrev >= 11)
263 if (sii->pub.ccrev >= 35)
273 sii->pub.ccrev, sii->pub.cccaps, sii->pub.chipst, sii->pub.pmurev,
1148 if ((sii->pub.ccrev == 0x25) && ((CHIPID(sih->chip) == BCM43236_CHIP_ID ||
1299 if (sii->pub.ccrev >= 20) {
1371 if (sii->pub.ccrev >
[all...]
H A Dload.c255 if (sih->ccrev == 12)
324 if ((sih->ccrev == 38) && ((sih->chipst & (1 << 4)) != 0))
H A Dccsflash.c68 if (sih->ccrev == 42)
290 if (sih->ccrev == 12)
440 } else if (sih->ccrev >= 20 || (CHIPID(sih->chip) == BCM4706_CHIP_ID)) {
H A Dsflash.c261 if (sih->ccrev == 12)
409 } else if (sih->ccrev >= 20) {
H A Dboot.S200 ble t2,10,chkcacheon # ccrev <= 10
202 bge t2,13,chkcacheon # ccrev >= 13
H A Dsbutils.c515 uint32 ccrev = sb_corerev(&sii->pub); local
518 if (((ccrev == 4) || (ccrev >= 6)))
900 if (sii->pub.ccrev != NOREV) {
H A Dflashutl.c96 if (sih->ccrev == 12)
H A Dnvram_rw.c252 if (sih->ccrev == 42)
H A Dbcmsrom.c74 #define SROM_OFFSET(sih) ((sih->ccrev > 31) ? \
1820 if (sih->ccrev > 31) {
1834 if (sih->ccrev > 31) {
1848 if (sih->ccrev > 31) {
1962 if (sih->ccrev > 31) {
1974 if (sih->ccrev > 31) {
1987 if (sih->ccrev > 31) {
4654 if (sih->ccrev > 31 && ISSIM_ENAB(sih)) {
6378 if (sih->ccrev >= 36) {
H A Dnflash.c144 if (sih->ccrev == 38) {
244 if ((CHIPID(sih->chip) != BCM4706_CHIP_ID) && (sih->ccrev != 38))
H A Dhndmips.c245 if (sih->ccrev < 9)
248 if ((sih->ccrev < 9) ||
H A Dsbsdram.S755 bge t8,10,1f # If ccrev is >= 10 use 4bit pkg opt
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/
H A Dsbchipc.h2910 #define ECI_OUT_CHANNEL_MASK(ccrev) ((ccrev) < 35 ? 0xf : (ECI48_OUT_MASKMAGIC_HIWORD | 0xf000))
2911 #define ECI_OUT_CHANNEL_SHIFT(ccrev) ((ccrev) < 35 ? 0 : 12)
2912 #define ECI_OUT_BW_MASK(ccrev) ((ccrev) < 35 ? 0x70 : (ECI48_OUT_MASKMAGIC_HIWORD | 0xe00))
2913 #define ECI_OUT_BW_SHIFT(ccrev) ((ccrev) < 35 ? 4 : 9)
2914 #define ECI_OUT_ANTENNA_MASK(ccrev) ((ccrev) < 3
[all...]
H A Dsiutils.h41 int ccrev; /* chip common core rev */ member in struct:si_pub
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/nvram/
H A Dnvram_rw.c179 if ((sih->ccrev == 38) && ((sih->chipst & (1 << 4)) != 0)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/brcm-boards/bcm947xx/
H A Dsetup.c212 if ((CHIPID(sih->chip) == BCM4706_CHIP_ID) || sih->ccrev == 38) {
213 if (sih->ccrev == 38 && (sih->chipst & (1 << 4)) != 0) {
H A Dnvram_linux.c136 if ((sih->ccrev == 38) && ((sih->chipst & (1 << 4)) != 0)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/47xxnand/
H A Dbrcmnand_47xx.c260 if (sih->ccrev != 38) {

Completed in 137 milliseconds