Searched refs:phy_read (Results 1 – 11 of 11) sorted by relevance
| /bsp/allwinner/libraries/sunxi-hal/hal/source/phy/ |
| A D | hal_phy.c | 169 ctl = phy_read(phydev, MDIO_DEVAD_NONE, MII_BMCR); in genphy_restart_aneg() 208 int ctl = phy_read(phydev, MDIO_DEVAD_NONE, MII_BMCR); in genphy_config_aneg() 241 mii_reg = phy_read(phydev, MDIO_DEVAD_NONE, MII_BMSR); in genphy_update_link() 281 mii_reg = phy_read(phydev, MDIO_DEVAD_NONE, MII_BMSR); in genphy_update_link() 322 gblpa &= phy_read(phydev, in genphy_parse_link() 344 lpa &= phy_read(phydev, MDIO_DEVAD_NONE, MII_LPA); in genphy_parse_link() 364 estatus = phy_read(phydev, MDIO_DEVAD_NONE, in genphy_parse_link() 404 val = phy_read(phydev, MDIO_DEVAD_NONE, MII_BMSR); in genphy_config() 422 val = phy_read(phydev, MDIO_DEVAD_NONE, MII_ESTATUS); in genphy_config() 716 reg = phy_read(phydev, devad, MII_BMCR); in phy_reset() [all …]
|
| /bsp/ck802/libraries/include/ |
| A D | drv_eth_phy.h | 53 csi_eth_phy_read_t phy_read; member
|
| /bsp/xuantie/libraries/xuantie_libraries/csi/csi2/include/drv/ |
| A D | eth_phy.h | 53 csi_eth_phy_read_t phy_read; member
|
| /bsp/mini2440/drivers/ |
| A D | dm9000.c | 84 rt_inline rt_uint16_t phy_read(rt_uint16_t reg) in phy_read() function 277 while (!(phy_read(1) & 0x20)) in rt_dm9000_init() 294 lnk = phy_read(17) >> 12; in rt_dm9000_init()
|
| /bsp/hpmicro/hpm6300evk/board/ |
| A D | eth_phy_port.c | 104 static rt_size_t phy_read(void *bus, rt_uint32_t addr, rt_uint32_t reg, void *data, rt_uint32_t siz… in phy_read() function 273 s_gphys[i]->mdio_bus->ops->read = phy_read; in phy_device_register()
|
| /bsp/cvitek/drivers/libraries/eth/ |
| A D | cvi_eth_phy.c | 38 RT_ASSERT(priv->phy_read); in eth_phy_read() 39 return priv->phy_read(phy_addr, reg_addr, data); in eth_phy_read() 619 priv->phy_read = fn_read; in cvi_eth_phy_init()
|
| A D | cvi_eth_phy.h | 70 csi_eth_phy_read_t phy_read; member
|
| /bsp/hpmicro/libraries/drivers/ |
| A D | drv_enet_phy.c | 187 static rt_size_t phy_read(void *bus, rt_uint32_t addr, rt_uint32_t reg, void *data, rt_uint32_t siz… in phy_read() function 385 s_gphys[i]->mdio_bus->ops->read = phy_read; in phy_device_register()
|
| /bsp/allwinner/libraries/sunxi-hal/include/hal/phy/ |
| A D | sunxi_hal_phy.h | 287 static inline int phy_read(struct phy_device *phydev, int devad, int regnum) in phy_read() function
|
| /bsp/nxp/imx/imxrt/libraries/drivers/ |
| A D | drv_eth.c | 1099 void phy_read(rt_uint32_t phy_reg) in phy_read() function 1316 FINSH_FUNCTION_EXPORT(phy_read, read phy register);
|
| /bsp/ck802/libraries/common/eth/ |
| A D | ethernet_enc28j60.c | 687 phy_priv->phy_read = fn_read ; in csi_eth_phy_initialize()
|
Completed in 22 milliseconds