Searched refs:max_transfer (Results 1 – 2 of 2) sorted by relevance
630 u16 max_transfer; in rmi_f34v7_read_blocks() local650 max_transfer = min(f34->v7.payload_length, in rmi_f34v7_read_blocks()654 transfer = min(remaining, max_transfer); in rmi_f34v7_read_blocks()703 u16 max_transfer; in rmi_f34v7_write_f34v7_blocks() local723 max_transfer = PAGE_SIZE / f34->v7.block_size; in rmi_f34v7_write_f34v7_blocks()725 max_transfer = f34->v7.payload_length; in rmi_f34v7_write_f34v7_blocks()728 transfer = min(remaining, max_transfer); in rmi_f34v7_write_f34v7_blocks()
514 int max_transfer; in dwc2_hsotg_write_fifo() local583 max_transfer = hs_ep->ep.maxpacket * hs_ep->mc; in dwc2_hsotg_write_fifo()586 __func__, gnptxsts, can_write, to_write, max_transfer); in dwc2_hsotg_write_fifo()601 if (to_write > max_transfer) { in dwc2_hsotg_write_fifo()602 to_write = max_transfer; in dwc2_hsotg_write_fifo()615 pkt_round = to_write % max_transfer; in dwc2_hsotg_write_fifo()
Completed in 12 milliseconds