Home
last modified time | relevance | path

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

/linux/drivers/regulator/
H A Dpf9453-regulator.c773 unsigned int reset_ctrl; in pf9453_i2c_probe() local
835 reset_ctrl = WDOG_B_CFG_WARM; in pf9453_i2c_probe()
837 reset_ctrl = WDOG_B_CFG_COLD; in pf9453_i2c_probe()
840 ret = pf9453_pmic_write(pf9453, PF9453_REG_RESET_CTRL, WDOG_B_CFG_MASK, reset_ctrl); in pf9453_i2c_probe()
H A Dpca9450-regulator.c1131 unsigned int reset_ctrl; in pca9450_i2c_probe() local
1230 reset_ctrl = WDOG_B_CFG_WARM; in pca9450_i2c_probe()
1232 reset_ctrl = WDOG_B_CFG_COLD_LDO12; in pca9450_i2c_probe()
1236 WDOG_B_CFG_MASK, reset_ctrl); in pca9450_i2c_probe()
/linux/drivers/net/phy/
H A Dmdio_bus.c58 mdiodev->reset_ctrl = reset; in mdiobus_register_reset()
95 reset_control_put(mdiodev->reset_ctrl); in mdiobus_unregister_device()
/linux/include/linux/
H A Dmdio.h43 struct reset_control *reset_ctrl; member
/linux/drivers/clk/meson/
H A Da1-peripherals.c1847 static MESON_GATE(reset_ctrl, SYS_CLK_EN0, 1);
1911 [CLKID_RESET_CTRL] = &reset_ctrl.hw,