Home
last modified time | relevance | path

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

/drivers/mtd/nand/
Dnandsim.c289 struct nandsim { struct
290 struct mtd_partition partitions[MAX_MTD_DEVICES];
291 unsigned int nbparts;
293 uint busw; /* flash chip bus width (8 or 16) */
294 u_char ids[4]; /* chip's ID bytes */
295 uint32_t options; /* chip's characteristic bits */
296 uint32_t state; /* current chip state */
297 uint32_t nxstate; /* next expected state */
299 uint32_t *op; /* current operation, NULL operations isn't known yet */
300 uint32_t pstates[NS_MAX_PREVSTATES]; /* previous states */
[all …]