Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/usb/gadget/udc/cdns2/
Dcdns2-gadget.h419 #define TRB_BUFF_LEN_UP_TO_BOUNDARY(addr) (TRB_MAX_ISO_BUFF_SIZE - \ macro
Dcdns2-gadget.c549 trb_buff_len = TRB_BUFF_LEN_UP_TO_BOUNDARY(trb_dma); in cdns2_ep_tx_isoc()
/Linux-v6.6/drivers/usb/cdns3/
Dcdnsp-gadget.h1153 #define TRB_BUFF_LEN_UP_TO_BOUNDARY(addr) (TRB_MAX_BUFF_SIZE - \ macro
Dcdnsp-ring.c1919 trb_buff_len = TRB_BUFF_LEN_UP_TO_BOUNDARY(addr); in cdnsp_queue_bulk_tx()
2267 trb_buff_len = TRB_BUFF_LEN_UP_TO_BOUNDARY(addr); in cdnsp_queue_isoc_tx()
/Linux-v6.6/drivers/usb/host/
Dxhci-ring.c3605 trb_buff_len = TRB_BUFF_LEN_UP_TO_BOUNDARY(addr); in xhci_queue_bulk_tx()
4110 trb_buff_len = TRB_BUFF_LEN_UP_TO_BOUNDARY(addr); in xhci_queue_isoc_tx()
Dxhci.h1534 #define TRB_BUFF_LEN_UP_TO_BOUNDARY(addr) (TRB_MAX_BUFF_SIZE - \ macro