Home
last modified time | relevance | path

Searched refs:addr3 (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/doc/uImage.FIT/
H A Dcommand_syntax_extensions.txt33 6. bootm <addr1> <addr2> <addr3> /* single image at <addr1> */
34 7. bootm <addr1> - <addr3> /* single image at <addr1> */
41 12. bootm [<addr1>]:<subimg1> [<addr2>]:<subimg2> [<addr3>]:<subimg3>
42 13. bootm [<addr1>]:<subimg1> [<addr2>]:<subimg2> <addr3>
43 14. bootm [<addr1>]:<subimg1> - [<addr3>]:<subimg3>
44 15. bootm [<addr1>]:<subimg1> - <addr3>
75 ramdisk image, and <addr3> is the address of a FDT binary blob. Kernel is
79 Ad. 7. <addr1> is the address of a kernel image and <addr3> is the address of
103 <addr2>, and pass FDT blob <subimg3> from the image at <addr3>.
106 Ad. 13. Similar to case 12, the difference being that <addr3> is the address
[all …]
/openbmc/u-boot/drivers/net/
H A Darmada100_fec.c205 u32 addr3; in hash_function() local
232 addr3 = ((addrl >> 24) & 0x0ff) | ((addrh & 1) << 8); in hash_function()
234 hashresult = (addr0 << 9) | (addr1 ^ addr2 ^ addr3); in hash_function()