Searched refs:is_c45 (Results 1 – 2 of 2) sorted by relevance
101 if(phydev->is_c45) in rt_phy_read()117 if(phydev->is_c45) in rt_phy_write()277 rt_uint32_t phy_id, rt_bool_t is_c45) in rt_phy_device_create() argument300 dev->is_c45 = is_c45; in rt_phy_device_create()363 rt_bool_t is_c45; in create_phy_by_mask() local378 is_c45 = (devad == RT_MDIO_DEVAD_NONE) ? RT_FALSE : RT_TRUE; in create_phy_by_mask()379 return rt_phy_device_create(bus, addr, id, is_c45); in create_phy_by_mask()
80 rt_bool_t is_c45; member131 …_device *rt_phy_device_create(struct mii_bus *bus, int addr, rt_uint32_t phy_id, rt_bool_t is_c45);
Completed in 6 milliseconds