Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/mtd/nand/
Ds3c2410.c384 struct s3c2410_nand_mtd *nmtd; in s3c2410_nand_select_chip() local
388 nmtd = this->priv; in s3c2410_nand_select_chip()
389 info = nmtd->info; in s3c2410_nand_select_chip()
399 if (nmtd->set != NULL && chip > nmtd->set->nr_chips) { in s3c2410_nand_select_chip()
406 (info->platform->select_chip) (nmtd->set, chip); in s3c2410_nand_select_chip()
785 struct s3c2410_nand_mtd *nmtd, in s3c2410_nand_init_chip() argument
788 struct nand_chip *chip = &nmtd->chip; in s3c2410_nand_init_chip()
795 chip->priv = nmtd; in s3c2410_nand_init_chip()
833 nmtd->info = info; in s3c2410_nand_init_chip()
834 nmtd->mtd.priv = chip; in s3c2410_nand_init_chip()
[all …]