Searched refs:amount (Results 1 - 6 of 6) sorted by relevance

/u-boot/drivers/usb/gadget/
H A Df_mass_storage.c705 unsigned int amount; local
739 * Try to read the remaining amount.
746 amount = min(amount_left, FSG_BUFLEN);
749 amount = min(amount, (unsigned int) PAGE_CACHE_SIZE -
762 if (amount == 0) {
774 lldiv(amount, curlun->blksize),
781 VLDBG(curlun, "file read %u @ %llu -> %d\n", amount,
789 } else if (nread < amount) {
791 (int) nread, amount);
833 unsigned int amount; local
1015 unsigned int amount; local
1465 u32 amount; local
[all...]
/u-boot/lib/acpi/
H A Dacpi_table.c132 void acpi_inc(struct acpi_ctx *ctx, uint amount) argument
134 ctx->current += amount;
137 void acpi_inc_align(struct acpi_ctx *ctx, uint amount) argument
139 ctx->current += amount;
/u-boot/arch/arm/lib/
H A Dlib1funcs.S49 @ four bits, since this is the amount of unwinding in the main
136 @ four bits, since this is the amount of unwinding in the main
H A Duldivmod.S223 @ Shift A to the right by the appropriate amount.
/u-boot/include/acpi/
H A Dacpi_table.h886 * @amount: Amount to increment by
888 void acpi_inc(struct acpi_ctx *ctx, uint amount);
896 * @amount: Amount to increment by
898 void acpi_inc_align(struct acpi_ctx *ctx, uint amount);
/u-boot/scripts/
H A Dget_maintainer.pl1105 not a good measure of amount of code authored. 1 major commit may

Completed in 68 milliseconds