Home
last modified time | relevance | path

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

/u-boot/drivers/usb/gadget/
A Df_thor.c56 static unsigned long long int thor_file_size; variable
270 thor_file_size = (uint64_t)(uint32_t)rqt->int_data[0] + in process_rqt_download()
273 debug("INIT: total %llu bytes\n", thor_file_size); in process_rqt_download()
284 thor_file_size = (uint64_t)(uint32_t)rqt->int_data[1] + in process_rqt_download()
291 f_name, 0, thor_file_size, file_type); in process_rqt_download()
305 ret_head = download_head(thor_file_size, THOR_PACKET_SIZE, in process_rqt_download()

Completed in 3 milliseconds