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