Home
last modified time | relevance | path

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

/drivers/usb/dwc2/
Dhcd_queue.c103 dwc2_hb_mult(qh->maxp) * dwc2_max_packet(qh->maxp); in dwc2_qh_init()
450 max_xfer_size = dwc2_max_packet(qh->maxp) * dwc2_hb_mult(qh->maxp); in dwc2_check_max_xfer_size()
Dhcd.h535 #define dwc2_max_packet(wmaxpacketsize) ((wmaxpacketsize) & 0x07ff) macro
Dhcd.c804 chan->max_packet = dwc2_max_packet(qh->maxp); in dwc2_assign_and_init_hc()