Home
last modified time | relevance | path

Searched refs:select_chip (Results 1 – 21 of 21) sorted by relevance

/external/u-boot/drivers/mtd/nand/raw/
Dam335x_spl_bch.c211 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()
Dnand_spl_simple.c229 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()
Dnand_util.c222 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()
Dnand_base.c138 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 …]
Dkirkwood_nand.c89 nand->select_chip = kw_nand_select_chip; in board_nand_init()
Datmel_nand.c1346 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()
Dfsl_upm.c175 chip->select_chip = fun_select_chip; in fsl_upm_nand_init()
Dmxs_nand_spl.c64 chip->select_chip(mtd, -1); in mxs_flash_full_ident()
Dsunxi_nand.c1366 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()
Dmxs_nand.c1206 nand->select_chip = mxs_nand_select_chip; in mxs_nand_init_spl()
1249 nand->select_chip = mxs_nand_select_chip; in mxs_nand_init_ctrl()
Dvf610_nfc.c670 chip->select_chip = vf610_nfc_select_chip; in vf610_nfc_nand_init()
Dfsl_elbc_nand.c710 nand->select_chip = fsl_elbc_select_chip; in fsl_elbc_chip_init()
Dtegra_nand.c948 nand->select_chip = nand_select_chip; in tegra_probe()
Dfsl_ifc_nand.c936 nand->select_chip = fsl_ifc_select_chip; in fsl_ifc_chip_init()
Dzynq_nand.c1081 nand_chip->select_chip = zynq_nand_select_chip; in zynq_nand_init()
Dstm32_fmc2_nand.c972 chip->select_chip = stm32_fmc2_select_chip; in stm32_fmc2_probe()
Darasan_nfc.c1209 nand_chip->select_chip = arasan_nand_select_chip; in arasan_nand_init()
Dmxc_nand.c1167 this->select_chip = mxc_nand_select_chip;
Ddenali.c1255 chip->select_chip = denali_select_chip; in denali_init()
Dpxa3xx_nand.c1780 chip->select_chip = pxa3xx_nand_select_chip; in alloc_nand_resource()
/external/u-boot/include/linux/mtd/
Drawnand.h900 void (*select_chip)(struct mtd_info *mtd, int chip); member
1177 void (*select_chip)(struct mtd_info *mtd, int chip); member