Searched refs:USB2_PORT_WAKE_INTERRUPT_ENABLE (Results 1 – 2 of 2) sorted by relevance
50 #define USB2_PORT_WAKE_INTERRUPT_ENABLE(x) BIT(x) macro542 value |= USB2_PORT_WAKE_INTERRUPT_ENABLE(index); in tegra186_utmi_enable_phy_wake()560 value &= ~USB2_PORT_WAKE_INTERRUPT_ENABLE(index); in tegra186_utmi_disable_phy_wake()582 if ((value & USB2_PORT_WAKE_INTERRUPT_ENABLE(index)) && in tegra186_utmi_phy_remote_wake_detected()
58 #define USB2_PORT_WAKE_INTERRUPT_ENABLE(x) BIT((x)) macro1214 value |= USB2_PORT_WAKE_INTERRUPT_ENABLE(index); in tegra210_utmi_enable_phy_wake()1232 value &= ~USB2_PORT_WAKE_INTERRUPT_ENABLE(index); in tegra210_utmi_disable_phy_wake()1254 if ((value & USB2_PORT_WAKE_INTERRUPT_ENABLE(index)) && in tegra210_utmi_phy_remote_wake_detected()