Lines Matching defs:cfi
157 #define CFI_0002_STATS_INIT(dev, cfi) \ argument
162 #define CFI_0002_STATS_INC(cfi, field) (cfi)->cfi_0002_stats.field++ argument
166 #define CFI_0002_STATS_INIT(dev, cfi) argument
167 #define CFI_0002_STATS_INC(cfi, field) argument
171 struct cfi { struct
172 bus_space_tag_t cfi_bst; argument
173 bus_space_handle_t cfi_bsh; argument
174 cfi_state_t cfi_state; argument
175 uint8_t cfi_portwidth; /* port width, 1<<N bytes */ argument
176 uint8_t cfi_chipwidth; /* chip width, 1<<N bytes */ argument
177 bool cfi_emulated; /* ary data are faked */ argument
178 bus_size_t cfi_unlock_addr1; argument
179 bus_size_t cfi_unlock_addr2; argument
180 struct cfi_query_data cfi_qry_data; /* CFI Query data */ argument
182 cfi_id_data; /* JEDEC ID data */ argument
183 const char *cfi_name; /* optional chip name */ argument
184 struct cfi_ops cfi_ops; /* chip dependent functions */ argument
185 u_long cfi_yield_time; /* thresh. for yield in wait */ argument
187 struct cfi_0002_stats cfi_0002_stats; argument
237 cfi_reset(struct cfi * const cfi) in cfi_reset()
244 cfi_erase_sector(struct cfi * const cfi, flash_off_t offset) in cfi_erase_sector()
251 cfi_program_word(struct cfi * const cfi, flash_off_t offset) in cfi_program_word()