Lines Matching +full:on +full:- +full:bus
4 * SPDX-License-Identifier: Apache-2.0
15 * @brief Read C22 registers using LAN865X MDIO Bus
17 * This routine provides an interface to perform a C22 register read on the
18 * LAN865X MDIO bus.
26 * @retval -EIO General input / output error.
27 * @retval -ETIMEDOUT If transaction timedout on the bus
28 * @retval -ENOSYS if read is not supported
34 * @brief Write C22 registers using LAN865X MDIO Bus
36 * This routine provides an interface to perform a C22 register write on the
37 * LAN865X MDIO bus.
45 * @retval -EIO General input / output error.
46 * @retval -ETIMEDOUT If transaction timedout on the bus
47 * @retval -ENOSYS if read is not supported
53 * @brief Read C45 registers using LAN865X MDIO Bus
55 * This routine provides an interface to perform a C45 register read on the
56 * LAN865X MDIO bus.
65 * @retval -EIO General input / output error.
66 * @retval -ETIMEDOUT If transaction timedout on the bus
67 * @retval -ENOSYS if read is not supported
73 * @brief Write C45 registers using LAN865X MDIO Bus
75 * This routine provides an interface to perform a C45 register write on the
76 * LAN865X MDIO bus.
85 * @retval -EIO General input / output error.
86 * @retval -ETIMEDOUT If transaction timedout on the bus
87 * @retval -ENOSYS if read is not supported