Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/usb/chipidea/
A Ddebug.c133 for (i = 0; i < ci->hw_ep_max/2; i++) { in ci_qheads_show()
136 &ci->ci_hw_ep[i + ci->hw_ep_max/2]; in ci_qheads_show()
167 for (i = 0; i < ci->hw_ep_max; i++) in ci_requests_show()
171 i % (ci->hw_ep_max / 2), in ci_requests_show()
173 ((i < ci->hw_ep_max/2) ? in ci_requests_show()
A Dudc.c68 int fill = 16 - ci->hw_ep_max / 2; in ep_to_bit()
70 if (n >= ci->hw_ep_max / 2) in ep_to_bit()
1180 num += ci->hw_ep_max / 2; in isr_setup_packet_handler()
1232 num += ci->hw_ep_max / 2; in isr_setup_packet_handler()
1320 for (i = 0; i < ci->hw_ep_max; i++) { in isr_tr_complete_handler()
1841 for (i = 0; i < ci->hw_ep_max/2; i++) in init_eps()
1843 int k = i + j * ci->hw_ep_max/2; in init_eps()
1906 for (i = 0; i < ci->hw_ep_max; i++) { in destroy_eps()
A Dci.h236 unsigned hw_ep_max; member
A Dcore.c241 ci->hw_ep_max = reg * 2; /* cache hw ENDPT_MAX */ in hw_device_init()
243 if (ci->hw_ep_max > ENDPT_MAX) in hw_device_init()

Completed in 12 milliseconds