Home
last modified time | relevance | path

Searched defs:SCT_FOR_TRB (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/usb/cdns3/
Dcdnsp-gadget.h981 #define SCT_FOR_TRB(p) (((p) << 1) & 0x7) macro
/linux-6.12.1/drivers/usb/host/
Dxhci.h1004 #define SCT_FOR_TRB(p) (((p) & 0x7) << 1) macro