Home
last modified time | relevance | path

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

/bsp/cvitek/drivers/libraries/eth/
A Dcvi_eth_phy.c42 int32_t eth_phy_write(eth_phy_priv_t *priv, uint8_t phy_addr, uint8_t reg_addr, uint16_t data) in eth_phy_write() function
230 ret = eth_phy_write(priv, phy_addr, CVI_MII_BMCR, data | CVI_BMCR_RESET); in eth_phy_reset()
421 ret = eth_phy_write(priv, phy_addr, CVI_MII_ADVERTISE, adv); in genphy_config_advert()
464 ret = eth_phy_write(priv, phy_addr, CVI_MII_CTRL1000, adv); in genphy_config_advert()
492 ret = eth_phy_write(priv, phy_addr, CVI_MII_BMCR, ctl); in genphy_setup_forced()
511 ret = eth_phy_write(phy_dev->priv, phy_dev->phy_addr, CVI_MII_BMCR, ctl); in genphy_restart_aneg()
A Dcvi_eth_phy.h365 int32_t eth_phy_write(eth_phy_priv_t *priv, uint8_t phy_addr, uint8_t reg_addr, uint16_t data);

Completed in 7 milliseconds