| /openbmc/u-boot/drivers/mtd/nand/raw/ |
| H A D | am335x_spl_bch.c | 211 if (nand_chip.select_chip) in nand_init() 212 nand_chip.select_chip(mtd, 0); in nand_init() 221 if (nand_chip.select_chip) in nand_deselect() 222 nand_chip.select_chip(mtd, -1); in nand_deselect()
|
| H A D | nand_spl_simple.c | 229 if (nand_chip.select_chip) in nand_init() 230 nand_chip.select_chip(mtd, 0); in nand_init() 236 if (nand_chip.select_chip) in nand_deselect() 237 nand_chip.select_chip(mtd, -1); in nand_deselect()
|
| H A D | nand_util.c | 222 chip->select_chip(mtd, 0); in nand_lock() 246 chip->select_chip(mtd, -1); in nand_lock() 273 chip->select_chip(mtd, chipnr); in nand_get_lock_status() 293 chip->select_chip(mtd, -1); in nand_get_lock_status() 323 chip->select_chip(mtd, chipnr); in nand_unlock() 389 chip->select_chip(mtd, -1); in nand_unlock()
|
| H A D | nand_base.c | 138 chip->select_chip(mtd, -1); in nand_release_device() 1070 chip->select_chip(mtd, chipnr); in nand_reset() 1072 chip->select_chip(mtd, -1); in nand_reset() 1074 chip->select_chip(mtd, chipnr); in nand_reset() 1076 chip->select_chip(mtd, -1); in nand_reset() 1707 chip->select_chip(mtd, chipnr); in nand_do_read_ops() 1849 chip->select_chip(mtd, -1); in nand_do_read_ops() 1850 chip->select_chip(mtd, chipnr); in nand_do_read_ops() 1853 chip->select_chip(mtd, -1); in nand_do_read_ops() 2043 chip->select_chip(mtd, chipnr); in nand_do_read_oob() [all …]
|
| H A D | kirkwood_nand.c | 89 nand->select_chip = kw_nand_select_chip; in board_nand_init()
|
| H A D | atmel_nand.c | 1346 if (nand_chip.select_chip) in spl_nand_erase_one() 1347 nand_chip.select_chip(mtd, 0); in spl_nand_erase_one() 1437 if (nand_chip.select_chip) in nand_init() 1438 nand_chip.select_chip(mtd, 0); in nand_init() 1443 if (nand_chip.select_chip) in nand_deselect() 1444 nand_chip.select_chip(mtd, -1); in nand_deselect()
|
| H A D | fsl_upm.c | 175 chip->select_chip = fun_select_chip; in fsl_upm_nand_init()
|
| H A D | mxs_nand_spl.c | 64 chip->select_chip(mtd, -1); in mxs_flash_full_ident()
|
| H A D | mxs_nand.c | 1186 nand->select_chip = mxs_nand_select_chip; in mxs_nand_init_spl() 1229 nand->select_chip = mxs_nand_select_chip; in mxs_nand_init_ctrl()
|
| H A D | sunxi_nand.c | 1366 chip->nand.select_chip(mtd, i); in sunxi_nand_chip_init_timings() 1371 chip->nand.select_chip(mtd, -1); in sunxi_nand_chip_init_timings() 1707 nand->select_chip = sunxi_nfc_select_chip; in sunxi_nand_chip_init()
|
| H A D | vf610_nfc.c | 670 chip->select_chip = vf610_nfc_select_chip; in vf610_nfc_nand_init()
|
| H A D | fsl_elbc_nand.c | 709 nand->select_chip = fsl_elbc_select_chip; in fsl_elbc_chip_init()
|
| H A D | tegra_nand.c | 948 nand->select_chip = nand_select_chip; in tegra_probe()
|
| H A D | fsl_ifc_nand.c | 935 nand->select_chip = fsl_ifc_select_chip; in fsl_ifc_chip_init()
|
| H A D | zynq_nand.c | 1081 nand_chip->select_chip = zynq_nand_select_chip; in zynq_nand_init()
|
| H A D | arasan_nfc.c | 1209 nand_chip->select_chip = arasan_nand_select_chip; in arasan_nand_init()
|
| H A D | mxc_nand.c | 1167 this->select_chip = mxc_nand_select_chip;
|
| H A D | denali.c | 1254 chip->select_chip = denali_select_chip; in denali_init()
|
| H A D | pxa3xx_nand.c | 1780 chip->select_chip = pxa3xx_nand_select_chip; in alloc_nand_resource()
|
| /openbmc/u-boot/include/linux/mtd/ |
| H A D | rawnand.h | 892 void (*select_chip)(struct mtd_info *mtd, int chip); member 1158 void (*select_chip)(struct mtd_info *mtd, int chip); member
|