Searched refs:fastboot_buf_size (Results 1 – 4 of 4) sorted by relevance
25 u32 fastboot_buf_size; variable167 fastboot_buf_size = buf_size ? buf_size : CONFIG_FASTBOOT_BUF_SIZE; in fastboot_init()
176 if (fastboot_bytes_expected > fastboot_buf_size) { in download()
92 fastboot_response("OKAY", response, "0x%08x", fastboot_buf_size); in getvar_downloadsize()
14 extern u32 fastboot_buf_size;