Home
last modified time | relevance | path

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

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