Home
last modified time | relevance | path

Searched full:phy_mask (Results 1 – 9 of 9) sorted by relevance

/openbmc/u-boot/drivers/net/phy/
H A Dphy.c705 uint phy_mask, int devad, in create_phy_by_mask() argument
711 while (phy_mask) { in create_phy_by_mask()
712 int addr = ffs(phy_mask) - 1; in create_phy_by_mask()
720 phy_mask &= ~(1 << addr); in create_phy_by_mask()
726 uint phy_mask, in search_for_existing_phy() argument
730 while (phy_mask) { in search_for_existing_phy()
731 int addr = ffs(phy_mask) - 1; in search_for_existing_phy()
737 phy_mask &= ~(1 << addr); in search_for_existing_phy()
743 uint phy_mask, in get_phy_device_by_mask() argument
749 phydev = search_for_existing_phy(bus, phy_mask, interface); in get_phy_device_by_mask()
[all …]
/openbmc/u-boot/board/freescale/ls1012aqds/
H A Dls1012aqds.c187 &prop_val.phy_mask, PFE_PROP_LEN, 1); in pfe_set_properties()
212 prop_val.phy_mask = cpu_to_fdt32( in fdt_fsl_fixup_of_pfe()
224 prop_val.phy_mask = cpu_to_fdt32( in fdt_fsl_fixup_of_pfe()
239 prop_val.phy_mask = cpu_to_fdt32( in fdt_fsl_fixup_of_pfe()
251 prop_val.phy_mask = cpu_to_fdt32( in fdt_fsl_fixup_of_pfe()
H A Dls1012aqds_pfe.h42 int phy_mask; member
/openbmc/u-boot/include/
H A Dexports.h42 struct phy_device *phy_find_by_mask(struct mii_dev *bus, unsigned phy_mask,
H A Dphy.h67 u32 phy_mask; member
192 struct phy_device *phy_find_by_mask(struct mii_dev *bus, unsigned phy_mask,
H A D_exports.h81 struct mii_dev *bus, unsigned phy_mask,
/openbmc/u-boot/drivers/net/
H A Darmada100_fec.c75 if (phy_addr > PHY_MASK) { in smi_reg_read()
80 if (phy_reg > PHY_MASK) { in smi_reg_read()
120 if (phy_addr > PHY_MASK) { in smi_reg_write()
124 if (phy_reg > PHY_MASK) { in smi_reg_write()
H A Darmada100_fec.h110 #define PHY_MASK 0x0000001f macro
/openbmc/u-boot/drivers/net/ti/
H A Dcpsw.c239 u32 phy_mask; member
571 priv->phy_mask |= 1 << slave->data->phy_addr; in cpsw_slave_init()