Searched refs:phy_mask (Results 1 – 7 of 7) sorted by relevance
/u-boot/board/freescale/ls1012aqds/ |
A D | ls1012aqds.c | 206 &prop_val.phy_mask, PFE_PROP_LEN, 1); in pfe_set_properties() 231 prop_val.phy_mask = cpu_to_fdt32( in fdt_fsl_fixup_of_pfe() 243 prop_val.phy_mask = cpu_to_fdt32( in fdt_fsl_fixup_of_pfe() 258 prop_val.phy_mask = cpu_to_fdt32( in fdt_fsl_fixup_of_pfe() 270 prop_val.phy_mask = cpu_to_fdt32( in fdt_fsl_fixup_of_pfe()
|
A D | ls1012aqds_pfe.h | 42 int phy_mask; member
|
/u-boot/drivers/net/phy/ |
A D | phy.c | 747 while (phy_mask) { in create_phy_by_mask() 748 int addr = ffs(phy_mask) - 1; in create_phy_by_mask() 767 phy_mask &= ~(1 << addr); in create_phy_by_mask() 773 uint phy_mask, in search_for_existing_phy() argument 777 while (phy_mask) { in search_for_existing_phy() 778 int addr = ffs(phy_mask) - 1; in search_for_existing_phy() 784 phy_mask &= ~(1 << addr); in search_for_existing_phy() 790 uint phy_mask, in get_phy_device_by_mask() argument 821 while (phy_mask) { in get_phy_device_by_mask() 822 int addr = ffs(phy_mask) - 1; in get_phy_device_by_mask() [all …]
|
/u-boot/include/ |
A D | exports.h | 58 struct phy_device *phy_find_by_mask(struct mii_dev *bus, unsigned phy_mask,
|
A D | _exports.h | 80 struct mii_dev *bus, unsigned phy_mask,
|
A D | phy.h | 78 u32 phy_mask; member 402 struct phy_device *phy_find_by_mask(struct mii_dev *bus, unsigned phy_mask,
|
/u-boot/drivers/net/ti/ |
A D | cpsw.c | 224 u32 phy_mask; member 558 priv->phy_mask |= 1 << slave->data->phy_addr; in cpsw_slave_init()
|
Completed in 10 milliseconds