Home
last modified time | relevance | path

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

12

/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Df_mass_storage.c700 unsigned int amount; in do_read() local
740 amount = min(amount_left, common->usb_trb_size); in do_read()
743 amount = min(amount, (unsigned int) PAGE_CACHE_SIZE - in do_read()
756 if (amount == 0) { in do_read()
768 amount / SECTOR_SIZE, in do_read()
775 VLDBG(curlun, "file read %u @ %llu -> %d\n", amount, in do_read()
783 } else if (nread < amount) { in do_read()
785 (int) nread, amount); in do_read()
795 if (nread < amount) { in do_read()
827 unsigned int amount; in do_write() local
[all …]
H A Df_rockusb.c370 u32 lba, amount; in rkusb_do_lba_erase() local
382 amount = get_unaligned_be16(&common->cmnd[7]) << 9; in rkusb_do_lba_erase()
383 if (unlikely(amount == 0)) { in rkusb_do_lba_erase()
392 amount / SECTOR_SIZE); in rkusb_do_lba_erase()
411 u32 lba, amount; in rkusb_do_erase_force() local
432 amount = get_unaligned_be16(&common->cmnd[7]) * block_size; in rkusb_do_erase_force()
437 if (unlikely(amount == 0)) { in rkusb_do_erase_force()
446 amount); in rkusb_do_erase_force()
/rk3399_rockchip-uboot/drivers/ram/
H 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.
/rk3399_rockchip-uboot/fs/fat/
H A DKconfig22 is the smallest amount of disk space that can be used to hold a
/rk3399_rockchip-uboot/drivers/clk/
H 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.
/rk3399_rockchip-uboot/lib/efi/
H A DKconfig33 Set the amount of EFI RAM which is claimed by U-Boot for its own
/rk3399_rockchip-uboot/doc/SPL/
H A DREADME.omap323 amount of DRAM available to it different values may need to be used.
/rk3399_rockchip-uboot/doc/device-tree-bindings/pinctrl/
H A Dmarvell,mvebu-pinctrl.txt16 - pin-count: Numeric value defining the amount of multi purpose pins
H A Drockchip,pinctrl.txt46 binding is used, the amount of cells must be specified as 2. See generic
/rk3399_rockchip-uboot/arch/arm/lib/
H A Dlib1funcs.S52 @ four bits, since this is the amount of unwinding in the main
139 @ four bits, since this is the amount of unwinding in the main
H A Duldivmod.S224 @ Shift A to the right by the appropriate amount.
/rk3399_rockchip-uboot/test/
H A DREADME4 U-Boot has a large amount of code. This file describes how this code is
/rk3399_rockchip-uboot/doc/uImage.FIT/
H A Doverlay-fdt-boot.txt199 Note the minimum amount of different DT blobs, as well as the requirement for
H A Dsource_file_format.txt279 without loading a large amount of data. Then when an image is needed it can
H A Dx86-fit-boot.txt38 doesn't make a huge amount of sense. Any boot loader worth its salts already
/rk3399_rockchip-uboot/doc/
H A DREADME.android-fastboot-protocol47 send the indicated amount of data. Short packets are always
H A DREADME.pxe101 The size of pxe files and the number of labels is only limited by the amount
H A DREADME.trace232 These variables keep track of the amount of data written to the trace
/rk3399_rockchip-uboot/arch/arm/dts/
H A Darmada-xp-gp.dts78 * 8 GB of plug-in RAM modules by default.The amount
H A Darmada-xp-maxbcm.dts77 * 8 GB of plug-in RAM modules by default.The amount
/rk3399_rockchip-uboot/drivers/usb/host/
H A DKconfig245 By default 64 kB buffer is used but if amount of RAM avaialble on
/rk3399_rockchip-uboot/drivers/led/
H A DKconfig44 The LED subsystem adds a small amount of overhead to the image.
/rk3399_rockchip-uboot/doc/driver-model/
H A Dlivetree.txt36 small amount parsing which takes a little time.
/rk3399_rockchip-uboot/common/
H A Ddlmalloc.src628 M_TRIM_THRESHOLD is the maximum amount of unused top-most memory
682 M_TOP_PAD is the amount of extra `padding' space to allocate or
692 In both cases, the actual amount of padding is rounded
2930 The `pad' argument to malloc_trim represents the amount of free
2932 only the minimum amount of memory to maintain internal data
3082 Prints on stderr the amount of space obtain from the system (both
3083 via sbrk and mmap), the maximum amount (which may be more than
/rk3399_rockchip-uboot/arch/x86/
H A DKconfig160 # The 16-bit init refers to the reset vector and the small amount of code to
485 This is the amount of CAR (Cache as RAM) reserved for use by the

12