Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/chipidea/
H A Dbits.h67 #define PORTSC_CSC BIT(1) macro
85 (PORTSC_CSC | PORTSC_PEC | PORTSC_OCC)
/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
2655 xhci_port_notify(port, PORTSC_CSC); in xhci_port_update()
2846 portsc &= ~(val & (PORTSC_CSC|PORTSC_PEC|PORTSC_WRC|PORTSC_OCC| in xhci_port_write()
/openbmc/linux/drivers/usb/gadget/udc/
H A Dtegra-xudc.c91 #define PORTSC_CSC BIT(17) macro
97 #define PORTSC_CHANGE_MASK (PORTSC_CSC | PORTSC_WRC | PORTSC_PRC | \
3019 if (portsc & PORTSC_CSC) { in __tegra_xudc_handle_port_status()
3021 clear_port_change(xudc, PORTSC_CSC); in __tegra_xudc_handle_port_status()