Searched refs:phy_mask (Results 1 – 7 of 7) sorted by relevance
/external/u-boot/drivers/net/phy/ |
D | phy.c | 698 uint phy_mask, int devad, 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() 709 phy_mask &= ~(1 << addr); in create_phy_by_mask() 715 uint phy_mask, in search_for_existing_phy() argument 719 while (phy_mask) { in search_for_existing_phy() 720 int addr = ffs(phy_mask) - 1; in search_for_existing_phy() 726 phy_mask &= ~(1 << addr); in search_for_existing_phy() 732 uint phy_mask, in get_phy_device_by_mask() argument 738 phydev = search_for_existing_phy(bus, phy_mask, interface); in get_phy_device_by_mask() [all …]
|
/external/u-boot/board/freescale/ls1012aqds/ |
D | ls1012aqds.c | 170 &prop_val.phy_mask, PFE_PROP_LEN, 1); in pfe_set_properties() 195 prop_val.phy_mask = cpu_to_fdt32( in fdt_fsl_fixup_of_pfe() 207 prop_val.phy_mask = cpu_to_fdt32( in fdt_fsl_fixup_of_pfe() 222 prop_val.phy_mask = cpu_to_fdt32( in fdt_fsl_fixup_of_pfe() 234 prop_val.phy_mask = cpu_to_fdt32( in fdt_fsl_fixup_of_pfe()
|
D | ls1012aqds_pfe.h | 42 int phy_mask; member
|
/external/u-boot/include/ |
D | phy.h | 118 u32 phy_mask; member 231 struct phy_device *phy_find_by_mask(struct mii_dev *bus, unsigned phy_mask,
|
D | exports.h | 43 struct phy_device *phy_find_by_mask(struct mii_dev *bus, unsigned phy_mask,
|
D | _exports.h | 83 struct mii_dev *bus, unsigned phy_mask,
|
/external/u-boot/drivers/net/ |
D | cpsw.c | 276 u32 phy_mask; member 702 priv->phy_mask |= 1 << slave->data->phy_addr; in cpsw_slave_init()
|