Home
last modified time | relevance | path

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

/linux-6.15/drivers/usb/cdns3/
H A Dcdnsp-gadget.h984 #define SCT_FOR_TRB(p) (((p) << 1) & 0x7) macro
H A Dcdnsp-ring.c2463 trb_sct = SCT_FOR_TRB(SCT_PRI_TR); in cdnsp_queue_new_dequeue_state()
/linux-6.15/drivers/usb/host/
H A Dxhci.h1013 #define SCT_FOR_TRB(p) (((p) & 0x7) << 1) macro
H A Dxhci-ring.c771 trb_sct = SCT_FOR_TRB(SCT_PRI_TR); in xhci_move_dequeue_past_td()