Home
last modified time | relevance | path

Searched refs:USB2_PORT_WAKE_INTERRUPT_ENABLE (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/drivers/phy/tegra/
H A Dxusb-tegra186.c50 #define USB2_PORT_WAKE_INTERRUPT_ENABLE(x) BIT(x) macro
542 value |= USB2_PORT_WAKE_INTERRUPT_ENABLE(index); in tegra186_utmi_enable_phy_wake()
560 value &= ~USB2_PORT_WAKE_INTERRUPT_ENABLE(index); in tegra186_utmi_disable_phy_wake()
582 if ((value & USB2_PORT_WAKE_INTERRUPT_ENABLE(index)) && in tegra186_utmi_phy_remote_wake_detected()
H A 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()
/kernel/linux/linux-5.10/drivers/phy/tegra/
H A Dxusb-tegra186.c50 #define USB2_PORT_WAKE_INTERRUPT_ENABLE(x) BIT(x) macro

Completed in 10 milliseconds