Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/dwc2/
H A Dhcd_ddma.c45 static u16 dwc2_max_desc_num(struct dwc2_qh *qh) in dwc2_max_desc_num() function
70 dwc2_max_desc_num(qh); in dwc2_desc_list_alloc()
80 qh->n_bytes = kcalloc(dwc2_max_desc_num(qh), sizeof(u32), flags); in dwc2_desc_list_alloc()
296 dwc2_max_desc_num(qh)); in dwc2_release_channel_ddma()
583 ntd_max = (dwc2_max_desc_num(qh) + qh->host_interval - 1) / in dwc2_init_isoc_dma_desc()
847 chan->ntd = dwc2_max_desc_num(qh); in dwc2_hcd_start_xfer_ddma()