Searched defs:nandsim (Results 1 – 1 of 1) sorted by relevance
300 struct nandsim { struct301 struct mtd_partition partitions[CONFIG_NANDSIM_MAX_PARTS];302 unsigned int nbparts;304 uint busw; /* flash chip bus width (8 or 16) */305 u_char ids[8]; /* chip's ID bytes */306 uint32_t options; /* chip's characteristic bits */307 uint32_t state; /* current chip state */308 uint32_t nxstate; /* next expected state */310 uint32_t *op; /* current operation, NULL operations isn't known yet */311 uint32_t pstates[NS_MAX_PREVSTATES]; /* previous states */[all …]