Home
last modified time | relevance | path

Searched refs:fastboot_buf_addr (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/drivers/fastboot/
H A Dfb_common.c20 void *fastboot_buf_addr; variable
128 "0x%p", fastboot_buf_addr); in fastboot_boot()
165 fastboot_buf_addr = buf_addr ? buf_addr : in fastboot_init()
H A Dfb_command.c224 memcpy(fastboot_buf_addr + fastboot_bytes_received, in fastboot_data_download()
270 fastboot_mmc_flash_write(cmd_parameter, fastboot_buf_addr, image_size, in flash()
274 fastboot_nand_flash_write(cmd_parameter, fastboot_buf_addr, image_size, in flash()
/openbmc/u-boot/include/
H A Dfastboot-internal.h9 extern void *fastboot_buf_addr;