Searched refs:boot_file_head (Results 1 – 3 of 3) sorted by relevance
23 int gen_check_sum(struct boot_file_head *head_p) in gen_check_sum()52 #define SRAM_LOAD_MAX_SIZE (SUNXI_SRAM_SIZE - sizeof(struct boot_file_head))62 struct boot_file_head header;143 ((sizeof(struct boot_file_head) / sizeof(int) - 2) in main()147 ALIGN(file_size + sizeof(struct boot_file_head), BLOCK_SIZE); in main()158 cpu_to_le32(offsetof(struct boot_file_head, in main()
28 struct boot_file_head { struct77 typedef char boot_file_head_not_multiple_of_32[1 - 2*(sizeof(struct boot_file_head) % 32)]; argument
654 struct boot_file_head *spl = (void *)(ulong)spl_addr; in parse_spl_header()792 struct boot_file_head *spl = (void *)(ulong)SPL_ADDR; in board_fit_config_name_match()