Searched refs:fw_header_p (Results 1 – 1 of 1) sorted by relevance
53 static struct flash_part fw_header_p; variable114 memset(&fw_header_p, 0x0, sizeof(fw_header_p)); in rk_partition_init()115 memcpy(fw_header_p.name, FW_HRADER_PT_NAME, strlen(FW_HRADER_PT_NAME)); in rk_partition_init()116 fw_header_p.offset = 0x0; in rk_partition_init()117 fw_header_p.size = 0x4; in rk_partition_init()118 fw_header_p.type = 0; in rk_partition_init()656 rkflash_blk_add_dev(dev, blk_ops, &fw_header_p); in rkflash_blk_register()