Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/phy/
H A Dmdio_device.c122 if (!mdiodev->reset_gpio && !mdiodev->reset_ctrl) in mdio_device_reset()
128 if (mdiodev->reset_ctrl) { in mdio_device_reset()
130 reset_control_assert(mdiodev->reset_ctrl); in mdio_device_reset()
132 reset_control_deassert(mdiodev->reset_ctrl); in mdio_device_reset()
H A Dmdio_bus.c66 mdiodev->reset_ctrl = reset; in mdiobus_register_reset()
102 reset_control_put(mdiodev->reset_ctrl); in mdiobus_unregister_device()
/openbmc/linux/drivers/regulator/
H A Dpca9450-regulator.c711 unsigned int reset_ctrl; in pca9450_i2c_probe() local
813 reset_ctrl = WDOG_B_CFG_WARM; in pca9450_i2c_probe()
815 reset_ctrl = WDOG_B_CFG_COLD_LDO12; in pca9450_i2c_probe()
819 WDOG_B_CFG_MASK, reset_ctrl); in pca9450_i2c_probe()
/openbmc/linux/drivers/clk/meson/
H A Da1-peripherals.c1818 static MESON_GATE(reset_ctrl, SYS_CLK_EN0, 1);
1882 [CLKID_RESET_CTRL] = &reset_ctrl.hw,
2040 &reset_ctrl,
/openbmc/linux/include/linux/
H A Dmdio.h42 struct reset_control *reset_ctrl; member