Searched refs:USB_MPS_TO_TPL (Results 1 – 3 of 3) sorted by relevance
363 #define USB_MPS_TO_TPL(mps) \ macro
200 USB_MPS_TO_TPL(sys_le16_to_cpu(ed->wMaxPacketSize))); in test_udc_ep_buf_alloc()341 USB_MPS_TO_TPL(sys_le16_to_cpu(ed->wMaxPacketSize))); in test_udc_ep_api()
393 len = MIN(buf->len, USB_MPS_TO_TPL(cfg->mps)); in dwc2_tx_fifo_write()437 len = ROUND_DOWN(max_xfersize, USB_MPS_TO_TPL(cfg->mps)); in dwc2_tx_fifo_write()593 xfersize = USB_MPS_TO_TPL(cfg->mps); in dwc2_prep_rx()612 xfersize = ROUND_DOWN(priv->max_xfersize, USB_MPS_TO_TPL(cfg->mps)); in dwc2_prep_rx()