Searched refs:REG_CTRL_POWER_ON_RESET (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/drivers/phy/amlogic/ |
H A D | phy-meson8b-usb2.c | 36 #define REG_CTRL_POWER_ON_RESET BIT(15) macro 179 regmap_update_bits(priv->regmap, REG_CTRL, REG_CTRL_POWER_ON_RESET, in phy_meson8b_usb2_power_on() 180 REG_CTRL_POWER_ON_RESET); in phy_meson8b_usb2_power_on() 182 regmap_update_bits(priv->regmap, REG_CTRL, REG_CTRL_POWER_ON_RESET, 0); in phy_meson8b_usb2_power_on() 227 regmap_update_bits(priv->regmap, REG_CTRL, REG_CTRL_POWER_ON_RESET, in phy_meson8b_usb2_power_off() 228 REG_CTRL_POWER_ON_RESET); in phy_meson8b_usb2_power_off()
|
/kernel/linux/linux-5.10/drivers/phy/amlogic/ |
H A D | phy-meson8b-usb2.c | 36 #define REG_CTRL_POWER_ON_RESET BIT(15) macro 177 regmap_update_bits(priv->regmap, REG_CTRL, REG_CTRL_POWER_ON_RESET, in phy_meson8b_usb2_power_on() 178 REG_CTRL_POWER_ON_RESET); in phy_meson8b_usb2_power_on() 180 regmap_update_bits(priv->regmap, REG_CTRL, REG_CTRL_POWER_ON_RESET, 0); in phy_meson8b_usb2_power_on()
|
Completed in 2 milliseconds