Lines Matching refs:max_packet_count
768 z = td->max_packet_count; in dwc_otg_host_channel_alloc()
863 for (x = 0; x != td->max_packet_count; x++) in dwc_otg_host_channel_free()
874 for (x = 0; x != td->max_packet_count; x++) { in dwc_otg_host_dump_rx()
1359 for (x = 0; x != td->max_packet_count; x++) { in dwc_otg_host_data_rx()
1562 for (x = 0; x != td->max_packet_count; x++) { in dwc_otg_host_data_rx()
1984 for (x = 0; x != td->max_packet_count; x++) { in dwc_otg_host_data_tx()
2021 td->max_packet_count > 1) { in dwc_otg_host_data_tx()
3384 hcchar |= ((xfer->max_packet_count & 3) in dwc_otg_setup_standard_chain()
3394 hcchar |= ((xfer->max_packet_count & 3) in dwc_otg_setup_standard_chain()
4855 td->max_packet_count = xfer->max_packet_count; in dwc_otg_xfer_setup()
4857 if (td->max_packet_count == 0 || td->max_packet_count > 3) in dwc_otg_xfer_setup()
4858 td->max_packet_count = 1; in dwc_otg_xfer_setup()