Home
last modified time | relevance | path

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

/linux-6.6.21/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-6.6.21/drivers/usb/cdns3/
Dcdnsp-gadget.h1153 #define TRB_BUFF_LEN_UP_TO_BOUNDARY(addr) (TRB_MAX_BUFF_SIZE - \ macro
Dcdnsp-ring.c1922 trb_buff_len = TRB_BUFF_LEN_UP_TO_BOUNDARY(addr); in cdnsp_queue_bulk_tx()
2270 trb_buff_len = TRB_BUFF_LEN_UP_TO_BOUNDARY(addr); in cdnsp_queue_isoc_tx()
/linux-6.6.21/drivers/usb/host/
Dxhci-ring.c3655 trb_buff_len = TRB_BUFF_LEN_UP_TO_BOUNDARY(addr); in xhci_queue_bulk_tx()
4160 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