Searched refs:oal_simple_strtoul (Results 1 - 2 of 2) sorted by relevance
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/ |
H A D | plat_firmware.c | 701 count = oal_simple_strtoul(tmp, HI_NULL, DECIMAL_ALGORITHM); in parse_file_cmd() 719 *addr = oal_simple_strtoul((hi_char *)tmp, &after, 16); /* base 16 */ in parse_file_cmd() 803 size = oal_simple_strtoul(flag, HI_NULL, 10); /* base 10: DEC */ in read_mem() 811 read_memory.mem_addr = oal_simple_strtoul((const hi_char *)val, HI_NULL, 16); /* base 16 */ in read_mem()
|
H A D | oal_util.h | 664 static inline unsigned long oal_simple_strtoul(const hi_char *string, char **result, hi_u32 base) in oal_simple_strtoul() function
|
Completed in 5 milliseconds