Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/nor/
H A Dcfi.h196 struct cfi_jedec_tab { struct
198 const char *jt_name;
199 uint32_t jt_mid;
200 uint32_t jt_did;
202 uint16_t jt_id_pri;
203 uint16_t jt_id_alt;
205 uint8_t jt_device_size; /* 1<<N bytes */
206 uint16_t jt_interface_code_desc;
207 uint8_t jt_write_nbyte_size_max; /* 1<<N bytes */
208 uint8_t jt_erase_blk_regions;
[all …]
H A Dcfi.c92 const struct cfi_jedec_tab cfi_jedec_tab[] = { variable