Home
last modified time | relevance | path

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

/arch/mips/bcm63xx/
Dnvram.c45 memcpy(nvram.mac_addr_base, hcs_mac_addr, ETH_ALEN); in bcm63xx_nvram_init()
66 memcpy(mac, nvram.mac_addr_base, ETH_ALEN); in bcm63xx_nvram_get_mac_address()
/arch/mips/cavium-octeon/
Docteon-platform.c701 u64 mac_addr_base; in octeon_fill_mac_addresses() local
710 mac_addr_base = in octeon_fill_mac_addresses()
711 ((octeon_bootinfo->mac_addr_base[0] & 0xffull)) << 40 | in octeon_fill_mac_addresses()
712 ((octeon_bootinfo->mac_addr_base[1] & 0xffull)) << 32 | in octeon_fill_mac_addresses()
713 ((octeon_bootinfo->mac_addr_base[2] & 0xffull)) << 24 | in octeon_fill_mac_addresses()
714 ((octeon_bootinfo->mac_addr_base[3] & 0xffull)) << 16 | in octeon_fill_mac_addresses()
715 ((octeon_bootinfo->mac_addr_base[4] & 0xffull)) << 8 | in octeon_fill_mac_addresses()
716 (octeon_bootinfo->mac_addr_base[5] & 0xffull); in octeon_fill_mac_addresses()
729 octeon_fdt_set_mac_addr(mgmt, &mac_addr_base); in octeon_fill_mac_addresses()
758 octeon_fdt_set_mac_addr(eth, &mac_addr_base); in octeon_fill_mac_addresses()
Dsetup.c704 memcpy(sysinfo->mac_addr_base, octeon_bootinfo->mac_addr_base, in prom_init()
705 sizeof(sysinfo->mac_addr_base)); in prom_init()
/arch/mips/include/asm/octeon/
Dcvmx-sysinfo.h84 uint8_t mac_addr_base[6]; member
Dcvmx-bootinfo.h92 uint8_t mac_addr_base[6]; member
173 uint8_t mac_addr_base[6];
Docteon.h106 uint8_t mac_addr_base[6]; member