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

12345

/u-boot/cmd/
H A Dpwm.c69 pwm_dev = dectoul(str_pwm, NULL);
77 channel = dectoul(str_channel, NULL);
83 pwm_enable = dectoul(str_enable, NULL);
89 period_ns = dectoul(str_period, NULL);
92 duty_ns = dectoul(str_duty, NULL);
H A Dvideo.c26 col = dectoul(argv[1], NULL);
27 row = dectoul(argv[2], NULL);
H A Dufs.c19 dev = dectoul(argv[2], NULL);
H A Dspi.c120 bus = dectoul(argv[1], &cp);
122 cs = dectoul(cp + 1, &cp);
128 mode = dectoul(cp + 1, &cp);
130 freq = dectoul(cp + 1, &cp);
133 bitlen = dectoul(argv[2], NULL);
H A Dw1.c54 bus_n = dectoul(argv[2], NULL);
57 dev_n = dectoul(argv[3], NULL);
60 offset = dectoul(argv[4], NULL);
63 len = dectoul(argv[5], NULL);
H A Dbmp.c58 x = dectoul(argv[2], NULL);
62 y = dectoul(argv[3], NULL);
H A Dfont.c42 size = dectoul(argv[2], NULL);
70 size = dectoul(argv[1], NULL);
H A Dsound.c52 msec = dectoul(argv[0], NULL);
57 freq = dectoul(argv[0], NULL);
H A Dmmc.c511 speed_mode = (int)dectoul(argv[1], NULL);
553 dev = (int)dectoul(argv[1], NULL);
556 dev = (int)dectoul(argv[1], NULL);
557 part = (int)dectoul(argv[2], NULL);
567 dev = (int)dectoul(argv[1], NULL);
568 part = (int)dectoul(argv[2], NULL);
574 speed_mode = (int)dectoul(argv[3], NULL);
647 pconf->user.enh_size = dectoul(argv, NULL);
663 dectoul(argv[i + 1], NULL);
693 pconf->gp_part[pidx].size = dectoul(arg
[all...]
H A Dmp.c39 cpuid = dectoul(argv[1], NULL);
H A Dsleep.c23 delay = dectoul(argv[1], NULL) * CONFIG_SYS_HZ;
H A Dremoteproc.c87 id = (int)dectoul(argv[1], NULL);
132 id = (int)dectoul(argv[1], NULL);
170 id = (int)dectoul(argv[1], NULL);
H A Dblk_common.c44 int dev = (int)dectoul(argv[2], NULL);
54 int dev = (int)dectoul(argv[2], NULL);
H A Daxi.c124 i = dectoul(argv[1], NULL);
157 bus_no = dectoul(argv[1], NULL);
197 size = dectoul(argv[1], NULL);
277 size = dectoul(argv[1], NULL);
H A Dpcap.c22 size = dectoul(argv[2], 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/board/cavium/thunderx/
H A Datf.c239 offset = dectoul(argv[3], NULL);
240 size = dectoul(argv[4], NULL);
245 offset = dectoul(argv[3], NULL);
246 size = dectoul(argv[4], NULL);
251 offset = dectoul(argv[3], NULL);
252 size = dectoul(argv[4], NULL);
257 offset = dectoul(argv[3], NULL);
258 size = dectoul(argv[4], NULL);
264 offset = dectoul(argv[2], NULL);
265 size = dectoul(arg
[all...]
/u-boot/lib/dhry/
H A Dcmd_dhry.c20 iterations = dectoul(argv[1], NULL);
/u-boot/drivers/dfu/
H A Ddfu_virt.c44 dfu->data.virt.dev_num = dectoul(devstr, NULL);
/u-boot/board/atmel/common/
H A Dboard.c50 pda = dectoul((const char *)buf, NULL);
/u-boot/drivers/net/phy/
H A Dmv88e6352.c241 phyaddr = dectoul(argv[1], NULL);
242 port = dectoul(argv[2], NULL);
243 reg = dectoul(argv[3], NULL);
256 phyaddr = dectoul(argv[1], NULL);
257 port = dectoul(argv[2], NULL);
258 reg = dectoul(argv[3], NULL);
/u-boot/test/dm/
H A Dblk.c302 found |= 1 << dectoul(&dev->name[3], NULL);
308 found |= 1 << dectoul(&dev->name[3], NULL);
313 found |= 1 << dectoul(&dev->name[3], NULL);
319 found |= 1 << dectoul(&dev->name[3], NULL);
325 found |= 1 << dectoul(&dev->name[3], NULL);
331 found |= 1 << dectoul(&dev->name[3], NULL);
/u-boot/board/gdsys/common/
H A Dcmd_ioloop.c278 fpga = dectoul(argv[1], NULL);
284 rate = dectoul(argv[2], NULL);
391 fpga = dectoul(argv[1], NULL);
396 size = dectoul(argv[2], NULL);
402 rate = dectoul(argv[3], NULL);
466 size = dectoul(argv[2], NULL);
472 rate = dectoul(argv[3], NULL);
517 int i = dectoul(argv[1], NULL);
/u-boot/examples/standalone/
H A Datmel_df_pow2.c144 bus = dectoul(line, &p);
149 cs = dectoul(p, &p);
/u-boot/drivers/pinctrl/nexell/
H A Dpinctrl-nexell.c37 *pin = (u32)dectoul(&pin_name[++idx], NULL);

Completed in 260 milliseconds

12345