Searched refs:SPL_ADDR (Results 1 – 3 of 3) sorted by relevance
12 #define SPL_ADDR CONFIG_SUNXI_SRAM_ADDRESS macro
240 if (!is_boot0_magic(SPL_ADDR + 4)) /* eGON.BT0 */ in sunxi_get_boot_source()243 return readb(SPL_ADDR + 0x28); in sunxi_get_boot_source()291 if (!is_boot0_magic(SPL_ADDR + 4)) /* eGON.BT0 */ in sunxi_get_spl_size()294 return readl(SPL_ADDR + 0x10); in sunxi_get_spl_size()
327 struct boot_file_head *spl = (void *)(ulong)SPL_ADDR; in get_spl_header()904 parse_spl_header(SPL_ADDR); in misc_init_r()
Completed in 5 milliseconds