| /rk3399_rockchip-uboot/drivers/mtd/nand/raw/ |
| H A D | am335x_spl_bch.c | 212 if (nand_chip.select_chip) in nand_init() 213 nand_chip.select_chip(mtd, 0); in nand_init() 222 if (nand_chip.select_chip) in nand_deselect() 223 nand_chip.select_chip(mtd, -1); in nand_deselect()
|
| H A D | nand_spl_simple.c | 230 if (nand_chip.select_chip) in nand_init() 231 nand_chip.select_chip(mtd, 0); in nand_init() 237 if (nand_chip.select_chip) in nand_deselect() 238 nand_chip.select_chip(mtd, -1); in nand_deselect()
|
| H A D | nand_util.c | 223 chip->select_chip(mtd, 0); in nand_lock() 247 chip->select_chip(mtd, -1); in nand_lock() 274 chip->select_chip(mtd, chipnr); in nand_get_lock_status() 294 chip->select_chip(mtd, -1); in nand_get_lock_status() 324 chip->select_chip(mtd, chipnr); in nand_unlock() 390 chip->select_chip(mtd, -1); in nand_unlock()
|
| H A D | nand_base.c | 138 chip->select_chip(mtd, -1); in nand_release_device() 1611 chip->select_chip(mtd, chipnr); in nand_reset() 1613 chip->select_chip(mtd, -1); in nand_reset() 1617 chip->select_chip(mtd, chipnr); in nand_reset() 1619 chip->select_chip(mtd, -1); in nand_reset() 2321 chip->select_chip(mtd, chipnr); in nand_do_read_ops() 2466 chip->select_chip(mtd, -1); in nand_do_read_ops() 2467 chip->select_chip(mtd, chipnr); in nand_do_read_ops() 2470 chip->select_chip(mtd, -1); in nand_do_read_ops() 2681 chip->select_chip(mtd, chipnr); in nand_do_read_oob() [all …]
|
| H A D | kirkwood_nand.c | 90 nand->select_chip = kw_nand_select_chip; in board_nand_init()
|
| H A D | fsl_upm.c | 176 chip->select_chip = fun_select_chip; in fsl_upm_nand_init()
|
| H A D | atmel_nand.c | 1347 if (nand_chip.select_chip) in spl_nand_erase_one() 1348 nand_chip.select_chip(mtd, 0); in spl_nand_erase_one() 1438 if (nand_chip.select_chip) in nand_init() 1439 nand_chip.select_chip(mtd, 0); in nand_init() 1444 if (nand_chip.select_chip) in nand_deselect() 1445 nand_chip.select_chip(mtd, -1); in nand_deselect()
|
| H A D | rockchip_nand_v9.c | 550 chip->select_chip(mtd, chipnr); in rockchip_nand_block_bad() 572 chip->select_chip(mtd, -1); in rockchip_nand_block_bad() 589 chip->select_chip = rockchip_nand_select_chip; in rockchip_nand_chip_init()
|
| H A D | rockchip_nand.c | 549 chip->select_chip(mtd, chipnr); in rockchip_nand_block_bad() 571 chip->select_chip(mtd, -1); in rockchip_nand_block_bad() 588 chip->select_chip = rockchip_nand_select_chip; in rockchip_nand_chip_init()
|
| H A D | mxs_nand_spl.c | 65 chip->select_chip(mtd, -1); in mxs_flash_full_ident()
|
| H A D | mxs_nand.c | 1187 nand->select_chip = mxs_nand_select_chip; in mxs_nand_init_spl() 1230 nand->select_chip = mxs_nand_select_chip; in mxs_nand_init_ctrl()
|
| H A D | sunxi_nand.c | 1367 chip->nand.select_chip(mtd, i); in sunxi_nand_chip_init_timings() 1372 chip->nand.select_chip(mtd, -1); in sunxi_nand_chip_init_timings() 1708 nand->select_chip = sunxi_nfc_select_chip; in sunxi_nand_chip_init()
|
| H A D | vf610_nfc.c | 671 chip->select_chip = vf610_nfc_select_chip; in vf610_nfc_nand_init()
|
| H A D | fsl_elbc_nand.c | 710 nand->select_chip = fsl_elbc_select_chip; in fsl_elbc_chip_init()
|
| H A D | tegra_nand.c | 949 nand->select_chip = nand_select_chip; in tegra_probe()
|
| H A D | fsl_ifc_nand.c | 936 nand->select_chip = fsl_ifc_select_chip; in fsl_ifc_chip_init()
|
| H A D | zynq_nand.c | 1082 nand_chip->select_chip = zynq_nand_select_chip; in zynq_nand_init()
|
| H A D | stm32_fmc2_nand.c | 1003 chip->select_chip = stm32_fmc2_select_chip; in stm32_fmc2_probe()
|
| H A D | arasan_nfc.c | 1210 nand_chip->select_chip = arasan_nand_select_chip; in arasan_nand_init()
|
| H A D | mxc_nand.c | 1168 this->select_chip = mxc_nand_select_chip;
|
| H A D | denali.c | 1255 chip->select_chip = denali_select_chip; in denali_init()
|
| H A D | pxa3xx_nand.c | 1781 chip->select_chip = pxa3xx_nand_select_chip; in alloc_nand_resource()
|
| /rk3399_rockchip-uboot/include/linux/mtd/ |
| H A D | rawnand.h | 870 void (*select_chip)(struct mtd_info *mtd, int chip); member 1138 void (*select_chip)(struct mtd_info *mtd, int chip); member
|