Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/phy/tegra/
H A Dxusb-tegra186.c64 #define SSPX_ELPG_CLAMP_EN_EARLY(x) BIT(1 + (x) * 3) macro
741 value &= ~SSPX_ELPG_CLAMP_EN_EARLY(index); in tegra186_usb3_phy_power_on()
773 value |= SSPX_ELPG_CLAMP_EN_EARLY(index); in tegra186_usb3_phy_power_off()
/kernel/linux/linux-6.6/drivers/phy/tegra/
H A Dxusb-tegra186.c64 #define SSPX_ELPG_CLAMP_EN_EARLY(x) BIT(1 + (x) * 3) macro
1114 value |= SSPX_ELPG_CLAMP_EN_EARLY(index); in tegra186_usb3_enable_phy_sleepwalk()
1139 value &= ~SSPX_ELPG_CLAMP_EN_EARLY(index); in tegra186_usb3_disable_phy_sleepwalk()
1303 value &= ~SSPX_ELPG_CLAMP_EN_EARLY(index); in tegra186_usb3_phy_power_on()
1335 value |= SSPX_ELPG_CLAMP_EN_EARLY(index); in tegra186_usb3_phy_power_off()

Completed in 9 milliseconds