Home
last modified time | relevance | path

Searched defs:devad (Results 1 – 1 of 1) sorted by relevance

/components/drivers/phy/
A Dphy.c98 int rt_phy_read(struct rt_phy_device *phydev, int devad, int regnum) in rt_phy_read()
114 int rt_phy_write(struct rt_phy_device *phydev, int devad, int regnum, rt_uint16_t val) in rt_phy_write()
174 void rt_phy_mmd_start_indirect(struct rt_phy_device *phydev, int devad, int regnum) in rt_phy_mmd_start_indirect()
187 int rt_phy_read_mmd(struct rt_phy_device *phydev, int devad, int regnum) in rt_phy_read_mmd()
206 int rt_phy_write_mmd(struct rt_phy_device *phydev, int devad, int regnum, rt_uint16_t val) in rt_phy_write_mmd()
229 int devad = RT_MDIO_DEVAD_NONE; in rt_phy_reset() local
330 static int get_phy_id(struct mii_bus *bus, int addr, int devad, rt_uint32_t *phy_id) in get_phy_id()
360 …atic struct rt_phy_device *create_phy_by_mask(struct mii_bus *bus, unsigned int phy_mask,int devad) in create_phy_by_mask()
405 int devad[] = { in rt_phydev_create_by_mask() local

Completed in 14 milliseconds