Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/host/
H A Dxhci.h427 #define ERST_EHB (1 << 3) macro
H A Dxhci-ring.c399 (uintptr_t)ctrl->event_ring->dequeue | ERST_EHB); in xhci_acknowledge_event()
/openbmc/linux/drivers/usb/cdns3/
H A Dcdnsp-gadget.c1356 temp_64 |= ERST_EHB; in cdnsp_update_erst_dequeue()
1358 temp_64 &= ~ERST_EHB; in cdnsp_update_erst_dequeue()
H A Dcdnsp-gadget.h411 #define ERST_EHB BIT(3) macro
H A Dcdnsp-mem.c1116 temp &= ~ERST_EHB; in cdnsp_set_event_deq()
/openbmc/linux/drivers/usb/host/
H A Dxhci.h272 #define ERST_EHB (1 << 3) macro
H A Dxhci-ring.c3173 temp_64 |= ERST_EHB; in xhci_update_erst_dequeue()
3241 xhci_write_64(xhci, temp_64 | ERST_EHB, in xhci_irq()
H A Dxhci-mem.c1951 temp &= ~ERST_EHB; in xhci_set_hc_event_deq()