Home
last modified time | relevance | path

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

/linux/drivers/phy/tegra/
H A 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()