Searched refs:PORTSC_CSC (Results 1 – 4 of 4) sorted by relevance
79 #define PORTSC_CSC (1 << 1) // Connect Status Change macro
42 uint16_t mask = ~(PORTSC_CSC | PORTSC_PEDC | PORTSC_OCC); in ehci_port_test()
708 *portsc |= PORTSC_CSC; in ehci_attach()737 *portsc |= PORTSC_CSC; in ehci_detach()995 *portsc &= ~PORTSC_CSC; in ehci_port_write()
106 #define PORTSC_CSC (1<<17) macro2661 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()