Searched refs:mac_addr (Results 1 – 11 of 11) sorted by relevance
| /arch/powerpc/boot/ |
| A D | treeboot-akebono.c | 48 static long long unsigned mac_addr; variable 87 if (mac_addr) in ibm_akebono_fixups() 89 ((u8 *) &mac_addr) + 2 , 6); in ibm_akebono_fixups() 113 mac_addr = strtoull(&userdata[i + 15], &end, 16); in platform_init()
|
| /arch/mips/ath25/ |
| A D | board.c | 111 u8 *mac_addr; in ath25_find_config() local 173 mac_addr = &radio_data[0x1d * 2]; in ath25_find_config() 174 if (is_broadcast_ether_addr(mac_addr)) { in ath25_find_config() 176 ether_addr_copy(mac_addr, ath25_board.config->wlan0_mac); in ath25_find_config()
|
| /arch/mips/include/asm/mach-bcm63xx/ |
| A D | bcm63xx_dev_enet.h | 14 char mac_addr[ETH_ALEN]; member 85 char mac_addr[ETH_ALEN]; member
|
| /arch/powerpc/include/asm/ |
| A D | tsi108.h | 96 u8 mac_addr[6]; /* phy mac address */ member
|
| /arch/arm/mach-orion5x/ |
| A D | tsx09-common.c | 102 memcpy(qnap_tsx09_eth_data.mac_addr, addr, 6); in qnap_tsx09_check_mac_addr()
|
| A D | dns323-setup.c | 242 memcpy(dns323_eth_data.mac_addr, addr, 6); in dns323_read_mac_addr()
|
| /arch/mips/bcm63xx/boards/ |
| A D | board_bcm963xx.c | 868 !bcm63xx_nvram_get_mac_address(board.enet0.mac_addr)) in board_register_devices() 872 !bcm63xx_nvram_get_mac_address(board.enet1.mac_addr)) in board_register_devices() 876 !bcm63xx_nvram_get_mac_address(board.enetsw.mac_addr)) in board_register_devices()
|
| /arch/powerpc/sysdev/ |
| A D | tsi108_dev.c | 103 of_get_mac_address(np, tsi_eth_data.mac_addr); in tsi108_eth_of_init()
|
| /arch/mips/include/asm/ip32/ |
| A D | mace.h | 116 volatile unsigned long mac_addr; member
|
| /arch/sh/boards/mach-se/7724/ |
| A D | setup.c | 645 sh_eth_plat.mac_addr[i << 1] = mac & 0xff; in sh_eth_init() 646 sh_eth_plat.mac_addr[(i << 1) + 1] = mac >> 8; in sh_eth_init()
|
| /arch/sh/boards/mach-ecovec24/ |
| A D | setup.c | 1081 for (i = 0; i < sizeof(pd->mac_addr); i++) { in sh_eth_init() 1082 pd->mac_addr[i] = mac_read(a, 0x10 + i); in sh_eth_init()
|
Completed in 144 milliseconds