Home
last modified time | relevance | path

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

/u-boot/board/freescale/ls1012aqds/
A Dls1012aqds.c206 &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 Dls1012aqds_pfe.h42 int phy_mask; member
/u-boot/drivers/net/phy/
A Dphy.c747 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 Dexports.h58 struct phy_device *phy_find_by_mask(struct mii_dev *bus, unsigned phy_mask,
A D_exports.h80 struct mii_dev *bus, unsigned phy_mask,
A Dphy.h78 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 Dcpsw.c224 u32 phy_mask; member
558 priv->phy_mask |= 1 << slave->data->phy_addr; in cpsw_slave_init()

Completed in 10 milliseconds