Searched refs:reset_ctrl (Results 1 – 4 of 4) sorted by relevance
120 if (!mdiodev->reset_gpio && !mdiodev->reset_ctrl) in mdio_device_reset()126 if (mdiodev->reset_ctrl) { in mdio_device_reset()128 reset_control_assert(mdiodev->reset_ctrl); in mdio_device_reset()130 reset_control_deassert(mdiodev->reset_ctrl); in mdio_device_reset()
65 mdiodev->reset_ctrl = reset; in mdiobus_register_reset()101 reset_control_put(mdiodev->reset_ctrl); in mdiobus_unregister_device()
48 struct reset_control *reset_ctrl; member
1921 uint32 reset_ctrl; in BCMPOSTTRAPFN() local1940 reset_ctrl = R_REG(nci->osh, &ni->idm_reset_ctrl); in BCMPOSTTRAPFN()1942 return (reset_ctrl == NI_IDM_RESET_ENTRY) ? FALSE : TRUE; in BCMPOSTTRAPFN()