Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/usb/dwc2/
Dparams.c48 p->max_packet_count = 511; in dwc2_set_bcm_params()
62 p->max_packet_count = 511; in dwc2_set_his_params()
104 p->max_packet_count = 511; in dwc2_set_ltq_params()
151 p->max_packet_count = 256; in dwc2_set_stm32f4x9_fsotg_params()
175 p->max_packet_count = 256; in dwc2_set_stm32mp15_fsotg_params()
382 p->max_packet_count = hw->max_packet_count; in dwc2_set_default_params()
675 CHECK_RANGE(max_packet_count, in dwc2_check_params()
676 15, hw->max_packet_count, in dwc2_check_params()
677 hw->max_packet_count); in dwc2_check_params()
825 hw->max_packet_count = (1 << (width + 4)) - 1; in dwc2_get_hwparams()
Dcore.h490 u16 max_packet_count; member
654 unsigned max_packet_count:11; member
Ddebugfs.c683 print_param(seq, p, max_packet_count); in params_show()
741 print_param(seq, hw, max_packet_count); in hw_params_show()
Dhcd.c1231 u16 max_hc_pkt_count = hsotg->params.max_packet_count; in dwc2_hc_start_transfer()