Home
last modified time | relevance | path

Searched refs:phy_mask (Results 1 – 3 of 3) sorted by relevance

/components/drivers/phy/
A Dphy.c360 static struct rt_phy_device *create_phy_by_mask(struct mii_bus *bus, unsigned int phy_mask,int deva… in create_phy_by_mask() argument
365 while (phy_mask) in create_phy_by_mask()
367 int addr = __rt_ffs(phy_mask) - 1; in create_phy_by_mask()
372 phy_mask &= ~(1 << addr); in create_phy_by_mask()
396 static struct rt_phy_device *rt_phydev_create_by_mask(struct mii_bus *bus, unsigned int phy_mask) in rt_phydev_create_by_mask() argument
418 phy = create_phy_by_mask(bus, phy_mask, devad[i]); in rt_phydev_create_by_mask()
426 struct rt_phy_device *rt_phy_find_by_mask(struct mii_bus *bus, unsigned int phy_mask) in rt_phy_find_by_mask() argument
429 unsigned int mask = phy_mask; in rt_phy_find_by_mask()
455 phy = rt_phydev_create_by_mask(bus, phy_mask); in rt_phy_find_by_mask()
473 unsigned int phy_mask = addr? 1 << addr:0xffffffff; in rt_phy_get_device() local
[all …]
A Dmdio.h88 rt_uint32_t phy_mask; member
/components/drivers/include/drivers/
A Dphy.h132 struct rt_phy_device *rt_phy_find_by_mask(struct mii_bus *bus, unsigned int phy_mask);

Completed in 7 milliseconds