Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/phy/tegra/
Dxusb-tegra186.c52 #define SS_PORT_WAKE_INTERRUPT_ENABLE(x) BIT((x) + 14) macro
1170 value |= SS_PORT_WAKE_INTERRUPT_ENABLE(index); in tegra186_usb3_enable_phy_wake()
1188 value &= ~SS_PORT_WAKE_INTERRUPT_ENABLE(index); in tegra186_usb3_disable_phy_wake()
1210 if ((value & SS_PORT_WAKE_INTERRUPT_ENABLE(index)) && (value & SS_PORT_WAKEUP_EVENT(index))) in tegra186_usb3_phy_remote_wake_detected()
Dxusb-tegra210.c60 #define SS_PORT_WAKE_INTERRUPT_ENABLE(x) BIT((x) + 14) macro
1142 value |= SS_PORT_WAKE_INTERRUPT_ENABLE(port); in tegra210_usb3_enable_phy_wake()
1166 value &= ~SS_PORT_WAKE_INTERRUPT_ENABLE(port); in tegra210_usb3_disable_phy_wake()
1191 if ((value & SS_PORT_WAKE_INTERRUPT_ENABLE(index)) && (value & SS_PORT_WAKEUP_EVENT(index))) in tegra210_usb3_phy_remote_wake_detected()