Searched refs:PORT_OCC (Results 1 – 9 of 9) sorted by relevance
159 #define PORT_OCC (1<<5) /* over current change */ macro165 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC | PORT_OCC)
158 #define PORT_OCC (1<<5) /* over current change */ macro164 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC | PORT_OCC)
31 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC | PORT_WRC | PORT_OCC | \375 status = PORT_OCC; in xhci_clear_port_change_bit()588 if ((raw_port_status & PORT_OCC)) in xhci_get_port_status()863 PORT_OCC | PORT_RC | PORT_PLC | in xhci_hub_control()1089 mask = PORT_CSC | PORT_PEC | PORT_OCC | PORT_PLC | PORT_WRC | PORT_CEC; in xhci_hub_status_data()
637 mask = PORT_CSC | PORT_PEC | PORT_OCC; in ehci_hub_status_data()966 ehci_writel(ehci, temp | PORT_OCC, status_reg); in ehci_hub_control()998 if ((temp & PORT_OCC) && !ignore_oc){ in ehci_hub_control()
627 (status & ~(PORT_CSC | PORT_PEC | PORT_OCC)), in ehci_start_port_reset()
175 (status & PORT_OCC) ? " OCC" : "", in dbg_port_buf()3108 mask = PORT_CSC | PORT_PEC | PORT_OCC; in oxu_hub_status_data()3233 writel((temp & ~PORT_RWC_BITS) | PORT_OCC, status_reg); in oxu_hub_control()3263 if ((temp & PORT_OCC) && !ignore_oc) in oxu_hub_control()
275 (status & PORT_OCC) ? " OCC" : "", in dbg_port_buf()
333 #define PORT_OCC (1 << 20) macro
53 #define TEGRA_PORTSC1_RWC_BITS (PORT_CSC | PORT_PEC | PORT_OCC)