Home
last modified time | relevance | path

Searched refs:simple_strtoull (Results 1 – 25 of 66) sorted by relevance

123

/OK3568_Linux_fs/kernel/arch/x86/boot/
H A Dearly_serial_console.c71 port = simple_strtoull(arg + pos, &e, 16); in parse_earlyprintk()
92 baud = simple_strtoull(arg + pos, &e, 0); in parse_earlyprintk()
133 port = simple_strtoull(options + 12, &options, 0); in parse_console_uart8250()
135 port = simple_strtoull(options + 8, &options, 0); in parse_console_uart8250()
140 baud = simple_strtoull(options + 1, &options, 0); in parse_console_uart8250()
H A Dstring.c120 unsigned long long simple_strtoull(const char *cp, char **endp, unsigned int base) in simple_strtoull() function
148 return -simple_strtoull(cp + 1, endp, base); in simple_strtol()
150 return simple_strtoull(cp, endp, base); in simple_strtol()
H A Dstring.h26 extern unsigned long long simple_strtoull(const char *cp, char **endp,
/OK3568_Linux_fs/kernel/drivers/firmware/efi/libstub/
H A Dstring.c84 unsigned long long simple_strtoull(const char *cp, char **endp, unsigned int base) in simple_strtoull() function
112 return -simple_strtoull(cp + 1, endp, base); in simple_strtol()
114 return simple_strtoull(cp, endp, base); in simple_strtol()
H A Dgop.c45 m = simple_strtoull(option, &option, 0); in parse_modenum()
62 w = simple_strtoull(option, &option, 10); in parse_res()
65 h = simple_strtoull(option, &option, 10); in parse_res()
75 d = simple_strtoull(option, &option, 10); in parse_res()
/OK3568_Linux_fs/kernel/arch/s390/boot/
H A Dstring.c71 unsigned long long simple_strtoull(const char *cp, char **endp, in simple_strtoull() function
100 return -simple_strtoull(cp + 1, endp, base); in simple_strtol()
102 return simple_strtoull(cp, endp, base); in simple_strtol()
H A Dipl_parm.c206 val = simple_strtoull(str, &endp, 0); in modify_fac_list()
212 endval = simple_strtoull(str, &endp, 0); in modify_fac_list()
/OK3568_Linux_fs/u-boot/cmd/
H A Dunzip.c66 startoffs = simple_strtoull(argv[6], NULL, 16); in do_gzwrite()
68 szexpected = simple_strtoull(argv[7], in do_gzwrite()
H A Dfdt.c532 addr = simple_strtoull(argv[2], NULL, 16); in do_fdt()
533 size = simple_strtoull(argv[3], NULL, 16); in do_fdt()
565 addr = simple_strtoull(argv[3], NULL, 16); in do_fdt()
566 size = simple_strtoull(argv[4], NULL, 16); in do_fdt()
H A Dmem.c137 writeval = simple_strtoull(argv[2], NULL, 16); in do_mem_mw()
502 data = simple_strtoull(argv[3], NULL, 16); in do_mem_loopw()
1030 i = simple_strtoull(console_buffer, &endp, 16); in mod_mem()
/OK3568_Linux_fs/kernel/arch/ia64/kernel/
H A Derr_inject.c71 name[cpu] = simple_strtoull(buf, NULL, 16); \
85 unsigned long call_start = simple_strtoull(buf, NULL, 16); in show()
142 u64 virt_addr=simple_strtoull(buf, NULL, 16); in store_virtual_to_phys()
/OK3568_Linux_fs/u-boot/lib/
H A Dstrto.c110 unsigned long long result = simple_strtoull(cp, endp, base); in ustrtoull()
131 unsigned long long simple_strtoull(const char *cp, char **endp, in simple_strtoull() function
H A Dstrto.su
/OK3568_Linux_fs/u-boot/spl/lib/
H A Dstrto.su
/OK3568_Linux_fs/u-boot/include/
H A Dvsprintf.h42 unsigned long long simple_strtoull(const char *cp, char **endp,
/OK3568_Linux_fs/u-boot/board/rockchip/gva_rk3229/
H A Dgva_rk3229.c100 serial = simple_strtoull(serial_string, NULL, 16); in get_board_serial()
/OK3568_Linux_fs/kernel/security/apparmor/
H A Dprocattr.c82 *token = simple_strtoull(args, &name, 16); in split_token_from_name()
/OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/mtrr/
H A Dif.c127 base = simple_strtoull(line + 5, &ptr, 0); in mtrr_write()
133 size = simple_strtoull(ptr + 5, &ptr, 0); in mtrr_write()
/OK3568_Linux_fs/kernel/drivers/firmware/efi/
H A Dfake_mem.c97 attribute = simple_strtoull(p+1, &p, 0); in setup_fake_mem()
/OK3568_Linux_fs/kernel/lib/
H A Dcmdline.c129 unsigned long long ret = simple_strtoull(ptr, &endptr, 0); in memparse()
/OK3568_Linux_fs/kernel/drivers/pnp/
H A Dinterface.c319 *start = simple_strtoull(buf, &buf, 0); in pnp_get_resource_value()
324 *end = simple_strtoull(buf, &buf, 0); in pnp_get_resource_value()
/OK3568_Linux_fs/u-boot/drivers/net/fsl-mc/
H A Dmc.c1423 mc_fw_addr = simple_strtoull(argv[3], NULL, 16); in do_fsl_mc()
1424 mc_dpc_addr = simple_strtoull(argv[4], NULL, in do_fsl_mc()
1441 aiop_fw_addr = simple_strtoull(argv[3], NULL, in do_fsl_mc()
1471 mc_dpl_addr = simple_strtoull(argv[3], NULL, in do_fsl_mc()
/OK3568_Linux_fs/u-boot/board/rockchip/evb_rk3399/
H A Devb-rk3399.c183 serial = simple_strtoull(serial_string, NULL, 16); in get_board_serial()
/OK3568_Linux_fs/u-boot/arch/arm/mach-omap2/
H A Dutils.c188 serial = simple_strtoull(serial_string, NULL, 16); in omap_die_id_get_board_serial()
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_tuxera202 simple_strtoull

123