Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/ethernet/phy/
Dphy_microchip_t1s.c106 static int phy_mc_t1s_read(const struct device *dev, uint16_t reg, uint32_t *data) in phy_mc_t1s_read() function
189 ret = phy_mc_t1s_read(dev, MII_BMSR, &value); in phy_mc_t1s_get_link()
439 ret = phy_mc_t1s_read(dev, MII_PHYID1R, &value); in phy_mc_t1s_id()
447 ret = phy_mc_t1s_read(dev, MII_PHYID2R, &value); in phy_mc_t1s_id()
541 .read = phy_mc_t1s_read,