Home
last modified time | relevance | path

Searched refs:nmtd (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/drivers/mtd/nand/raw/
H A Ds3c2410.c402 struct s3c2410_nand_mtd *nmtd; in s3c2410_nand_select_chip() local
405 nmtd = nand_get_controller_data(this); in s3c2410_nand_select_chip()
406 info = nmtd->info; in s3c2410_nand_select_chip()
416 if (nmtd->set != NULL && chip > nmtd->set->nr_chips) { in s3c2410_nand_select_chip()
788 struct s3c2410_nand_mtd *nmtd, in s3c2410_nand_init_chip() argument
792 struct nand_chip *chip = &nmtd->chip; in s3c2410_nand_init_chip()
846 nmtd->info = info; in s3c2410_nand_init_chip()
847 nmtd->set = set; in s3c2410_nand_init_chip()
1027 struct s3c2410_nand_mtd *nmtd; in s3c24xx_nand_probe() local
1105 nmtd = info->mtds; in s3c24xx_nand_probe()
[all …]