Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()