Home
last modified time | relevance | path

Searched refs:TRB_TLBPC (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/drivers/usb/host/
H A Dxhci.h855 #define TRB_TLBPC(p) (((p) & 0xf) << 16) macro
/openbmc/linux/drivers/usb/cdns3/
H A Dcdnsp-gadget.h1011 #define TRB_TLBPC(p) (((p) & 0xf) << 16) macro
H A Dcdnsp-ring.c2289 field = TRB_TYPE(TRB_ISOC) | TRB_TLBPC(last_burst_pkt) | in cdnsp_queue_isoc_tx()
/openbmc/linux/drivers/usb/host/
H A Dxhci.h1058 #define TRB_TLBPC(p) (((p) & 0xf) << 16) macro
H A Dxhci-ring.c4236 TRB_TLBPC(last_burst_pkt_count) | in xhci_queue_isoc_tx()