Searched refs:phy_mask (Results 1 – 3 of 3) sorted by relevance
360 static struct rt_phy_device *create_phy_by_mask(struct mii_bus *bus, unsigned int phy_mask,int deva… in create_phy_by_mask() argument365 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() argument418 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() argument429 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 …]
88 rt_uint32_t phy_mask; member
132 struct rt_phy_device *rt_phy_find_by_mask(struct mii_bus *bus, unsigned int phy_mask);
Completed in 7 milliseconds