Searched refs:phy_offset (Results 1 – 7 of 7) sorted by relevance
| /u-boot/board/Marvell/octeontx/ |
| A D | board-fdt.c | 22 static int fdt_get_mdio_bus(const void *fdt, int phy_offset) in fdt_get_mdio_bus() argument 28 if (phy_offset < 0) in fdt_get_mdio_bus() 31 node = fdt_parent_offset(fdt, phy_offset); in fdt_get_mdio_bus() 41 static int fdt_get_phy_addr(const void *fdt, int phy_offset) in fdt_get_phy_addr() argument 46 if (phy_offset < 0) in fdt_get_phy_addr() 48 reg = fdt_getprop(fdt, phy_offset, "reg", NULL); in fdt_get_phy_addr() 60 int phandle, phy_offset; in fdt_parse_phy_info() local 112 phy_offset = fdt_node_offset_by_phandle in fdt_parse_phy_info() 115 (fdt, phy_offset); in fdt_parse_phy_info() 117 (fdt, phy_offset); in fdt_parse_phy_info()
|
| /u-boot/arch/mips/mach-octeon/include/mach/ |
| A D | octeon_eth.h | 28 int phy_offset; /** Offset of PHY device in device tree */ member
|
| /u-boot/board/Marvell/octeon_ebb7304/ |
| A D | board.c | 267 int len, phy_offset; in kill_fdt_phy() local 275 phy_offset = fdt_node_offset_by_phandle(fdt, phandle); in kill_fdt_phy() 276 if (phy_offset > 0) in kill_fdt_phy() 277 fdt_nop_node(fdt, phy_offset); in kill_fdt_phy()
|
| /u-boot/arch/arm/include/asm/mach-imx/ |
| A D | imx-nandbcb.h | 94 u32 phy_offset; member
|
| /u-boot/arch/mips/mach-octeon/ |
| A D | octeon_fdt.c | 956 if (ethinfo->phy_offset == fdt_node) in octeon_fdt_get_phy_device_from_node()
|
| /u-boot/arch/arm/mach-imx/ |
| A D | cmd_nandbcb.c | 463 fcb->phy_offset = mtd->writesize; in fill_fcb() 1210 P1(phy_offset); in dump_structure()
|
| /u-boot/drivers/ram/rockchip/ |
| A D | sdram_rv1126.c | 2802 u32 phy_offset; in pre_set_rate() local 2835 phy_offset = 0; in pre_set_rate() 2837 phy_offset = PHY_REG(0, 0x387 - 5 + (dst_fsp - 1) * 3); in pre_set_rate() 2845 phy_base + phy_offset + in pre_set_rate()
|
Completed in 20 milliseconds