Home
last modified time | relevance | path

Searched refs:amount (Results 1 – 25 of 48) sorted by relevance

12

/u-boot/drivers/usb/gadget/
A Df_mass_storage.c699 unsigned int amount; in do_read() local
742 amount = min(amount, (unsigned int) PAGE_CACHE_SIZE - in do_read()
755 if (amount == 0) { in do_read()
826 unsigned int amount; in do_write() local
881 amount = min(amount, in do_write()
884 if (amount == 0) { in do_write()
891 amount -= (amount & 511); in do_write()
892 if (amount == 0) { in do_write()
968 amount); in do_write()
1047 if (amount == 0) { in do_verify()
[all …]
/u-boot/lib/acpi/
A Dacpi_table.c117 void acpi_inc(struct acpi_ctx *ctx, uint amount) in acpi_inc() argument
119 ctx->current += amount; in acpi_inc()
122 void acpi_inc_align(struct acpi_ctx *ctx, uint amount) in acpi_inc_align() argument
124 ctx->current += amount; in acpi_inc_align()
/u-boot/fs/fat/
A DKconfig22 is the smallest amount of disk space that can be used to hold a
/u-boot/doc/device-tree-bindings/misc/
A Desm-k3.txt16 have arbitrary amount of event IDs listed on it.
/u-boot/doc/board/emulation/
A Dqemu-arm.rst13 - A freely configurable amount of CPU cores
16 - A freely configurable amount of RAM, described by the DTB
A Dqemu-ppce500.rst35 configurable amount of RAM can be created via the '-m' parameter. For example,
A Dqemu-riscv.rst50 A freely configurable amount of RAM can be created via the '-m'
/u-boot/drivers/ram/
A DKconfig15 The RAM subsystem adds a small amount of overhead to the image.
24 The RAM subsystem adds a small amount of overhead to the image.
/u-boot/lib/efi/
A DKconfig34 Set the amount of EFI RAM which is claimed by U-Boot for its own
/u-boot/doc/SPL/
A DREADME.omap323 amount of DRAM available to it different values may need to be used.
/u-boot/include/acpi/
A Dacpi_table.h660 void acpi_inc(struct acpi_ctx *ctx, uint amount);
670 void acpi_inc_align(struct acpi_ctx *ctx, uint amount);
/u-boot/doc/device-tree-bindings/pinctrl/
A Dmarvell,mvebu-pinctrl.txt16 - pin-count: Numeric value defining the amount of multi purpose pins
A Drockchip,pinctrl.txt46 binding is used, the amount of cells must be specified as 2. See generic
/u-boot/drivers/clk/
A DKconfig17 The clock subsystem adds a small amount of overhead to the image.
27 The clock subsystem adds a small amount of overhead to the image.
/u-boot/arch/arm/lib/
A Dlib1funcs.S50 @ four bits, since this is the amount of unwinding in the main
137 @ four bits, since this is the amount of unwinding in the main
A Duldivmod.S223 @ Shift A to the right by the appropriate amount.
/u-boot/arch/arm/dts/
A Darmada-xp-gp.dts41 * 8 GB of plug-in RAM modules by default.The amount
A Darmada-xp-maxbcm.dts77 * 8 GB of plug-in RAM modules by default.The amount
/u-boot/doc/develop/
A Dtesting.rst4 U-Boot has a large amount of code. This file describes how this code is
/u-boot/doc/uImage.FIT/
A Doverlay-fdt-boot.txt199 Note the minimum amount of different DT blobs, as well as the requirement for
A Dx86-fit-boot.txt38 doesn't make a huge amount of sense. Any boot loader worth its salts already
/u-boot/doc/android/
A Dfastboot-protocol.rst48 send the indicated amount of data. Short packets are always
/u-boot/drivers/led/
A DKconfig59 The LED subsystem adds a small amount of overhead to the image.
/u-boot/drivers/usb/host/
A DKconfig303 By default 64 kB buffer is used but if amount of RAM avaialble on
/u-boot/doc/driver-model/
A Dlivetree.rst39 small amount parsing which takes a little time.

Completed in 38 milliseconds

12