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