Home
last modified time | relevance | path

Searched refs:fastboot_buf_size (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/drivers/fastboot/
H A Dfb_common.c25 u32 fastboot_buf_size; variable
167 fastboot_buf_size = buf_size ? buf_size : CONFIG_FASTBOOT_BUF_SIZE; in fastboot_init()
H A Dfb_command.c176 if (fastboot_bytes_expected > fastboot_buf_size) { in download()
H A Dfb_getvar.c92 fastboot_response("OKAY", response, "0x%08x", fastboot_buf_size); in getvar_downloadsize()
/openbmc/u-boot/include/
H A Dfastboot-internal.h14 extern u32 fastboot_buf_size;