Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/u-boot/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 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.c549 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_v9.c550 chip->select_chip(mtd, chipnr); in rockchip_nand_block_bad()
573 chip->select_chip(mtd, -1); in rockchip_nand_block_bad()
590 chip->select_chip = rockchip_nand_select_chip; in rockchip_nand_chip_init()
H A Dfsl_upm.c176 chip->select_chip = fun_select_chip; in fsl_upm_nand_init()
H A Dmxs_nand_spl.c65 chip->select_chip(mtd, -1); in mxs_flash_full_ident()
/OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/
H A Dplat_nand.c80 data->chip.legacy.select_chip = pdata->ctrl.select_chip; in plat_nand_probe()
H A Dnand_legacy.c599 if (!chip->legacy.select_chip) in nand_legacy_set_defaults()
600 chip->legacy.select_chip = nand_select_chip; in nand_legacy_set_defaults()
636 if ((!chip->legacy.cmdfunc || !chip->legacy.select_chip) && in nand_legacy_check_hooks()
H A Dmxc_nand.c139 void (*select_chip)(struct nand_chip *chip, int cs); member
1475 .select_chip = mxc_nand_select_chip_v1_v3,
1499 .select_chip = mxc_nand_select_chip_v1_v3,
1524 .select_chip = mxc_nand_select_chip_v2,
1550 .select_chip = mxc_nand_select_chip_v1_v3,
1576 .select_chip = mxc_nand_select_chip_v1_v3,
1844 this->legacy.select_chip = host->devtype_data->select_chip; in mxcnd_probe()
H A Ds3c2410.c428 if (info->platform->select_chip != NULL) in s3c2410_nand_select_chip()
429 (info->platform->select_chip) (nmtd->set, chip); in s3c2410_nand_select_chip()
857 chip->legacy.select_chip = s3c2410_nand_select_chip; in s3c2410_nand_init_chip()
H A Dmpc5121_nfc.c704 chip->legacy.select_chip = mpc5121_nfc_select_chip; in mpc5121_nfc_probe()
717 chip->legacy.select_chip = ads5121_select_chip; in mpc5121_nfc_probe()
H A Dxway_nand.c191 data->chip.legacy.select_chip = xway_select_chip; in xway_nand_probe()
H A Dndfc.c144 chip->legacy.select_chip = ndfc_select_chip; in ndfc_chip_init()
/OK3568_Linux_fs/tools/linux/rk_sign_tool/
H A Dsetting.ini11 select_chip = 1126 key
/OK3568_Linux_fs/kernel/include/linux/platform_data/
H A Dmtd-nand-s3c2410.h57 void (*select_chip)(struct s3c2410_nand_set *, member
/OK3568_Linux_fs/rkbin/tools/
H A Dsetting.ini12 select_chip=3562 key
/OK3568_Linux_fs/kernel/include/linux/mtd/
H A Dplatnand.h57 void (*select_chip)(struct nand_chip *chip, int cs); member
/OK3568_Linux_fs/kernel/arch/arm/mach-s3c/
H A Dmach-osiris.c233 .select_chip = osiris_nand_select,
H A Dmach-anubis.c217 .select_chip = anubis_nand_select,
/OK3568_Linux_fs/u-boot/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
/OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/bcm47xxnflash/
H A Dops_bcm4706.c382 nand_chip->legacy.select_chip = bcm47xxnflash_ops_bcm4706_select_chip; in bcm47xxnflash_ops_bcm4706_init()

12