Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/usb/
H A Dehci-regs.h79 #define PORTSC_CSC (1 << 1) // Connect Status 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-ehci.c708 *portsc |= PORTSC_CSC; in ehci_attach()
737 *portsc |= PORTSC_CSC; in ehci_detach()
995 *portsc &= ~PORTSC_CSC; in ehci_port_write()
H A Dhcd-xhci.c106 #define PORTSC_CSC (1<<17) macro
2661 xhci_port_notify(port, PORTSC_CSC); in xhci_port_update()
2858 portsc &= ~(val & (PORTSC_CSC|PORTSC_PEC|PORTSC_WRC|PORTSC_OCC| in xhci_port_write()