Searched refs:phy_addr (Results 1 – 17 of 17) sorted by relevance
| /arch/mips/cavium-octeon/executive/ |
| A D | cvmx-bootmem.c | 460 else if (phy_addr + size == cur_addr) { in __cvmx_bootmem_phy_free() 462 cvmx_bootmem_phy_set_next(phy_addr, in __cvmx_bootmem_phy_free() 465 cvmx_bootmem_phy_set_size(phy_addr, in __cvmx_bootmem_phy_free() 468 cvmx_bootmem_desc->head_addr = phy_addr; in __cvmx_bootmem_phy_free() 481 while (cur_addr && phy_addr > cur_addr) { in __cvmx_bootmem_phy_free() 493 phy_addr) { in __cvmx_bootmem_phy_free() 500 cvmx_bootmem_phy_set_next(phy_addr, 0); in __cvmx_bootmem_phy_free() 510 phy_addr) { in __cvmx_bootmem_phy_free() 515 if (phy_addr + size == cur_addr) { in __cvmx_bootmem_phy_free() 527 cvmx_bootmem_phy_set_size(phy_addr, in __cvmx_bootmem_phy_free() [all …]
|
| /arch/mips/cavium-octeon/ |
| A D | octeon-platform.c | 482 static void __init octeon_fdt_set_phy(int eth, int phy_addr) in octeon_fdt_set_phy() argument 510 if (phy_addr < 0 || phy < 0) { in octeon_fdt_set_phy() 522 if (phy_addr >= 256 && alt_phy > 0) { in octeon_fdt_set_phy() 537 phy_addr &= 0xff; in octeon_fdt_set_phy() 551 if (phy_addr == be32_to_cpup(reg)) in octeon_fdt_set_phy() 554 fdt_setprop_inplace_cell(initial_boot_params, phy, "reg", phy_addr); in octeon_fdt_set_phy() 556 snprintf(new_name, sizeof(new_name), "ethernet-phy@%x", phy_addr); in octeon_fdt_set_phy() 653 int phy_addr; in octeon_fdt_pip_port() local 671 phy_addr = cvmx_helper_board_get_mii_address(ipd_port); in octeon_fdt_pip_port() 672 octeon_fdt_set_phy(eth, phy_addr); in octeon_fdt_pip_port() [all …]
|
| /arch/arm/mach-mv78xx0/ |
| A D | buffalo-wxl-setup.c | 35 .phy_addr = MV643XX_ETH_PHY_ADDR(0), 39 .phy_addr = MV643XX_ETH_PHY_ADDR(8),
|
| A D | common.c | 237 eth_data->phy_addr = MV643XX_ETH_PHY_NONE; in mv78xx0_ge10_init() 259 eth_data->phy_addr = MV643XX_ETH_PHY_NONE; in mv78xx0_ge11_init()
|
| /arch/mips/include/asm/mach-au1x00/ |
| A D | au1xxx_eth.h | 10 int phy_addr; member
|
| /arch/arm/mach-dove/ |
| A D | cm-a510.c | 26 .phy_addr = MV643XX_ETH_PHY_ADDR_DEFAULT,
|
| /arch/mips/loongson32/common/ |
| A D | platform.c | 129 .phy_addr = -1, 170 .phy_addr = -1,
|
| /arch/powerpc/include/asm/ |
| A D | dbdma.h | 48 __le32 phy_addr; /* physical data address */ member
|
| /arch/arm/mach-orion5x/ |
| A D | tsx09-common.c | 49 .phy_addr = MV643XX_ETH_PHY_ADDR(8),
|
| A D | mv2120-setup.c | 42 .phy_addr = MV643XX_ETH_PHY_ADDR(8),
|
| A D | net2big-setup.c | 86 .phy_addr = MV643XX_ETH_PHY_ADDR(8),
|
| A D | terastation_pro2-setup.c | 141 .phy_addr = 0,
|
| A D | kurobox_pro-setup.c | 160 .phy_addr = MV643XX_ETH_PHY_ADDR(8),
|
| A D | dns323-setup.c | 174 .phy_addr = MV643XX_ETH_PHY_ADDR(8),
|
| A D | ts78xx-setup.c | 65 .phy_addr = MV643XX_ETH_PHY_ADDR(0),
|
| /arch/mips/include/asm/octeon/ |
| A D | cvmx-bootmem.h | 321 int __cvmx_bootmem_phy_free(uint64_t phy_addr, uint64_t size, uint32_t flags);
|
| /arch/powerpc/platforms/chrp/ |
| A D | pegasos_eth.c | 85 .phy_addr = MV643XX_ETH_PHY_ADDR(7),
|
Completed in 24 milliseconds