Home
last modified time | relevance | path

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

/linux/drivers/phy/amlogic/
A Dphy-meson8b-usb2.c36 #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()
223 regmap_update_bits(priv->regmap, REG_CTRL, REG_CTRL_POWER_ON_RESET, in phy_meson8b_usb2_power_off()
224 REG_CTRL_POWER_ON_RESET); in phy_meson8b_usb2_power_off()

Completed in 3 milliseconds