Searched refs:phy_write (Results 1 – 2 of 2) sorted by relevance
99 static int phy_write(const struct phy_gecko_dev *phy, uint8_t reg_addr, in phy_write() function116 retval = phy_write(phy, MII_BMCR, MII_BMCR_RESET); in phy_soft_reset()219 retval = phy_write(phy, MII_BMCR, val); in phy_gecko_auto_negotiate()
230 static inline int phy_write(const struct device *dev, uint16_t reg_addr, in phy_write() function