Searched refs:fastboot_buf_addr (Results 1 – 3 of 3) sorted by relevance
23 void *fastboot_buf_addr; variable144 "0x%p", fastboot_buf_addr); in fastboot_boot()181 fastboot_buf_addr = buf_addr ? buf_addr : in fastboot_init()
270 memcpy(fastboot_buf_addr + fastboot_bytes_received, in fastboot_data_download()316 fastboot_mmc_flash_write(cmd_parameter, fastboot_buf_addr, image_size, in flash()320 fastboot_nand_flash_write(cmd_parameter, fastboot_buf_addr, image_size, in flash()
9 extern void *fastboot_buf_addr;
Completed in 716 milliseconds