Home
last modified time | relevance | path

Searched refs:TRB_BUFF_LEN_UP_TO_BOUNDARY (Results 1 – 4 of 4) 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
/linux/drivers/usb/host/
H A Dxhci-ring.c3680 trb_buff_len = TRB_BUFF_LEN_UP_TO_BOUNDARY(addr); in xhci_queue_bulk_tx()
4217 trb_buff_len = TRB_BUFF_LEN_UP_TO_BOUNDARY(addr); in xhci_queue_isoc_tx()