Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/dwc2/
Dplatform.c69 .max_packet_count = 511,
99 .max_packet_count = -1,
Dcore.h385 int max_packet_count; member
468 unsigned max_packet_count:11; member
Dcore.c1706 u16 max_hc_pkt_count = hsotg->core_params->max_packet_count; in dwc2_hc_start_transfer()
2609 if (val < 15 || val > hsotg->hw_params.max_packet_count) in dwc2_set_param_max_packet_count()
2617 val = hsotg->hw_params.max_packet_count; in dwc2_set_param_max_packet_count()
2621 hsotg->core_params->max_packet_count = val; in dwc2_set_param_max_packet_count()
3032 params->max_packet_count); in dwc2_set_parameters()
3149 hw->max_packet_count = (1 << (width + 4)) - 1; in dwc2_get_hwparams()
3197 hw->max_packet_count); in dwc2_get_hwparams()