Searched refs:PORT_PEC (Results 1 – 11 of 11) sorted by relevance
161 #define PORT_PEC (1<<3) /* port enable change */ macro165 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC | PORT_OCC)
160 #define PORT_PEC (1<<3) /* port enable change */ macro164 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC | PORT_OCC)
277 #define PORT_PEC (1<<3) /* port enable change */ macro281 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC)
31 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC | PORT_WRC | PORT_OCC | \480 status = PORT_PEC; in xhci_clear_port_change_bit()703 if (raw_port_status & PORT_PEC) in xhci_get_port_status()1017 temp |= PORT_CSC | PORT_PEC | PORT_WRC | in xhci_hub_control()1246 mask = PORT_CSC | PORT_PEC | PORT_OCC | PORT_PLC | PORT_WRC | PORT_CEC; in xhci_hub_status_data()
638 mask = PORT_CSC | PORT_PEC | PORT_OCC; in ehci_hub_status_data()640 mask = PORT_CSC | PORT_PEC; in ehci_hub_status_data()917 ehci_writel(ehci, temp | PORT_PEC, status_reg); in ehci_hub_control()996 if (temp & PORT_PEC) in ehci_hub_control()
177 (status & PORT_PEC) ? " PEC" : "", in dbg_port_buf()3103 mask = PORT_CSC | PORT_PEC | PORT_OCC; in oxu_hub_status_data()3105 mask = PORT_CSC | PORT_PEC; in oxu_hub_status_data()3201 writel((temp & ~PORT_RWC_BITS) | PORT_PEC, status_reg); in oxu_hub_control()3256 if (temp & PORT_PEC) in oxu_hub_control()
626 (status & ~(PORT_CSC | PORT_PEC | PORT_OCC)), in ehci_start_port_reset()
264 (status & PORT_PEC) ? " PEC" : "", in dbg_port_buf()1434 mask = PORT_CSC | PORT_PEC; in fotg210_hub_status_data()1534 fotg210_writel(fotg210, temp | PORT_PEC, status_reg); in fotg210_hub_control()1586 if (temp & PORT_PEC) in fotg210_hub_control()
277 (status & PORT_PEC) ? " PEC" : "", in dbg_port_buf()
356 #define PORT_PEC (1 << 18) macro
53 #define TEGRA_PORTSC1_RWC_BITS (PORT_CSC | PORT_PEC | PORT_OCC)