Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/cdns3/
H A Dcdnsp-gadget.h981 #define SCT_FOR_TRB(p) (((p) << 1) & 0x7) macro
H A Dcdnsp-ring.c2475 trb_sct = SCT_FOR_TRB(SCT_PRI_TR); in cdnsp_queue_new_dequeue_state()
/openbmc/linux/drivers/usb/host/
H A Dxhci.h1034 #define SCT_FOR_TRB(p) (((p) & 0x7) << 1) macro
H A Dxhci-ring.c733 trb_sct = SCT_FOR_TRB(SCT_PRI_TR); in xhci_move_dequeue_past_td()