Searched refs:phy_mc_t1s_c45_read (Results 1 – 1 of 1) sorted by relevance
| /Zephyr-latest/drivers/ethernet/phy/ |
| D | phy_microchip_t1s.c | 141 static int phy_mc_t1s_c45_read(const struct device *dev, uint8_t devad, uint16_t reg, uint16_t *val) in phy_mc_t1s_c45_read() function 262 return phy_mc_t1s_c45_read(dev, MDIO_MMD_VENDOR_SPECIFIC2, LAN865X_REG_CFGPARAM_DATA, in lan865x_indirect_read() 405 ret = phy_mc_t1s_c45_read(dev, MDIO_MMD_VENDOR_SPECIFIC2, LAN86XX_REG_COL_DET_CTRL0, &val); in lan86xx_config_collision_detection() 543 .read_c45 = phy_mc_t1s_c45_read,
|