Searched refs:USB2_HSIC_PORT_WAKE_INTERRUPT_ENABLE (Results 1 – 2 of 2) sorted by relevance
62 #define USB2_HSIC_PORT_WAKE_INTERRUPT_ENABLE(x) BIT((x) + 28) macro1278 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()
54 #define USB2_HSIC_PORT_WAKE_INTERRUPT_ENABLE(x) BIT((x) + 28) macro
Completed in 15 milliseconds