Searched refs:bcm_strtoul (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dnvram.c121 nvram_space = bcm_strtoul(nvram_space_str, NULL, 0);
290 nvram_space = bcm_strtoul(nvram_space_str, NULL, 0);
307 header->crc_ver_init |= (bcm_strtoul(init, NULL, 0) & 0xffff) << 16;
308 header->config_refresh = bcm_strtoul(config, NULL, 0) & 0xffff;
309 header->config_refresh |= (bcm_strtoul(refresh, NULL, 0) & 0xffff) << 16;
310 header->config_ncdl = bcm_strtoul(ncdl, NULL, 0);
H A Dhndpmu.c385 val = (uint32)bcm_strtoul(otp_val, NULL, 0);
416 val = (uint32)bcm_strtoul(otp_val, NULL, 0);
445 val = (uint32)bcm_strtoul(otp_val, NULL, 0);
2701 sii->nvram_min_mask = (uint32)bcm_strtoul(val, NULL, 0);
2706 sii->nvram_max_mask = (uint32)bcm_strtoul(val, NULL, 0);
2951 r_val = (uint32)bcm_strtoul(val, NULL, 0);
2975 W_REG(osh, PMUREG(sih, res_dep_mask), (uint32)bcm_strtoul(val, NULL, 0));
3016 max_mask = (uint32)bcm_strtoul(val, NULL, 0);
3022 min_mask = (uint32)bcm_strtoul(val, NULL, 0);
8448 cldo = (uint32)bcm_strtoul(cldo_va
[all...]
H A Dbcmwifi.c28 #define strtoul(nptr, endptr, base) bcm_strtoul((nptr), (endptr), (base))
H A Dbcmutils.c1672 BCMROMFN(bcm_strtoul)(const char *cp, char **endp, uint base) function
1728 return (int)bcm_strtoul(s, NULL, 10);
1939 ea->octet[i++] = (char) bcm_strtoul(p, &ep, 16);
2141 return (bcm_strtoul(val, NULL, 0));
2168 val = bcm_strtoul(buf, &endp, 0);
2205 val = bcm_strtoul(buf, &endp, 0);
H A Dhndpci.c830 pci_hbslot = bcm_strtoul(hbslot, NULL, 0);
H A Dbcmrobo.c1294 led_gpios = bcm_strtoul(var, NULL, 0);
H A Dbcmsrom.c6002 sromrev = (uint8)bcm_strtoul(value, NULL, 0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-brcm/
H A Dhndcoma.c123 sleep_time = bcm_strtoul(var, NULL, 0);
158 coma_disabled = bcm_strtoul(var, NULL, 0);
H A Dnvram_linux.c226 nvram_space = bcm_strtoul(nvram_space_str, NULL, 0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/hnd/
H A Dshared_ksyms.c95 extern void bcm_strtoul; EXPORT_SYMBOL(bcm_strtoul); variable
/netgear-R7000-V1.0.7.12_1.2.5/src/shared/bcmwifi/src/
H A Dbcmwifi_channels.c28 #define strtoul(nptr, endptr, base) bcm_strtoul((nptr), (endptr), (base))
/netgear-R7000-V1.0.7.12_1.2.5/src/include/
H A Dbcmutils.h528 extern ulong BCMROMFN(bcm_strtoul)(const char *cp, char **endp, uint base);

Completed in 188 milliseconds