Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/phy/tegra/
H A Dxusb-tegra186.c86 #define HS_SQUELCH_LEVEL(x) (((x) & 0x7) << 0) macro
215 value &= ~HS_SQUELCH_LEVEL(~0); in tegra186_utmi_bias_pad_power_on()
216 value |= HS_SQUELCH_LEVEL(priv->calib.hs_squelch); in tegra186_utmi_bias_pad_power_on()
/kernel/linux/linux-6.6/drivers/phy/tegra/
H A Dxusb-tegra186.c86 #define HS_SQUELCH_LEVEL(x) (((x) & 0x7) << 0) macro
626 value &= ~HS_SQUELCH_LEVEL(~0); in tegra186_utmi_bias_pad_power_on()
627 value |= HS_SQUELCH_LEVEL(priv->calib.hs_squelch); in tegra186_utmi_bias_pad_power_on()

Completed in 4 milliseconds