Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/phy/tegra/
Dxusb-tegra210.c63 #define USB2_HSIC_PORT_WAKEUP_EVENT(x) BIT((x) + 30) macro
69 USB2_HSIC_PORT_WAKEUP_EVENT(0))
1271 value |= USB2_HSIC_PORT_WAKEUP_EVENT(index); in tegra210_hsic_enable_phy_wake()
1303 value |= USB2_HSIC_PORT_WAKEUP_EVENT(index); in tegra210_hsic_disable_phy_wake()
1319 (value & USB2_HSIC_PORT_WAKEUP_EVENT(index))) in tegra210_hsic_phy_remote_wake_detected()
Dxusb-tegra186.c55 #define USB2_HSIC_PORT_WAKEUP_EVENT(x) BIT((x) + 30) macro
60 USB2_HSIC_PORT_WAKEUP_EVENT(0))