Home
last modified time | relevance | path

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

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