Searched refs:PORT_PEC (Results 1 – 12 of 12) sorted by relevance
162 #define PORT_PEC (1<<3) /* port enable change */ macro166 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC | PORT_OCC)
281 #define PORT_PEC (1<<3) /* port enable change */ macro285 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC)
647 mask = PORT_CSC | PORT_PEC | PORT_OCC; in ehci_hub_status_data()649 mask = PORT_CSC | PORT_PEC; in ehci_hub_status_data()934 ehci_writel(ehci, temp | PORT_PEC, status_reg); in ehci_hub_control()1013 if (temp & PORT_PEC) in ehci_hub_control()
19 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC | PORT_WRC | PORT_OCC | \533 status = PORT_PEC; in xhci_clear_port_change_bit()1056 if (raw_port_status & PORT_PEC) in xhci_get_port_status()1262 temp |= PORT_CSC | PORT_PEC | PORT_WRC | in xhci_hub_control()1569 mask = PORT_CSC | PORT_PEC | PORT_OCC | PORT_PLC | PORT_WRC | PORT_CEC; in xhci_hub_status_data()
192 #define PORT_PEC (1<<3) /* port enable change */ macro196 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC | PORT_OCC)604 (status & PORT_PEC) ? " PEC" : "", in dbg_port_buf()3513 mask = PORT_CSC | PORT_PEC | PORT_OCC; in oxu_hub_status_data()3515 mask = PORT_CSC | PORT_PEC; in oxu_hub_status_data()3611 writel((temp & ~PORT_RWC_BITS) | PORT_PEC, status_reg); in oxu_hub_control()3666 if (temp & PORT_PEC) in oxu_hub_control()
365 #define PORT_PEC (1 << 18) macro392 #define PORT_CHANGE_MASK (PORT_CSC | PORT_PEC | PORT_WRC | PORT_OCC | \2667 if (portsc & PORT_PEC) in xhci_decode_portsc()
667 (status & ~(PORT_CSC | PORT_PEC | PORT_OCC)), in ehci_start_port_reset()
254 (status & PORT_PEC) ? " PEC" : "", in dbg_port_buf()1408 mask = PORT_CSC | PORT_PEC; in fotg210_hub_status_data()1508 fotg210_writel(fotg210, temp | PORT_PEC, status_reg); in fotg210_hub_control()1560 if (temp & PORT_PEC) in fotg210_hub_control()
254 (status & PORT_PEC) ? " PEC" : "", in dbg_port_buf()
838 status = PORT_PEC; in xhci_clear_port_change_bit()1020 if (reg & PORT_PEC) in xhci_submit_root()
311 #define PORT_PEC (1 << 18) macro
45 #define TEGRA_PORTSC1_RWC_BITS (PORT_CSC | PORT_PEC | PORT_OCC)