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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/cpu/cpufreq/
H A De_powersaver.c144 u8 brand; local
155 /* Check brand */
158 brand = (((lo >> 2) ^ lo) >> 18) & 3;
159 switch(brand) {
219 if (brand == EPS_BRAND_C7M)
237 if (brand != EPS_BRAND_C7M) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dscc.h155 char brand; /* hardware type */ member in struct:scc_hw_config
220 char brand; /* manufacturer of the board */ member in struct:scc_channel
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Dsetup.c701 char brand[128]; local
704 memcpy(brand, "Unknown", 8);
705 if (ia64_pal_get_brand_info(brand)) {
707 memcpy(brand, "Merced", 7);
709 case 0: memcpy(brand, "McKinley", 9); break;
710 case 1: memcpy(brand, "Madison", 8); break;
711 case 2: memcpy(brand, "Madison up to 9M cache", 23); break;
715 if (strcmp(brandname[i], brand) == 0)
719 return strcpy(brandname[i], brand);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/sbus/char/
H A Dbpp.c958 char *brand; local
990 brand = "Zebra";
993 brand = "DMA2";
996 brand = "Unknown";
998 printk("bpp%d: %s at %p\n", idx, brand, rp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/hamradio/
H A Dscc.c85 * Invents brand new bugs... ;-)
843 wr(scc, R11, ((scc->brand & BAYCOM)? TRxCDP : TRxCBR) | RCDPLL|TCRTxCP|TRxCOI);
848 wr(scc, R11, (scc->brand & BAYCOM)? RCTRxCP|TCRTxCP : RCRTxCP|TCTRxCP);
901 if (scc->brand & PRIMUS)
1483 if(scc->brand & EAGLE) /* this is an EAGLE card */
1486 if(scc->brand & (PC100 | PRIMUS)) /* this is a PC100/PRIMUS card */
1791 SCC_Info[2*Nchips+chan].brand = hwcfg.brand;
2018 /* dev data ctrl irq clock brand enh vector special option
2029 scc->data, scc->ctrl, scc->irq, scc->clock, scc->brand,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/usbvideo/
H A Dibmcam.c3632 char *brand = NULL; local
3635 brand = "IBM NetCamera";
3638 brand = "Veo Stingray [800C]";
3641 brand = "Veo Stingray [800D]";
3645 brand = "IBM PC Camera"; /* a.k.a. Xirlink C-It */
3649 brand, model, le16_to_cpu(dev->descriptor.bcdDevice));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/
H A Dwlioctl.h1434 char brand[WL_BRAND_MAX]; member in struct:wl_instance_info

Completed in 316 milliseconds