Searched refs:boot_file_head (Results 1 – 3 of 3) sorted by relevance
22 int gen_check_sum(struct boot_file_head *head_p) in gen_check_sum()51 #define SRAM_LOAD_MAX_SIZE (SUNXI_SRAM_SIZE - sizeof(struct boot_file_head))61 struct boot_file_head header;142 ((sizeof(struct boot_file_head) / sizeof(int) - 2) in main()146 ALIGN(file_size + sizeof(struct boot_file_head), BLOCK_SIZE); in main()157 cpu_to_le32(offsetof(struct boot_file_head, in main()
27 struct boot_file_head { struct76 typedef char boot_file_head_not_multiple_of_32[1 - 2*(sizeof(struct boot_file_head) % 32)]; argument
659 struct boot_file_head *spl = (void *)(ulong)spl_addr; in parse_spl_header()804 struct boot_file_head *spl = (void *)(ulong)SPL_ADDR; in board_fit_config_name_match()