| /OK3568_Linux_fs/u-boot/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 | 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.c | 549 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_v9.c | 550 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 D | fsl_upm.c | 176 chip->select_chip = fun_select_chip; in fsl_upm_nand_init()
|
| H A D | mxs_nand_spl.c | 65 chip->select_chip(mtd, -1); in mxs_flash_full_ident()
|
| /OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/ |
| H A D | plat_nand.c | 80 data->chip.legacy.select_chip = pdata->ctrl.select_chip; in plat_nand_probe()
|
| H A D | nand_legacy.c | 599 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 D | mxc_nand.c | 139 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 D | s3c2410.c | 428 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 D | mpc5121_nfc.c | 704 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 D | xway_nand.c | 191 data->chip.legacy.select_chip = xway_select_chip; in xway_nand_probe()
|
| H A D | ndfc.c | 144 chip->legacy.select_chip = ndfc_select_chip; in ndfc_chip_init()
|
| /OK3568_Linux_fs/tools/linux/rk_sign_tool/ |
| H A D | setting.ini | 11 select_chip = 1126 key
|
| /OK3568_Linux_fs/kernel/include/linux/platform_data/ |
| H A D | mtd-nand-s3c2410.h | 57 void (*select_chip)(struct s3c2410_nand_set *, member
|
| /OK3568_Linux_fs/rkbin/tools/ |
| H A D | setting.ini | 12 select_chip=3562 key
|
| /OK3568_Linux_fs/kernel/include/linux/mtd/ |
| H A D | platnand.h | 57 void (*select_chip)(struct nand_chip *chip, int cs); member
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-s3c/ |
| H A D | mach-osiris.c | 233 .select_chip = osiris_nand_select,
|
| H A D | mach-anubis.c | 217 .select_chip = anubis_nand_select,
|
| /OK3568_Linux_fs/u-boot/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
|
| /OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/bcm47xxnflash/ |
| H A D | ops_bcm4706.c | 382 nand_chip->legacy.select_chip = bcm47xxnflash_ops_bcm4706_select_chip; in bcm47xxnflash_ops_bcm4706_init()
|