Home
last modified time | relevance | path

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

/external/u-boot/drivers/mtd/nand/
Dnand_base.c183 static void nand_select_chip(struct mtd_info *mtd, int chipnr) in nand_select_chip() argument
187 switch (chipnr) { in nand_select_chip()
911 static int nand_reset_data_interface(struct nand_chip *chip, int chipnr) in nand_reset_data_interface() argument
935 ret = chip->setup_data_interface(mtd, chipnr, conf); in nand_reset_data_interface()
955 static int nand_setup_data_interface(struct nand_chip *chip, int chipnr) in nand_setup_data_interface() argument
979 ret = chip->setup_data_interface(mtd, chipnr, chip->data_interface); in nand_setup_data_interface()
1055 int nand_reset(struct nand_chip *chip, int chipnr) in nand_reset() argument
1060 ret = nand_reset_data_interface(chip, chipnr); in nand_reset()
1068 chip->select_chip(mtd, chipnr); in nand_reset()
1072 chip->select_chip(mtd, chipnr); in nand_reset()
[all …]
Dnand_util.c267 int chipnr; in nand_get_lock_status() local
272 chipnr = (int)(offset >> chip->chip_shift); in nand_get_lock_status()
273 chip->select_chip(mtd, chipnr); in nand_get_lock_status()
313 int chipnr; in nand_unlock() local
322 chipnr = (int)(start >> chip->chip_shift); in nand_unlock()
323 chip->select_chip(mtd, chipnr); in nand_unlock()
Dtegra_nand.c220 static void nand_select_chip(struct mtd_info *mtd, int chipnr) in nand_select_chip() argument
222 switch (chipnr) { in nand_select_chip()
Ddenali.c940 static int denali_setup_data_interface(struct mtd_info *mtd, int chipnr, in denali_setup_data_interface() argument
960 if (chipnr == NAND_DATA_IFACE_CHECK_ONLY) in denali_setup_data_interface()
/external/u-boot/include/linux/mtd/
Drawnand.h902 int (*setup_data_interface)(struct mtd_info *mtd, int chipnr,
1274 int nand_reset(struct nand_chip *chip, int chipnr);