Searched refs:boardtype (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/
H A Dnicpci.h145 ((pi->sih->boardtype == BCM94331X19) || \
146 (pi->sih->boardtype == BCM94331X28) || \
147 (pi->sih->boardtype == BCM94331X28B) || \
148 (pi->sih->boardtype == BCM94331X29B) || \
149 (pi->sih->boardtype == BCM94331X29D) || \
150 (pi->sih->boardtype == BCM94331X19C) || \
151 (pi->sih->boardtype == BCM94331X33)))
155 ((sih)->boardtype == BCM94331X19 || \
156 (sih)->boardtype == BCM94331X28 || \
157 (sih)->boardtype
[all...]
H A Dsiutils.h46 uint boardtype; /* board type */ member in struct:si_pub
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/sni/
H A Dpcimt.c53 char boardtype[80]; local
55 char *p = boardtype;
67 printk("%s.\n", boardtype);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dsiutils.c384 srom_vid = (getintvar(pvars, "boardtype") << 16) | getintvar(pvars, "subvid");
403 /* get boardtype and boardrev */
423 if ((sii->pub.boardtype = (uint16)si_getdevpathintvar(&sii->pub, "boardtype"))
425 if ((sii->pub.boardtype = getintvar(pvars, "boardtype")) == 0)
426 sii->pub.boardtype = (w >> 16) & 0xffff;
429 SI_ERROR(("Overriding boardtype: 0x%x instead of 0x%x\n",
430 sii->pub.boardtype, (w >> 16) & 0xffff));
435 sii->pub.boardtype
478 uint boardtype = sih->boardtype; local
[all...]
H A Dnicpci.c1292 if (sih->boardtype == 0x8d)
1311 if (pi->sih->boardtype == CB2_4321_BOARD || pi->sih->boardtype == CB2_4321_AG_BOARD)
1318 if (pi->sih->boardtype == 0x8d)
H A Dhndpmu.c1860 #define BCM94325_BBVDDIOSD_BOARDS(sih) (sih->boardtype == BCM94325DEVBU_BOARD || \
1861 sih->boardtype == BCM94325BGABU_BOARD)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dtc35815.c350 #define HAVE_DMA_RXALIGN(lp) likely((lp)->boardtype != TC35815CF)
478 board_t boardtype; member in struct:tc35815_local
718 lp->boardtype = ent->driver_data;
1746 if (lp->boardtype == TC35815_TX4939)
2360 if (lp->boardtype != TC35815_TX4939) {
2362 if (!lp->fullduplex && lp->boardtype != TC35815_TX4939)
2841 if (lp->boardtype == TC35815_TX4939)

Completed in 91 milliseconds