Home
last modified time | relevance | path

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

/linux-6.15/drivers/usb/cdns3/
H A Dcdnsp-gadget.c1375 temp_64 |= ERST_EHB; in cdnsp_update_erst_dequeue()
1377 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()
/linux-6.15/drivers/usb/host/
H A Dxhci.h275 #define ERST_EHB (1 << 3) macro
H A Dxhci-ring.c3078 temp_64 |= ERST_EHB; in xhci_update_erst_dequeue()
3118 xhci_write_64(xhci, temp | ERST_EHB, &ir->ir_set->erst_dequeue); in xhci_handle_events()
H A Dxhci-mem.c1808 xhci_write_64(xhci, ERST_EHB, &ir->ir_set->erst_dequeue); in xhci_remove_interrupter()