Searched refs:amount (Results 1 – 25 of 48) sorted by relevance
12
| /u-boot/drivers/usb/gadget/ |
| A D | f_mass_storage.c | 699 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 D | acpi_table.c | 117 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 D | Kconfig | 22 is the smallest amount of disk space that can be used to hold a
|
| /u-boot/doc/device-tree-bindings/misc/ |
| A D | esm-k3.txt | 16 have arbitrary amount of event IDs listed on it.
|
| /u-boot/doc/board/emulation/ |
| A D | qemu-arm.rst | 13 - A freely configurable amount of CPU cores 16 - A freely configurable amount of RAM, described by the DTB
|
| A D | qemu-ppce500.rst | 35 configurable amount of RAM can be created via the '-m' parameter. For example,
|
| A D | qemu-riscv.rst | 50 A freely configurable amount of RAM can be created via the '-m'
|
| /u-boot/drivers/ram/ |
| A D | Kconfig | 15 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 D | Kconfig | 34 Set the amount of EFI RAM which is claimed by U-Boot for its own
|
| /u-boot/doc/SPL/ |
| A D | README.omap3 | 23 amount of DRAM available to it different values may need to be used.
|
| /u-boot/include/acpi/ |
| A D | acpi_table.h | 660 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 D | marvell,mvebu-pinctrl.txt | 16 - pin-count: Numeric value defining the amount of multi purpose pins
|
| A D | rockchip,pinctrl.txt | 46 binding is used, the amount of cells must be specified as 2. See generic
|
| /u-boot/drivers/clk/ |
| A D | Kconfig | 17 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 D | lib1funcs.S | 50 @ 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 D | uldivmod.S | 223 @ Shift A to the right by the appropriate amount.
|
| /u-boot/arch/arm/dts/ |
| A D | armada-xp-gp.dts | 41 * 8 GB of plug-in RAM modules by default.The amount
|
| A D | armada-xp-maxbcm.dts | 77 * 8 GB of plug-in RAM modules by default.The amount
|
| /u-boot/doc/develop/ |
| A D | testing.rst | 4 U-Boot has a large amount of code. This file describes how this code is
|
| /u-boot/doc/uImage.FIT/ |
| A D | overlay-fdt-boot.txt | 199 Note the minimum amount of different DT blobs, as well as the requirement for
|
| A D | x86-fit-boot.txt | 38 doesn't make a huge amount of sense. Any boot loader worth its salts already
|
| /u-boot/doc/android/ |
| A D | fastboot-protocol.rst | 48 send the indicated amount of data. Short packets are always
|
| /u-boot/drivers/led/ |
| A D | Kconfig | 59 The LED subsystem adds a small amount of overhead to the image.
|
| /u-boot/drivers/usb/host/ |
| A D | Kconfig | 303 By default 64 kB buffer is used but if amount of RAM avaialble on
|
| /u-boot/doc/driver-model/ |
| A D | livetree.rst | 39 small amount parsing which takes a little time.
|
Completed in 38 milliseconds
12