Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/usb/
Dusb_ch9.h363 #define USB_MPS_TO_TPL(mps) \ macro
/Zephyr-latest/tests/drivers/udc/src/
Dmain.c200 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()
/Zephyr-latest/drivers/usb/udc/
Dudc_dwc2.c393 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()