Home
last modified time | relevance | path

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

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