Home
last modified time | relevance | path

Searched refs:oa_tc6_mdio_read_c45 (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/drivers/ethernet/
Doa_tc6.h303 int oa_tc6_mdio_read_c45(struct oa_tc6 *tc6, uint8_t prtad, uint8_t devad, uint16_t regad,
Doa_tc6.c191 int oa_tc6_mdio_read_c45(struct oa_tc6 *tc6, uint8_t prtad, uint8_t devad, uint16_t regad, in oa_tc6_mdio_read_c45() function
Deth_lan865x.c46 return oa_tc6_mdio_read_c45(ctx->tc6, prtad, devad, regad, data); in eth_lan865x_mdio_c45_read()