Home
last modified time | relevance | path

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

/linux/drivers/phy/tegra/
H A Dxusb-tegra186.c87 #define HS_DISCON_LEVEL(x) (((x) & 0x7) << 3) macro
627 value &= ~HS_DISCON_LEVEL(~0); in tegra186_utmi_bias_pad_power_on()
628 value |= HS_DISCON_LEVEL(0x7); in tegra186_utmi_bias_pad_power_on()