Home
last modified time | relevance | path

Searched refs:TRB_FRAME_ID (Results 1 – 3 of 3) sorted by relevance

/drivers/usb/cdns3/
Dcdnsp-gadget.h1050 #define TRB_FRAME_ID(p) (((p) << 20) & GENMASK(30, 20)) macro
/drivers/usb/host/
Dxhci.h1344 #define TRB_FRAME_ID(p) (((p) & 0x7ff) << 20) macro
Dxhci-ring.c4054 sia_frame_id = TRB_FRAME_ID(frame_id); in xhci_queue_isoc_tx()