Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/phy/tegra/
Dxusb-tegra186.c51 #define USB2_PORT_WAKEUP_EVENT(x) BIT((x) + 7) macro
57 (USB2_PORT_WAKEUP_EVENT(0) | USB2_PORT_WAKEUP_EVENT(1) | \
58 USB2_PORT_WAKEUP_EVENT(2) | SS_PORT_WAKEUP_EVENT(0) | \
535 value |= USB2_PORT_WAKEUP_EVENT(index); in tegra186_utmi_enable_phy_wake()
567 value |= USB2_PORT_WAKEUP_EVENT(index); in tegra186_utmi_disable_phy_wake()
583 (value & USB2_PORT_WAKEUP_EVENT(index))) in tegra186_utmi_phy_remote_wake_detected()
Dxusb-tegra210.c59 #define USB2_PORT_WAKEUP_EVENT(x) BIT((x) + 7) macro
65 USB2_PORT_WAKEUP_EVENT(0) | USB2_PORT_WAKEUP_EVENT(1) | \
66 USB2_PORT_WAKEUP_EVENT(2) | USB2_PORT_WAKEUP_EVENT(3) | \
1207 value |= USB2_PORT_WAKEUP_EVENT(index); in tegra210_utmi_enable_phy_wake()
1239 value |= USB2_PORT_WAKEUP_EVENT(index); in tegra210_utmi_disable_phy_wake()
1255 (value & USB2_PORT_WAKEUP_EVENT(index))) in tegra210_utmi_phy_remote_wake_detected()