Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/mtd/nand/raw/
Dnandsim.c289 struct nandsim { struct
290 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 …]