Searched refs:eth_phy_read (Results 1 – 3 of 3) sorted by relevance
| /bsp/cvitek/drivers/libraries/eth/ |
| A D | cvi_eth_phy.c | 76 ret = eth_phy_read(priv, phy_addr, CVI_MII_PHYSID1, &data); in eth_read_phy_id() 86 ret = eth_phy_read(priv, phy_addr, CVI_MII_PHYSID2, &data); in eth_read_phy_id() 223 ret = eth_phy_read(priv, phy_addr, CVI_MII_BMCR, &data); in eth_phy_reset() 245 ret = eth_phy_read(priv, phy_addr, CVI_MII_BMCR, &data); in eth_phy_reset() 248 ret = eth_phy_read(priv, phy_addr, CVI_MII_BMCR, &data); in eth_phy_reset() 392 ret = eth_phy_read(priv, phy_addr, CVI_MII_ADVERTISE, &adv); in genphy_config_advert() 429 ret = eth_phy_read(priv, phy_addr, CVI_MII_BMSR, &bmsr); in genphy_config_advert() 443 ret = eth_phy_read(priv, phy_addr, CVI_MII_CTRL1000, &adv); in genphy_config_advert() 537 ret = eth_phy_read(priv, phy_addr, CVI_MII_BMCR, &ctl); in genphy_config_aneg() 568 ret = eth_phy_read(priv, phy_addr, CVI_MII_BMSR, &val); in genphy_config() [all …]
|
| A D | cvi_eth_phy.h | 364 int32_t eth_phy_read(eth_phy_priv_t *priv, uint8_t phy_addr, uint8_t reg_addr, uint16_t *data);
|
| A D | eth_phy_cvitek.c | 324 ret = eth_phy_read(priv, phy_addr, CVI_MII_BMSR, &mii_reg); in cv181x_parse_status()
|
Completed in 10 milliseconds