Home
last modified time | relevance | path

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

/components/drivers/phy/
A Dphy.c101 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() argument
300 dev->is_c45 = is_c45; in rt_phy_device_create()
363 rt_bool_t is_c45; in create_phy_by_mask() local
378 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()
/components/drivers/include/drivers/
A Dphy.h80 rt_bool_t is_c45; member
131 …_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