Home
last modified time | relevance | path

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

/drivers/usb/dwc2/
Dplatform.c64 .max_packet_count = 511,
92 .max_packet_count = -1,
Dcore.h400 int max_packet_count; member
481 unsigned max_packet_count:11; member
Dpci.c74 .max_packet_count = 511,
Dcore.c1348 u16 max_hc_pkt_count = hsotg->core_params->max_packet_count; in dwc2_hc_start_transfer()
2251 if (val < 15 || val > hsotg->hw_params.max_packet_count) in dwc2_set_param_max_packet_count()
2259 val = hsotg->hw_params.max_packet_count; in dwc2_set_param_max_packet_count()
2263 hsotg->core_params->max_packet_count = val; in dwc2_set_param_max_packet_count()
2640 params->max_packet_count); in dwc2_set_parameters()
2755 hw->max_packet_count = (1 << (width + 4)) - 1; in dwc2_get_hwparams()
2803 hw->max_packet_count); in dwc2_get_hwparams()