Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/cdns3/
Dcdnsp-gadget.c1354 temp_64 |= ERST_EHB; in cdnsp_update_erst_dequeue()
1356 temp_64 &= ~ERST_EHB; in cdnsp_update_erst_dequeue()
Dcdnsp-gadget.h411 #define ERST_EHB BIT(3) macro
Dcdnsp-mem.c1116 temp &= ~ERST_EHB; in cdnsp_set_event_deq()
/linux-6.12.1/drivers/usb/host/
Dxhci.h272 #define ERST_EHB (1 << 3) macro
Dxhci-ring.c3012 temp_64 |= ERST_EHB; in xhci_update_erst_dequeue()
3052 xhci_write_64(xhci, temp | ERST_EHB, &ir->ir_set->erst_dequeue); in xhci_handle_events()
Dxhci-mem.c1814 xhci_write_64(xhci, ERST_EHB, &ir->ir_set->erst_dequeue); in xhci_remove_interrupter()