Lines Matching refs:address
5 There are a variety of places in U-Boot where the MAC address is used, parsed,
22 Note: these are temporary copies of the MAC address which exist only
27 Note: these are temporary copies of the MAC address only for the
31 Correct flow of setting up the MAC address (summarized):
42 4. Program the address into hardware if the following conditions are met:
45 c) The address is valid (unicast, not all-zeros)
47 Previous behavior had the MAC address always being programmed into hardware
54 If the hardware design mandates that the MAC address is stored in some special
57 address(es) and initializing the respective environment variable(s) from it.
67 Any other code that wishes to access the MAC address should query the
81 Convert a string representation of a MAC address to the binary version.
89 Look up an environment variable and convert the stored address. If the address
93 to determine address validity.
103 Store the MAC address into the named environment variable. The return value is
112 the binary 6 byte array representation of a MAC address.