Home
last modified time | relevance | path

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

/linux-5.10/drivers/mtd/nand/raw/
Dnandsim.c287 struct nandsim { struct
288 struct nand_chip chip;
289 struct nand_controller base;
290 struct mtd_partition partitions[CONFIG_NANDSIM_MAX_PARTS];
291 unsigned int nbparts;
293 uint busw; /* flash chip bus width (8 or 16) */
294 u_char ids[8]; /* 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 */
[all …]