Searched refs:getintvar (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dsiutils.c469 srom_vid = (getintvar(pvars, rstr_boardtype) << 16) | getintvar(pvars, rstr_subvid);
508 w = getintvar(pvars, rstr_regwindowsz);
534 if ((sii->pub.boardtype = getintvar(pvars, rstr_boardtype)) == 0)
546 sii->pub.boardvendor = getintvar(pvars, rstr_manfid);
547 sii->pub.boardtype = getintvar(pvars, rstr_prodid);
554 if (pvars == NULL || ((sii->pub.boardtype = getintvar(pvars, rstr_prodid)) == 0))
555 if ((sii->pub.boardtype = getintvar(pvars, rstr_boardtype)) == 0)
572 sii->pub.boardrev = getintvar(pvars, rstr_boardrev);
573 sii->pub.boardflags = getintvar(pvar
[all...]
H A Dhndpci.c739 boardflags = (uint32)getintvar(NULL, "boardflags");
819 cardbus = getintvar(NULL, "cardbus") == 1;
974 parkid = getintvar(NULL, "parkid");
H A Dhndpmu.c4313 xtalfreq = getintvar(NULL, rstr_xtalfreq);
5368 if (!(dacrate = (uint8)getintvar(NULL, rstr_dacrate2g)))
7997 if (!(getintvar(NULL, "boardflags3")))
8000 ext_lpo_sel = getintvar(NULL, "boardflags3") & BFL3_FORCE_EXT_LPO_SEL;
8001 int_lpo_sel = getintvar(NULL, "boardflags3") & BFL3_FORCE_INT_LPO_SEL;
8002 ext_lpo_isclock = getintvar(NULL, "boardflags3") & BFL3_EXT_LPO_ISCLOCK;
8193 clkreq_conf = (uint16)getintvar(NULL, rstr_clkreq_conf);
8285 xtalfreq = getintvar(NULL, rstr_xtalfreq);
8415 cbuck_mv = (uint16)getintvar(NULL, rstr_cbuckout);
8521 if (getintvar(NUL
[all...]
H A Dbcmrobo.c1352 robo->pwrsave_mode_manual = getintvar(robo->vars, "switch_mode_manual");
1353 robo->pwrsave_sleep_time = getintvar(robo->vars, "switch_pwrsave_sleep");
1356 robo->pwrsave_wake_time = getintvar(robo->vars, "switch_pwrsave_wake");
1359 robo->pwrsave_mode_auto = getintvar(robo->vars, "switch_mode_auto");
1526 FA_ON(getintvar(robo->vars, "ctf_fa_mode"))) {
H A Dnicpci.c1565 ((uint8)getintvar(pvars, "sromrev") == 4) &&
1566 ((uint8)getintvar(pvars, "boardrev") <= 0x71)) ||
1567 ((uint32)getintvar(pvars, "boardflags2") & BFL2_PCIEWAR_OVR)) {
H A Dbcmutils.c2124 getintvar(char *vars, const char *name) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/hnd/
H A Dshared_ksyms.c112 extern void getintvar; EXPORT_SYMBOL(getintvar); variable
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/brcm-boards/bcm947xx/
H A Dnvram_linux.c883 if (getintvar(NULL, "sdram_ncdl") == 0) {
/netgear-R7000-V1.0.7.12_1.2.5/src/include/
H A Dbcmutils.h562 extern int getintvar(char *vars, const char *name);

Completed in 154 milliseconds