Home
last modified time | relevance | path

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

12

/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()
1072 chip->select_chip(mtd, -1); in nand_reset()
1076 chip->select_chip(mtd, -1); in nand_reset()
1853 chip->select_chip(mtd, -1); in nand_do_read_ops()
2086 chip->select_chip(mtd, -1); in nand_do_read_oob()
2613 chip->select_chip(mtd, -1); in nand_do_write_ops()
2726 chip->select_chip(mtd, -1); in nand_do_write_oob()
2905 chip->select_chip(mtd, -1); in nand_erase_nand()
2949 chip->select_chip(mtd, -1); in nand_block_isbad()
3045 if (!chip->select_chip) in nand_set_defaults()
[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()
/openbmc/linux/include/linux/platform_data/
H A Dmtd-nand-s3c2410.h57 void (*select_chip)(struct s3c2410_nand_set *, member
/openbmc/linux/drivers/mtd/nand/raw/
H A Dplat_nand.c78 data->chip.legacy.select_chip = pdata->ctrl.select_chip; in plat_nand_probe()
H A Dnand_legacy.c600 if (!chip->legacy.select_chip) in nand_legacy_set_defaults()
601 chip->legacy.select_chip = nand_select_chip; in nand_legacy_set_defaults()
637 if ((!chip->legacy.cmdfunc || !chip->legacy.select_chip) && in nand_legacy_check_hooks()
H A Dmxc_nand.c137 void (*select_chip)(struct nand_chip *chip, int cs); member
1472 .select_chip = mxc_nand_select_chip_v1_v3,
1496 .select_chip = mxc_nand_select_chip_v1_v3,
1521 .select_chip = mxc_nand_select_chip_v2,
1547 .select_chip = mxc_nand_select_chip_v1_v3,
1573 .select_chip = mxc_nand_select_chip_v1_v3,
1761 this->legacy.select_chip = host->devtype_data->select_chip; in mxcnd_probe()
H A Dxway_nand.c190 data->chip.legacy.select_chip = xway_select_chip; in xway_nand_probe()
H A Ds3c2410.c424 if (info->platform->select_chip != NULL) in s3c2410_nand_select_chip()
425 (info->platform->select_chip) (nmtd->set, chip); in s3c2410_nand_select_chip()
801 chip->legacy.select_chip = s3c2410_nand_select_chip; in s3c2410_nand_init_chip()
H A Dmpc5121_nfc.c701 chip->legacy.select_chip = mpc5121_nfc_select_chip; in mpc5121_nfc_probe()
714 chip->legacy.select_chip = ads5121_select_chip; in mpc5121_nfc_probe()
H A Dndfc.c144 chip->legacy.select_chip = ndfc_select_chip; in ndfc_chip_init()
/openbmc/linux/include/linux/mtd/
H A Dplatnand.h57 void (*select_chip)(struct nand_chip *chip, int cs); member
H A Drawnand.h1153 void (*select_chip)(struct nand_chip *chip, int cs); member
/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
/openbmc/linux/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