Home
last modified time | relevance | path

Searched refs:SSPX_ELPG_CLAMP_EN (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/phy/tegra/
H A Dxusb-tegra186.c63 #define SSPX_ELPG_CLAMP_EN(x) BIT(0 + (x) * 3) macro
747 value &= ~SSPX_ELPG_CLAMP_EN(index); in tegra186_usb3_phy_power_on()
779 value |= SSPX_ELPG_CLAMP_EN(index); in tegra186_usb3_phy_power_off()
/kernel/linux/linux-6.6/drivers/phy/tegra/
H A Dxusb-tegra186.c63 #define SSPX_ELPG_CLAMP_EN(x) BIT(0 + (x) * 3) macro
1120 value |= SSPX_ELPG_CLAMP_EN(index); in tegra186_usb3_enable_phy_sleepwalk()
1145 value &= ~SSPX_ELPG_CLAMP_EN(index); in tegra186_usb3_disable_phy_sleepwalk()
1309 value &= ~SSPX_ELPG_CLAMP_EN(index); in tegra186_usb3_phy_power_on()
1341 value |= SSPX_ELPG_CLAMP_EN(index); in tegra186_usb3_phy_power_off()

Completed in 5 milliseconds