Searched full:phy_mask (Results 1 – 9 of 9) sorted by relevance
| /openbmc/u-boot/drivers/net/phy/ |
| H A D | phy.c | 705 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 D | ls1012aqds.c | 187 &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 D | ls1012aqds_pfe.h | 42 int phy_mask; member
|
| /openbmc/u-boot/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 192 struct phy_device *phy_find_by_mask(struct mii_dev *bus, unsigned phy_mask,
|
| H A D | _exports.h | 81 struct mii_dev *bus, unsigned phy_mask,
|
| /openbmc/u-boot/drivers/net/ |
| H A D | armada100_fec.c | 75 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 D | armada100_fec.h | 110 #define PHY_MASK 0x0000001f macro
|
| /openbmc/u-boot/drivers/net/ti/ |
| H A D | cpsw.c | 239 u32 phy_mask; member 571 priv->phy_mask |= 1 << slave->data->phy_addr; in cpsw_slave_init()
|