Home
last modified time | relevance | path

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

/linux/drivers/usb/gadget/udc/cdns2/
H A Dcdns2-gadget.h428 #define TRB_BUFF_LEN_UP_TO_BOUNDARY(addr) (TRB_MAX_ISO_BUFF_SIZE - \ macro
H A Dcdns2-gadget.c550 trb_buff_len = TRB_BUFF_LEN_UP_TO_BOUNDARY(trb_dma); in cdns2_ep_tx_isoc()
/linux/drivers/usb/cdns3/
H A Dcdnsp-gadget.h1167 #define TRB_BUFF_LEN_UP_TO_BOUNDARY(addr) (TRB_MAX_BUFF_SIZE - \ macro
H A Dcdnsp-ring.c1944 trb_buff_len = TRB_BUFF_LEN_UP_TO_BOUNDARY(addr); in cdnsp_queue_bulk_tx()
2290 trb_buff_len = TRB_BUFF_LEN_UP_TO_BOUNDARY(addr); in cdnsp_queue_isoc_tx()
/linux/drivers/usb/host/
H A Dxhci-ring.c3674 trb_buff_len = TRB_BUFF_LEN_UP_TO_BOUNDARY(addr); in xhci_queue_bulk_tx()
4188 trb_buff_len = TRB_BUFF_LEN_UP_TO_BOUNDARY(addr); in xhci_queue_isoc_tx()
H A Dxhci.h1268 #define TRB_BUFF_LEN_UP_TO_BOUNDARY(addr) (TRB_MAX_BUFF_SIZE - \ macro