Searched defs:nandsim (Results 1 – 1 of 1) sorted by relevance
286 struct nandsim { struct287 struct nand_chip chip;288 struct nand_controller base;289 struct mtd_partition partitions[CONFIG_NANDSIM_MAX_PARTS];290 unsigned int nbparts;292 uint busw; /* flash chip bus width (8 or 16) */293 u_char ids[8]; /* chip's ID bytes */294 uint32_t options; /* chip's characteristic bits */295 uint32_t state; /* current chip state */296 uint32_t nxstate; /* next expected state */[all …]