Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/phy/tegra/
Dxusb-tegra210.c62 #define USB2_HSIC_PORT_WAKE_INTERRUPT_ENABLE(x) BIT((x) + 28) macro
1278 value |= USB2_HSIC_PORT_WAKE_INTERRUPT_ENABLE(index); in tegra210_hsic_enable_phy_wake()
1296 value &= ~USB2_HSIC_PORT_WAKE_INTERRUPT_ENABLE(index); in tegra210_hsic_disable_phy_wake()
1318 if ((value & USB2_HSIC_PORT_WAKE_INTERRUPT_ENABLE(index)) && in tegra210_hsic_phy_remote_wake_detected()
Dxusb-tegra186.c54 #define USB2_HSIC_PORT_WAKE_INTERRUPT_ENABLE(x) BIT((x) + 28) macro