Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mtd/nand/raw/
H A 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()
H A 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()
H A 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()
H A Dnand_base.c138 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 Dkirkwood_nand.c89 nand->select_chip = kw_nand_select_chip; in board_nand_init()
H A 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()
H A Dfsl_upm.c175 chip->select_chip = fun_select_chip; in fsl_upm_nand_init()
H A Dmxs_nand_spl.c64 chip->select_chip(mtd, -1); in mxs_flash_full_ident()
H A Dmxs_nand.c1186 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 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()
H A Dvf610_nfc.c670 chip->select_chip = vf610_nfc_select_chip; in vf610_nfc_nand_init()
H A Dfsl_elbc_nand.c709 nand->select_chip = fsl_elbc_select_chip; in fsl_elbc_chip_init()
H A Dtegra_nand.c948 nand->select_chip = nand_select_chip; in tegra_probe()
H A Dfsl_ifc_nand.c935 nand->select_chip = fsl_ifc_select_chip; in fsl_ifc_chip_init()
H A Dzynq_nand.c1081 nand_chip->select_chip = zynq_nand_select_chip; in zynq_nand_init()
H A Darasan_nfc.c1209 nand_chip->select_chip = arasan_nand_select_chip; in arasan_nand_init()
H A Dmxc_nand.c1167 this->select_chip = mxc_nand_select_chip;
H A Ddenali.c1254 chip->select_chip = denali_select_chip; in denali_init()
H A Dpxa3xx_nand.c1780 chip->select_chip = pxa3xx_nand_select_chip; in alloc_nand_resource()
/openbmc/u-boot/include/linux/mtd/
H A Drawnand.h892 void (*select_chip)(struct mtd_info *mtd, int chip); member
1158 void (*select_chip)(struct mtd_info *mtd, int chip); member