Lines Matching refs:nand_boot_header
15 static const union nand_boot_header snand_hdr_2k_64_data = {
37 static const union nand_boot_header snand_hdr_2k_128_data = {
59 static const union nand_boot_header snand_hdr_4k_256_data = {
81 static const union nand_boot_header nand_hdr_1gb_2k_64_data = {
103 static const union nand_boot_header nand_hdr_2gb_2k_64_data = {
125 static const union nand_boot_header nand_hdr_4gb_2k_64_data = {
147 static const union nand_boot_header nand_hdr_2gb_2k_128_data = {
169 static const union nand_boot_header nand_hdr_4gb_2k_128_data = {
192 const union nand_boot_header *data;
254 static const union nand_boot_header *hdr_nand;
466 union nand_boot_header *nh = (union nand_boot_header *)ptr; in mtk_image_verify_nand_header()
683 union nand_boot_header *nh = (union nand_boot_header *)ptr; in mtk_image_set_nand_header()
691 memcpy(nh + i, hdr_nand, sizeof(union nand_boot_header)); in mtk_image_set_nand_header()