Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mtd/nand/
Dnandsim.c305 struct nandsim { struct
306 struct mtd_partition partitions[CONFIG_NANDSIM_MAX_PARTS];
307 unsigned int nbparts;
309 uint busw; /* flash chip bus width (8 or 16) */
310 u_char ids[8]; /* chip's ID bytes */
311 uint32_t options; /* chip's characteristic bits */
312 uint32_t state; /* current chip state */
313 uint32_t nxstate; /* next expected state */
315 uint32_t *op; /* current operation, NULL operations isn't known yet */
316 uint32_t pstates[NS_MAX_PREVSTATES]; /* previous states */
[all …]