Home
last modified time | relevance | path

Searched defs:chipnr (Results 1 – 22 of 22) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/
H A Dnand_util.c268 int chipnr; in nand_get_lock_status() local
314 int chipnr; in nand_unlock() local
H A Dnand_base.c185 static void nand_select_chip(struct mtd_info *mtd, int chipnr) in nand_select_chip()
944 static int nand_reset_data_interface(struct nand_chip *chip, int chipnr) in nand_reset_data_interface()
988 static int nand_setup_data_interface(struct nand_chip *chip, int chipnr) in nand_setup_data_interface()
1598 int nand_reset(struct nand_chip *chip, int chipnr) in nand_reset()
2307 int chipnr, page, realpage, col, bytes, aligned, oob_required; in nand_do_read_ops() local
2650 int page, realpage, chipnr; in nand_do_read_oob() local
3194 int chipnr, realpage, page, column; in nand_do_write_ops() local
3355 int chipnr, page, status, len; in nand_do_write_oob() local
3511 int page, status, pages_per_block, ret, chipnr; in nand_erase_nand() local
3633 int chipnr = (int)(offs >> chip->chip_shift); in nand_block_isbad() local
H A Drockchip_nand_spl_v9.c77 u8 chipnr; member
111 static void rockchip_nand_select_chip(void __iomem *regs, int chipnr) in rockchip_nand_select_chip()
H A Drockchip_nand_spl.c81 u8 chipnr; member
112 static void rockchip_nand_select_chip(void __iomem *regs, int chipnr) in rockchip_nand_select_chip()
H A Drockchip_nand.c114 static void rockchip_nand_select_chip(struct mtd_info *mtd, int chipnr) in rockchip_nand_select_chip()
546 int chipnr = (int)(ofs >> chip->chip_shift); in rockchip_nand_block_bad() local
H A Drockchip_nand_v9.c120 static void rockchip_nand_select_chip(struct mtd_info *mtd, int chipnr) in rockchip_nand_select_chip()
547 int chipnr = (int)(ofs >> chip->chip_shift); in rockchip_nand_block_bad() local
H A Dstm32_fmc2_nand.c239 static void stm32_fmc2_select_chip(struct mtd_info *mtd, int chipnr) in stm32_fmc2_select_chip()
784 static int stm32_fmc2_setup_interface(struct mtd_info *mtd, int chipnr, in stm32_fmc2_setup_interface()
H A Dtegra_nand.c221 static void nand_select_chip(struct mtd_info *mtd, int chipnr) in nand_select_chip()
H A Ddenali.c943 static int denali_setup_data_interface(struct mtd_info *mtd, int chipnr, in denali_setup_data_interface()
/OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/
H A Dnand_base.c389 int chipnr, page, status, len, ret; in nand_do_write_oob() local
751 static int nand_reset_interface(struct nand_chip *chip, int chipnr) in nand_reset_interface()
792 static int nand_setup_interface(struct nand_chip *chip, int chipnr) in nand_setup_interface()
2372 int nand_reset(struct nand_chip *chip, int chipnr) in nand_reset()
3118 int chipnr, page, realpage, col, bytes, aligned, oob_required; in nand_do_read_ops() local
3452 int page, realpage, chipnr; in nand_do_read_oob() local
3959 int chipnr, realpage, page, column; in nand_do_write_ops() local
4091 int chipnr = (int)(to >> chip->chip_shift); in panic_nand_write() local
4170 int page, pages_per_block, ret, chipnr; in nand_erase_nand() local
4281 int chipnr = (int)(offs >> chip->chip_shift); in nand_block_isbad() local
H A Dnand_legacy.c52 static void nand_select_chip(struct nand_chip *chip, int chipnr) in nand_select_chip()
H A Dcafe_nand.c317 static void cafe_select_chip(struct nand_chip *chip, int chipnr) in cafe_select_chip()
H A Dsh_flctl.c917 static void flctl_select_chip(struct nand_chip *chip, int chipnr) in flctl_select_chip()
H A Dstm32_fmc2_nand.c334 static int stm32_fmc2_nfc_select_chip(struct nand_chip *chip, int chipnr) in stm32_fmc2_nfc_select_chip()
1519 static int stm32_fmc2_nfc_setup_interface(struct nand_chip *chip, int chipnr, in stm32_fmc2_nfc_setup_interface()
H A Dmxic_nand.c454 static int mxic_nfc_setup_interface(struct nand_chip *chip, int chipnr, in mxic_nfc_setup_interface()
H A Ddenali.c764 static int denali_setup_interface(struct nand_chip *chip, int chipnr, in denali_setup_interface()
H A Dmxc_nand.c1747 static int mxcnd_setup_interface(struct nand_chip *chip, int chipnr, in mxcnd_setup_interface()
H A Dmarvell_nand.c2351 static int marvell_nfc_setup_interface(struct nand_chip *chip, int chipnr, in marvell_nfc_setup_interface()
H A Dqcom_nandc.c2319 static void qcom_nandc_select_chip(struct nand_chip *chip, int chipnr) in qcom_nandc_select_chip()
H A Dcadence-nand-controller.c2307 cadence_nand_setup_interface(struct nand_chip *chip, int chipnr, in cadence_nand_setup_interface()
/OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/gpmi-nand/
H A Dgpmi-nand.c767 static int gpmi_setup_interface(struct nand_chip *chip, int chipnr, in gpmi_setup_interface()
1760 int column, page, chipnr; in gpmi_block_markbad() local
1936 int chipnr; in mx23_boot_init() local
/OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/ingenic/
H A Dingenic_nand_drv.c344 unsigned int chipnr) in ingenic_nand_init_chip()