Home
last modified time | relevance | path

Searched defs:flash_vendor_info (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/soc/rockchip/
H A Drk_vendor_storage.h56 struct flash_vendor_info { struct
57 u32 tag;
58 u32 version;
59 u16 next_index;
60 u16 item_num;
61 u16 free_offset;
62 u16 free_size;
63 struct vendor_item item[62]; /* 62 * 8 */
64 u8 data[FLASH_VENDOR_PART_SIZE * 512 - 512 - 8];
65 u32 hash;
[all …]