Home
last modified time | relevance | path

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

/aosp_15_r20/external/flashrom/include/
H A Dflash.h410 struct flashchip { struct
411 const char *vendor;
412 const char *name;
414 enum chipbustype bustype;
421 uint32_t manufacture_id;
422 uint32_t model_id;
425 unsigned int total_size;
427 unsigned int page_size;
428 int feature_bits;
431 struct tested {
[all …]