Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/phy/tegra/
H A Dxusb-tegra186.c33 #define USB2_PORT_SHIFT(x) ((x) * 2) macro
417 value &= ~(USB2_PORT_MASK << USB2_PORT_SHIFT(index)); in tegra186_utmi_phy_power_on()
418 value |= (PORT_XUSB << USB2_PORT_SHIFT(index)); in tegra186_utmi_phy_power_on()
/kernel/linux/linux-6.6/drivers/phy/tegra/
H A Dxusb-tegra186.c33 #define USB2_PORT_SHIFT(x) ((x) * 2) macro
863 value &= ~(USB2_PORT_MASK << USB2_PORT_SHIFT(index)); in tegra186_utmi_phy_power_on()
864 value |= (PORT_XUSB << USB2_PORT_SHIFT(index)); in tegra186_utmi_phy_power_on()

Completed in 4 milliseconds