Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/early/
H A Dxhci-dbc.c689 static void xdbc_handle_port_status(struct xdbc_trb *evt_trb) in xdbc_handle_port_status() argument
717 static void xdbc_handle_tx_event(struct xdbc_trb *evt_trb) in xdbc_handle_tx_event() argument
722 comp_code = GET_COMP_CODE(le32_to_cpu(evt_trb->field[2])); in xdbc_handle_tx_event()
723 ep_id = TRB_TO_EP_ID(le32_to_cpu(evt_trb->field[3])); in xdbc_handle_tx_event()
755 struct xdbc_trb *evt_trb; in xdbc_handle_events() local
804 evt_trb = xdbc.evt_ring.dequeue; in xdbc_handle_events()
805 while ((le32_to_cpu(evt_trb->field[3]) & TRB_CYCLE) == xdbc.evt_ring.cycle_state) { in xdbc_handle_events()
812 switch ((le32_to_cpu(evt_trb->field[3]) & TRB_TYPE_BITMASK)) { in xdbc_handle_events()
814 xdbc_handle_port_status(evt_trb); in xdbc_handle_events()
817 xdbc_handle_tx_event(evt_trb); in xdbc_handle_events()
[all …]