Home
last modified time | relevance | path

Searched refs:read_c45 (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/include/zephyr/drivers/
Dmdio.h52 int (*read_c45)(const struct device *dev, uint8_t prtad, uint8_t devad, member
191 if (api->read_c45 == NULL) { in z_impl_mdio_read_c45()
195 return api->read_c45(dev, prtad, devad, regad, data); in z_impl_mdio_read_c45()
/Zephyr-latest/include/zephyr/net/
Dphy.h180 int (*read_c45)(const struct device *dev, uint8_t devad, uint16_t regad, uint16_t *data); member
335 if (api->read_c45 == NULL) { in phy_read_c45()
339 return api->read_c45(dev, devad, regad, data); in phy_read_c45()
/Zephyr-latest/drivers/mdio/
Dmdio_lan865x.c68 .read_c45 = lan865x_mdio_c45_read,
Dmdio_adin2111.c193 .read_c45 = mdio_adin2111_read_c45,
Dmdio_sam.c164 .read_c45 = mdio_sam_read_c45,
Dmdio_nxp_s32_gmac.c147 .read_c45 = mdio_nxp_s32_read_c45,
Dmdio_shell.c250 SHELL_CMD_ARG(read_c45, NULL,
/Zephyr-latest/drivers/ethernet/phy/
Dphy_microchip_t1s.c543 .read_c45 = phy_mc_t1s_c45_read,