Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/cdns3/
H A Dcdnsp-debug.h88 case TRB_STATUS: in cdnsp_trb_type_string()
259 case TRB_STATUS: in cdnsp_decode_trb()
H A Dcdnsp-gadget.h1076 #define TRB_STATUS 4 macro
H A Dcdnsp-ring.c2100 TRB_TYPE(TRB_STATUS) | pdev->setup_speed); in cdnsp_queue_ctrl_tx()
/openbmc/linux/drivers/usb/host/
H A Dxhci.h1374 #define TRB_STATUS 4 macro
1447 case TRB_STATUS: in xhci_trb_type_string()
2355 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()
3917 field | TRB_IOC | TRB_TYPE(TRB_STATUS) | ep_ring->cycle_state); in xhci_queue_ctrl_tx()
/openbmc/u-boot/drivers/usb/host/
H A Dxhci.h914 TRB_STATUS, /* 4 */ enumerator
H A Dxhci-ring.c904 (TRB_STATUS << TRB_TYPE_SHIFT) | in xhci_ctrl_tx()