Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/cdns3/
Dcdnsp-gadget.h1011 #define TRB_TLBPC(p) (((p) & 0xf) << 16) macro
Dcdnsp-ring.c2276 field = TRB_TYPE(TRB_ISOC) | TRB_TLBPC(last_burst_pkt) | in cdnsp_queue_isoc_tx()
/linux-6.12.1/drivers/usb/host/
Dxhci.h1028 #define TRB_TLBPC(p) (((p) & 0xf) << 16) macro
Dxhci-ring.c4077 TRB_TLBPC(last_burst_pkt_count) | in xhci_queue_isoc_tx()