Home
last modified time | relevance | path

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

/linux/arch/mips/cavium-octeon/
H A Docteon-platform.c485 const __be32 *phy_handle; in octeon_fdt_set_phy() local
495 phy_handle = fdt_getprop(initial_boot_params, eth, "phy-handle", NULL); in octeon_fdt_set_phy()
496 if (!phy_handle) in octeon_fdt_set_phy()
499 phandle = be32_to_cpup(phy_handle); in octeon_fdt_set_phy()
597 const __be32 *phy_handle; in octeon_fdt_rm_ethernet() local
599 phy_handle = fdt_getprop(initial_boot_params, node, "phy-handle", NULL); in octeon_fdt_rm_ethernet()
600 if (phy_handle) { in octeon_fdt_rm_ethernet()
601 u32 ph = be32_to_cpup(phy_handle); in octeon_fdt_rm_ethernet()