Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/mtd/nand/raw/
H A Dam335x_spl_bch.c212 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 Dnand_spl_simple.c230 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 Dnand_util.c223 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 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 …]
H A Dkirkwood_nand.c90 nand->select_chip = kw_nand_select_chip; in board_nand_init()
H A Dfsl_upm.c176 chip->select_chip = fun_select_chip; in fsl_upm_nand_init()
H A Datmel_nand.c1347 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 Drockchip_nand_v9.c550 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 Drockchip_nand.c549 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 Dmxs_nand_spl.c65 chip->select_chip(mtd, -1); in mxs_flash_full_ident()
H A Dmxs_nand.c1187 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 Dsunxi_nand.c1367 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 Dvf610_nfc.c671 chip->select_chip = vf610_nfc_select_chip; in vf610_nfc_nand_init()
H A Dfsl_elbc_nand.c710 nand->select_chip = fsl_elbc_select_chip; in fsl_elbc_chip_init()
H A Dtegra_nand.c949 nand->select_chip = nand_select_chip; in tegra_probe()
H A Dfsl_ifc_nand.c936 nand->select_chip = fsl_ifc_select_chip; in fsl_ifc_chip_init()
H A Dzynq_nand.c1082 nand_chip->select_chip = zynq_nand_select_chip; in zynq_nand_init()
H A Dstm32_fmc2_nand.c1003 chip->select_chip = stm32_fmc2_select_chip; in stm32_fmc2_probe()
H A Darasan_nfc.c1210 nand_chip->select_chip = arasan_nand_select_chip; in arasan_nand_init()
H A Dmxc_nand.c1168 this->select_chip = mxc_nand_select_chip;
H A Ddenali.c1255 chip->select_chip = denali_select_chip; in denali_init()
H A Dpxa3xx_nand.c1781 chip->select_chip = pxa3xx_nand_select_chip; in alloc_nand_resource()
/rk3399_rockchip-uboot/include/linux/mtd/
H A Drawnand.h870 void (*select_chip)(struct mtd_info *mtd, int chip); member
1138 void (*select_chip)(struct mtd_info *mtd, int chip); member