Home
last modified time | relevance | path

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

/qemu/include/hw/usb/
H A Dehci-regs.h75 #define PORTSC_OCC (1 << 5) // Over Current Change macro
/qemu/tests/qtest/
H A Dusb-hcd-ehci-test.c42 uint16_t mask = ~(PORTSC_CSC | PORTSC_PEDC | PORTSC_OCC); in ehci_port_test()
/qemu/hw/usb/
H A Dhcd-xhci.c109 #define PORTSC_OCC (1<<20) macro
2862 portsc &= ~(val & (PORTSC_CSC|PORTSC_PEC|PORTSC_WRC|PORTSC_OCC| in xhci_port_write()