Searched refs:process_mac (Results 1 – 2 of 2) sorted by relevance
/external/u-boot/board/keymile/common/ |
D | ivm.c | 190 static int process_mac(unsigned char *valbuf, unsigned char *buf, in process_mac() function 311 process_mac(valbuf, page2, CONFIG_PIGGY_MAC_ADRESS_OFFSET, true); in ivm_populate_env() 315 process_mac(valbuf, page2, 1, true); in ivm_populate_env() 323 process_mac(valbuf, page2, CONFIG_PIGGY_MAC_ADRESS_OFFSET, false); in ivm_populate_env() 325 process_mac(valbuf, page2, CONFIG_PIGGY_MAC_ADRESS_OFFSET, true); in ivm_populate_env()
|
/external/u-boot/tools/ |
D | gen_ethaddr_crc.c | 24 int process_mac(const char *mac_address) in process_mac() function 69 if (process_mac(argv[1])) { in main()
|