Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/dwc2/dist/
H A Ddwc2_hcdqueue.c123 dwc2_hb_mult(qh->maxp) * dwc2_max_packet(qh->maxp); in dwc2_qh_init()
487 max_xfer_size = dwc2_max_packet(qh->maxp) * dwc2_hb_mult(qh->maxp); in dwc2_check_max_xfer_size()
H A Ddwc2_hcd.h538 #define dwc2_hb_mult(wmaxpacketsize) (1 + (((wmaxpacketsize) >> 11) & 0x03)) macro
H A Ddwc2_hcd.c883 chan->multi_count = dwc2_hb_mult(qh->maxp); in dwc2_assign_and_init_hc()