Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci.h1370 #define TRB_STATUS 4 macro
1443 case TRB_STATUS: in xhci_trb_type_string()
2378 case TRB_STATUS: in xhci_decode_trb()
H A Dxhci-ring.c2315 if (trb_type != TRB_STATUS) { in process_ctrl_td()
2341 case TRB_STATUS: in process_ctrl_td()
3870 field | TRB_IOC | TRB_TYPE(TRB_STATUS) | ep_ring->cycle_state); in xhci_queue_ctrl_tx()
/OK3568_Linux_fs/u-boot/include/usb/
H A Dxhci.h915 TRB_STATUS, /* 4 */ enumerator
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dxhci-ring.c905 (TRB_STATUS << TRB_TYPE_SHIFT) | in xhci_ctrl_tx()