Searched refs:phy_offset (Results 1 - 7 of 7) sorted by relevance

/u-boot/board/Marvell/octeontx/
H A Dboard-fdt.c22 static int fdt_get_mdio_bus(const void *fdt, int phy_offset) argument
28 if (phy_offset < 0)
31 node = fdt_parent_offset(fdt, phy_offset);
41 static int fdt_get_phy_addr(const void *fdt, int phy_offset) argument
46 if (phy_offset < 0)
48 reg = fdt_getprop(fdt, phy_offset, "reg", NULL);
60 int phandle, phy_offset; local
112 phy_offset = fdt_node_offset_by_phandle
115 (fdt, phy_offset);
117 (fdt, phy_offset);
[all...]
/u-boot/arch/mips/mach-octeon/include/mach/
H A Docteon_eth.h28 int phy_offset; /** Offset of PHY device in device tree */ member in struct:octeon_eth_info
/u-boot/arch/arm/include/asm/mach-imx/
H A Dimx-nandbcb.h94 u32 phy_offset; member in struct:fcb_block
/u-boot/board/Marvell/octeon_ebb7304/
H A Dboard.c267 int len, phy_offset; local
275 phy_offset = fdt_node_offset_by_phandle(fdt, phandle);
276 if (phy_offset > 0)
277 fdt_nop_node(fdt, phy_offset);
/u-boot/arch/mips/mach-octeon/
H A Docteon_fdt.c956 if (ethinfo->phy_offset == fdt_node)
/u-boot/arch/arm/mach-imx/
H A Dcmd_nandbcb.c463 fcb->phy_offset = mtd->writesize;
1210 P1(phy_offset);
/u-boot/drivers/ram/rockchip/
H A Dsdram_rv1126.c2809 u32 phy_offset; local
2842 phy_offset = 0;
2844 phy_offset = PHY_REG(0, 0x387 - 5 + (dst_fsp - 1) * 3);
2852 phy_base + phy_offset +

Completed in 178 milliseconds