Home
last modified time | relevance | path

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

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