Searched refs:PORT_PEC (Results 1 – 11 of 11) sorted by relevance
73 #define PORT_PEC (1 << 18) macro 100 #define PORT_CHANGE_MASK (PORT_CSC | PORT_PEC | PORT_WRC | PORT_OCC | \
647 mask = PORT_CSC | PORT_PEC | PORT_OCC; in ehci_hub_status_data() 649 mask = PORT_CSC | PORT_PEC; in ehci_hub_status_data() 797 ehci_writel(ehci, temp | PORT_PEC, status_reg); in ehci_hub_control() 876 if (temp & PORT_PEC) in ehci_hub_control()
21 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC | PORT_WRC | PORT_OCC | \604 status = PORT_PEC; in xhci_clear_port_change_bit() 1174 if (raw_port_status & PORT_PEC) in xhci_get_port_status() 1372 temp |= PORT_CSC | PORT_PEC | PORT_WRC | in xhci_hub_control() 1682 mask = PORT_CSC | PORT_PEC | PORT_OCC | PORT_PLC | PORT_WRC | PORT_CEC; in xhci_hub_status_data()
724 && !(portsc & PORT_PEC) && !(portsc & PORT_PE))
652 (status & ~(PORT_CSC | PORT_PEC | PORT_OCC)), in ehci_start_port_reset()
254 (status & PORT_PEC) ? " PEC" : "", in dbg_port_buf()
2413 if (portsc & PORT_PEC) in xhci_decode_portsc()
150 #define PORT_PEC (1<<3) /* port enable change */ macro 154 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC | PORT_OCC)
279 #define PORT_PEC (1<<3) /* port enable change */ macro 283 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC)
253 (status & PORT_PEC) ? " PEC" : "", in dbg_port_buf() 1401 mask = PORT_CSC | PORT_PEC; in fotg210_hub_status_data() 1501 fotg210_writel(fotg210, temp | PORT_PEC, status_reg); in fotg210_hub_control() 1553 if (temp & PORT_PEC) in fotg210_hub_control()
45 #define TEGRA_PORTSC1_RWC_BITS (PORT_CSC | PORT_PEC | PORT_OCC)