Lines Matching +full:reset +full:- +full:val
4 * SPDX-License-Identifier: Apache-2.0
27 * @retval -EBUSY Returned without waiting.
28 * @retval -EAGAIN Waiting period timed out.
38 * @retval -EPERM The current thread does not own the device lock.
39 * @retval -EINVAL The device is not locked.
51 * @param val Value to write.
56 int eth_adin2111_reg_write(const struct device *dev, const uint16_t reg, uint32_t val);
66 * @param[out] val Read value output.
71 int eth_adin2111_reg_read(const struct device *dev, const uint16_t reg, uint32_t *val);
91 * @brief Reset both the MAC and PHY.
105 * @brief Reset the MAC device. Note that PHY 1 must be out of software power-down for the MAC
106 * subsystem reset to take effect.
134 * @brief Get the port-related net_if reference.