Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/usb/cdns3/
Dcdnsp-gadget.c1356 temp_64 |= ERST_EHB; in cdnsp_update_erst_dequeue()
1358 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-v6.6/drivers/usb/host/
Dxhci-ring.c3027 temp_64 |= ERST_EHB; in xhci_update_erst_dequeue()
3095 xhci_write_64(xhci, temp_64 | ERST_EHB, in xhci_irq()
Dxhci.h527 #define ERST_EHB (1 << 3) macro
Dxhci-mem.c1949 temp &= ~ERST_EHB; in xhci_set_hc_event_deq()