Searched refs:PORT_CSC (Results 1 – 3 of 3) sorted by relevance
163 #define PORT_CSC (1<<1) /* connect status change */ macro165 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC | PORT_OCC)
656 mask = PORT_CSC | PORT_PEC; in ehci_hub_status_data()845 ehci_writel(ehci, temp | PORT_CSC, status_reg); in ehci_hub_control()875 if (temp & PORT_CSC) in ehci_hub_control()
796 if ((pstatus0 & PORT_CONNECT) && (pstatus0 & PORT_CSC)) in ehci_irq_handler()798 else if (!(pstatus0 & PORT_CONNECT) && (pstatus0 & PORT_CSC)) in ehci_irq_handler()
Completed in 9 milliseconds