Searched refs:dectoul (Results 1 - 25 of 111) sorted by path

12345

/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
H A Dsoc.c293 interval_mhz = dectoul(interval, NULL);
/u-boot/arch/arm/mach-imx/
H A Dcmd_dek.c392 len = dectoul(argv[3], NULL);
H A Dcmd_mfgprot.c73 m_size = dectoul(argv[3], NULL);
/u-boot/arch/arm/mach-imx/imx8/
H A Dsnvs_security_sc.c723 conf.pad = dectoul(argv[++idx], NULL);
/u-boot/arch/arm/mach-keystone/
H A Dcmd_clock.c45 cmd_pll_data.pll_m = dectoul(argv[2], NULL);
46 cmd_pll_data.pll_d = dectoul(argv[3], NULL);
47 cmd_pll_data.pll_od = dectoul(argv[4], NULL);
75 clk = dectoul(argv[1], NULL);
104 psc_module = dectoul(argv[1], NULL);
/u-boot/arch/arm/mach-kirkwood/
H A Dcpu.c127 sysrst_dly = (u32)dectoul(s, NULL);
/u-boot/arch/arm/mach-nexell/
H A Dclock.c595 devid = dectoul(++c, NULL);
/u-boot/arch/arm/mach-stm32mp/cmd_stm32prog/
H A Dcmd_stm32prog.c63 dev = (int)dectoul(argv[2], NULL);
H A Dstm32prog.c431 dectoul(&p[7], NULL);
/u-boot/arch/powerpc/cpu/mpc83xx/
H A Decc.c139 val = dectoul(argv[2], NULL);
152 val = dectoul(argv[2], NULL);
/u-boot/board/atmel/common/
H A Dboard.c49 pda = dectoul((const char *)buf, NULL);
/u-boot/board/cavium/thunderx/
H A Datf.c240 offset = dectoul(argv[3], NULL);
241 size = dectoul(argv[4], NULL);
246 offset = dectoul(argv[3], NULL);
247 size = dectoul(argv[4], NULL);
252 offset = dectoul(argv[3], NULL);
253 size = dectoul(argv[4], NULL);
258 offset = dectoul(argv[3], NULL);
259 size = dectoul(argv[4], NULL);
265 offset = dectoul(argv[2], NULL);
266 size = dectoul(arg
[all...]
/u-boot/board/compulab/common/
H A Deeprom.c147 board_rev = dectoul(str, NULL);
/u-boot/board/davinci/da8xxevm/
H A Dda850evm.c253 maxcpuclk = dectoul(s, NULL);
/u-boot/board/freescale/common/
H A Dsys_eeprom.c458 set_mac_address(dectoul(argv[1], NULL), argv[2]);
/u-boot/board/gateworks/gw_ventana/
H A Dgw_ventana.c433 serialnr->low = dectoul(serial, NULL);
/u-boot/board/gdsys/common/
H A Dcmd_ioloop.c277 fpga = dectoul(argv[1], NULL);
283 rate = dectoul(argv[2], NULL);
390 fpga = dectoul(argv[1], NULL);
395 size = dectoul(argv[2], NULL);
401 rate = dectoul(argv[3], NULL);
465 size = dectoul(argv[2], NULL);
471 rate = dectoul(argv[3], NULL);
516 int i = dectoul(argv[1], NULL);
/u-boot/board/samsung/common/
H A Dexynos5-dt.c162 dev_num = dectoul(devstr, NULL);
/u-boot/board/samsung/odroid/
H A Dodroid.c89 dev_num = dectoul(devstr, NULL);
/u-boot/board/siemens/taurus/
H A Dtaurus.c396 upgrade_available = dectoul(env_get("upgrade_available"), NULL);
398 boot_retry = dectoul(env_get("boot_retries"), NULL);
/u-boot/board/sifive/unmatched/
H A Dhifive-platform-i2c-eeprom.c326 p = dectoul(string, &string);
368 p = dectoul(string, &string);
391 p = dectoul(string, &string);
/u-boot/board/starfive/visionfive2/
H A Dspl.c121 dectoul(milk_v_mars[i].value, NULL));
192 dectoul(starfive_vera[i].value, NULL));
242 dectoul(starfive_verb[i].value, NULL));
H A Dvisionfive2-i2c-eeprom.c582 size = dectoul(&pbuf.eeprom.atom1.data.pstr[19], NULL);
/u-boot/board/synopsys/hsdk/
H A Denv-lib.c260 map[i].val->val = dectoul(argv[1], &endp);
/u-boot/board/toradex/common/
H A Dtdx-cfg-block.c443 *assembly = dectoul(&string_to_parse[4], NULL);
467 prodid = dectoul(console_buffer, NULL);
494 tdx_serial = dectoul(console_buffer, NULL);
512 tag->ver_assembly = dectoul(revision, NULL);
515 tag->prodid = dectoul(barcode, NULL);
519 *serial = dectoul(barcode, NULL);
656 tdx_car_hw_tag.prodid = dectoul(pid8, NULL);
701 tdx_car_hw_tag.prodid = dectoul(console_buffer, NULL);
722 tdx_car_serial = dectoul(console_buffer, NULL);

Completed in 163 milliseconds

12345