Home
last modified time | relevance | path

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

/arch/mips/cavium-octeon/
Docteon-platform.c448 const __be32 *phy_handle; in octeon_fdt_set_phy() local
458 phy_handle = fdt_getprop(initial_boot_params, eth, "phy-handle", NULL); in octeon_fdt_set_phy()
459 if (!phy_handle) in octeon_fdt_set_phy()
462 phandle = be32_to_cpup(phy_handle); in octeon_fdt_set_phy()
553 const __be32 *phy_handle; in octeon_fdt_rm_ethernet() local
555 phy_handle = fdt_getprop(initial_boot_params, node, "phy-handle", NULL); in octeon_fdt_rm_ethernet()
556 if (phy_handle) { in octeon_fdt_rm_ethernet()
557 u32 ph = be32_to_cpup(phy_handle); in octeon_fdt_rm_ethernet()