Home
last modified time | relevance | path

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

/external/u-boot/drivers/net/phy/
Dphy.c698 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/
Dls1012aqds.c170 &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()
Dls1012aqds_pfe.h42 int phy_mask; member
/external/u-boot/include/
Dphy.h118 u32 phy_mask; member
231 struct phy_device *phy_find_by_mask(struct mii_dev *bus, unsigned phy_mask,
Dexports.h43 struct phy_device *phy_find_by_mask(struct mii_dev *bus, unsigned phy_mask,
D_exports.h83 struct mii_dev *bus, unsigned phy_mask,
/external/u-boot/drivers/net/
Dcpsw.c276 u32 phy_mask; member
702 priv->phy_mask |= 1 << slave->data->phy_addr; in cpsw_slave_init()