Home
last modified time | relevance | path

Searched refs:requested (Results 1 – 23 of 23) sorted by relevance

/u-boot/cmd/
A Dclone.c21 unsigned long wrcnt, rdcnt, requested, srcblk, destblk; in do_clone() local
37 requested = simple_strtoul(argv[5], &unit, 10); in do_clone()
46 if (requested == 0) { in do_clone()
51 requested = a; in do_clone()
53 requested = b; in do_clone()
58 requested *= 1024 * 1024 * 1024; in do_clone()
62 requested *= 1024 * 1024; in do_clone()
66 requested *= 1024; in do_clone()
71 requested, argv[1], argv[2], argv[3], argv[4]); in do_clone()
78 while (wrcnt < requested) { in do_clone()
/u-boot/drivers/reset/
A Dsandbox-reset.c18 bool requested; member
34 sbr->signals[reset_ctl->id].requested = true; in sandbox_reset_request()
44 sbr->signals[reset_ctl->id].requested = false; in sandbox_reset_free()
127 return sbr->signals[id].requested; in sandbox_reset_is_requested()
/u-boot/drivers/clk/
A Dclk_sandbox.c17 bool requested[SANDBOX_CLK_ID_COUNT]; member
106 priv->requested[clk->id] = true; in sandbox_clk_request()
117 priv->requested[clk->id] = false; in sandbox_clk_free()
179 return priv->requested[id]; in sandbox_clk_query_requested()
/u-boot/doc/device-tree-bindings/memory-controllers/
A Dst,stm32mp1-ddr.txt27 for STM32MP15x: 25 values are requested in this order
56 for STM32MP15x: 12 values are requested in this order
71 for STM32MP15x: 9 values are requested in this order
83 for STM32MP15x: 17 values are requested in this order
105 for STM32MP15x: 11 values are requested in this order
119 for STM32MP15x: 10 values are requested in this order
134 for STM32MP15x: 12 values are requested in this order
/u-boot/doc/device-tree-bindings/clock/
A Dti,cdce9xx.txt32 present, the clock runs at the requested frequency on average. Otherwise
33 the requested frequency is the maximum value of the SCC range.
/u-boot/doc/android/
A Dfastboot-protocol.rst36 b. FAIL -> the requested command failed. The remaining 60 bytes
40 c. OKAY -> the requested command completed successfully. Go to #5
42 d. DATA -> the requested command is ready for the data phase.
/u-boot/arch/arm/mach-omap2/
A Dlowlevel_init.S61 @ call ROM Code API for the service requested
/u-boot/include/linux/
A Dethtool.h416 __u32 requested; member
441 __u32 requested; member
/u-boot/doc/device-tree-bindings/pwm/
A Dpwm.txt23 "pwm-names" property to map the name of the PWM device requested by the
/u-boot/doc/mvebu/cmd/
A Dbubt.txt24 1. Fetch the requested ATF image from an available interface (USB/SD/SATA/XDB, etc.)
/u-boot/doc/
A DREADME.ubispl7 Scans the UBI information and loads the requested static volumes into
A DREADME.marvell40 for the requested board.
A DREADME.ubi29 a new UBI device on the requested MTD partition. Or it will attach a
A DREADME.unaligned-memory-access.txt62 silently perform a different memory access to the one that was requested,
A DREADME.ti-secure18 control restrictions. Access must be requested and granted by TI before the
/u-boot/doc/driver-model/
A Dpci-info.rst11 Bus number 0 will need to be requested first, and the alias in the device
A Ddesign.rst694 The device's sequence number is assigned, either the requested one or the next
696 requested.
/u-boot/arch/x86/include/asm/acpi/cros_ec/
A Dec.asl158 /* Read requested temperature and check against EC error values */
/u-boot/arch/arm/dts/
A Domap4-sdp.dts360 * The legacy board file requested this pin on boot
/u-boot/common/
A Ddlmalloc.src60 chunk p. This may or may not report more bytes than were requested,
115 more bytes will be allocated than were requested in malloc), with
1032 /* the requested address to a 64K boundary which */
2045 The requested size is first converted into a usable form, `nb'.
3004 allocated chunk, which may be more than you requested (although
3088 number requested. It will be larger than the number requested
/u-boot/scripts/
A Dspelling.txt970 requestied||requested
/u-boot/doc/uImage.FIT/
A Dsignature.txt563 Note: There is no guarantee that the card supports the requested size.
/u-boot/tools/buildman/
A DREADME71 information can be requested, in which case it is de-duped and displayed

Completed in 18 milliseconds