Home
last modified time | relevance | path

Searched refs:USB2_PORT_WAKE_INTERRUPT_ENABLE (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/phy/tegra/
Dxusb-tegra186.c50 #define USB2_PORT_WAKE_INTERRUPT_ENABLE(x) BIT(x) macro
518 value |= USB2_PORT_WAKE_INTERRUPT_ENABLE(index); in tegra186_utmi_enable_phy_wake()
536 value &= ~USB2_PORT_WAKE_INTERRUPT_ENABLE(index); in tegra186_utmi_disable_phy_wake()
558 if ((value & USB2_PORT_WAKE_INTERRUPT_ENABLE(index)) && in tegra186_utmi_phy_remote_wake_detected()
Dxusb-tegra210.c58 #define USB2_PORT_WAKE_INTERRUPT_ENABLE(x) BIT((x)) macro
1214 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()