Searched refs:nmtd (Results 1 – 1 of 1) sorted by relevance
384 struct s3c2410_nand_mtd *nmtd; in s3c2410_nand_select_chip() local388 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() argument788 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 …]