Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/gadget/
H A Df_fastboot.c1573 unsigned int pre_dot_num, now_dot_num; in rx_handler_dl_image() local
1588 now_dot_num = download_bytes / BYTES_PER_DOT; in rx_handler_dl_image()
1590 if (pre_dot_num != now_dot_num) { in rx_handler_dl_image()
1592 if (!(now_dot_num % 74)) in rx_handler_dl_image()
1646 unsigned int pre_dot_num, now_dot_num; in tx_handler_ul() local
1658 now_dot_num = upload_bytes / BYTES_PER_DOT; in tx_handler_ul()
1660 if (pre_dot_num != now_dot_num) { in tx_handler_ul()
1662 if (!(now_dot_num % 74)) in tx_handler_ul()