Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci.h1366 #define TRB_SETUP 2 macro
1439 case TRB_SETUP: in xhci_trb_type_string()
2346 case TRB_SETUP: in xhci_decode_trb()
H A Dxhci-ring.c2334 case TRB_SETUP: in process_ctrl_td()
2368 if (trb_type == TRB_SETUP) in process_ctrl_td()
3798 field |= TRB_IDT | TRB_TYPE(TRB_SETUP); in xhci_queue_ctrl_tx()
/OK3568_Linux_fs/u-boot/include/usb/
H A Dxhci.h911 TRB_SETUP, /* 2 */ enumerator
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dxhci-ring.c826 field |= TRB_IDT | (TRB_SETUP << TRB_TYPE_SHIFT); in xhci_ctrl_tx()