Searched refs:chipnr (Results 1 – 12 of 12) sorted by relevance
| /u-boot/drivers/mtd/nand/raw/ |
| A D | nand_util.c | 272 int chipnr; in nand_get_lock_status() local 277 chipnr = (int)(offset >> chip->chip_shift); in nand_get_lock_status() 278 chip->select_chip(mtd, chipnr); in nand_get_lock_status() 318 int chipnr; in nand_unlock() local 327 chipnr = (int)(start >> chip->chip_shift); in nand_unlock() 328 chip->select_chip(mtd, chipnr); in nand_unlock()
|
| A D | nand_base.c | 191 switch (chipnr) { in nand_select_chip() 1634 chip->select_chip(mtd, chipnr); in nand_reset() 1640 chip->select_chip(mtd, chipnr); in nand_reset() 2344 chip->select_chip(mtd, chipnr); in nand_do_read_ops() 2488 chipnr++; in nand_do_read_ops() 2673 int page, realpage, chipnr; in nand_do_read_oob() local 2742 chipnr++; in nand_do_read_oob() 3317 chipnr++; in nand_do_write_ops() 3378 int chipnr, page, status, len; in nand_do_write_oob() local 3417 nand_reset(chip, chipnr); in nand_do_write_oob() [all …]
|
| A D | mxic_nand.c | 492 static int mxic_nfc_setup_data_interface(struct mtd_info *mtd, int chipnr, in mxic_nfc_setup_data_interface() argument 505 if (chipnr == NAND_DATA_IFACE_CHECK_ONLY) in mxic_nfc_setup_data_interface() 521 static void mxic_nfc_select_chip(struct mtd_info *mtd, int chipnr) in mxic_nfc_select_chip() argument 523 switch (chipnr) { in mxic_nfc_select_chip()
|
| A D | stm32_fmc2_nand.c | 237 static void stm32_fmc2_nfc_select_chip(struct mtd_info *mtd, int chipnr) in stm32_fmc2_nfc_select_chip() argument 243 if (chipnr < 0 || chipnr >= nand->ncs) in stm32_fmc2_nfc_select_chip() 246 if (nand->cs_used[chipnr] == nfc->cs_sel) in stm32_fmc2_nfc_select_chip() 249 nfc->cs_sel = nand->cs_used[chipnr]; in stm32_fmc2_nfc_select_chip() 728 static int stm32_fmc2_nfc_setup_interface(struct mtd_info *mtd, int chipnr, in stm32_fmc2_nfc_setup_interface() argument 741 if (chipnr == NAND_DATA_IFACE_CHECK_ONLY) in stm32_fmc2_nfc_setup_interface()
|
| A D | tegra_nand.c | 226 static void nand_select_chip(struct mtd_info *mtd, int chipnr) in nand_select_chip() argument 228 switch (chipnr) { in nand_select_chip()
|
| A D | cortina_nand.c | 164 static void nand_select_chip(struct mtd_info *mtd, int chipnr) in nand_select_chip() argument 166 switch (chipnr) { in nand_select_chip() 172 WARN_ON(chipnr); in nand_select_chip()
|
| A D | denali.c | 923 static int denali_setup_data_interface(struct mtd_info *mtd, int chipnr, in denali_setup_data_interface() argument 952 if (chipnr == NAND_DATA_IFACE_CHECK_ONLY) in denali_setup_data_interface()
|
| A D | mxs_nand.c | 1524 static int mxs_nand_setup_interface(struct mtd_info *mtd, int chipnr, in mxs_nand_setup_interface() argument 1535 if (chipnr < 0) in mxs_nand_setup_interface()
|
| A D | mt7621_nand.c | 453 static void mt7621_nfc_select_chip(struct mtd_info *mtd, int chipnr) in mt7621_nfc_select_chip() argument
|
| A D | octeontx_nand.c | 1368 static int octeontx_nand_setup_dat_intf(struct mtd_info *mtd, int chipnr, in octeontx_nand_setup_dat_intf() argument
|
| /u-boot/include/linux/mtd/ |
| A D | rawnand.h | 924 int (*setup_data_interface)(struct mtd_info *mtd, int chipnr, 1332 int nand_reset(struct nand_chip *chip, int chipnr);
|
| /u-boot/drivers/mtd/nand/raw/atmel/ |
| A D | nand-controller.c | 140 int (*setup_data_interface)(struct mtd_info *mtd, int chipnr,
|
Completed in 61 milliseconds