Searched refs:phy_mask (Results 1 – 5 of 5) sorted by relevance
| /rk3399_rockchip-uboot/drivers/net/phy/ |
| H A D | phy.c | 698 unsigned phy_mask, int devad, phy_interface_t interface) in create_phy_by_mask() argument 703 while (phy_mask) { in create_phy_by_mask() 704 int addr = ffs(phy_mask) - 1; in create_phy_by_mask() 712 phy_mask &= ~(1 << addr); in create_phy_by_mask() 718 unsigned phy_mask, phy_interface_t interface) in search_for_existing_phy() argument 721 while (phy_mask) { in search_for_existing_phy() 722 int addr = ffs(phy_mask) - 1; in search_for_existing_phy() 727 phy_mask &= ~(1 << addr); in search_for_existing_phy() 733 unsigned phy_mask, phy_interface_t interface) in get_phy_device_by_mask() argument 738 phydev = search_for_existing_phy(bus, phy_mask, interface); in get_phy_device_by_mask() [all …]
|
| /rk3399_rockchip-uboot/include/ |
| H A D | exports.h | 42 struct phy_device *phy_find_by_mask(struct mii_dev *bus, unsigned phy_mask,
|
| H A D | phy.h | 67 u32 phy_mask; member 283 struct phy_device *phy_find_by_mask(struct mii_dev *bus, unsigned phy_mask,
|
| H A D | _exports.h | 83 struct mii_dev *bus, unsigned phy_mask,
|
| /rk3399_rockchip-uboot/drivers/net/ |
| H A D | cpsw.c | 276 u32 phy_mask; member 702 priv->phy_mask |= 1 << slave->data->phy_addr; in cpsw_slave_init()
|