Home
last modified time | relevance | path

Searched refs:NAND_BUSWIDTH_16 (Results 1 – 25 of 37) sorted by relevance

12

/linux-6.1.9/drivers/mtd/nand/raw/
Dau1550nd.c178 if ((this->options & NAND_BUSWIDTH_16) && in au1550nd_exec_instr()
188 if ((this->options & NAND_BUSWIDTH_16) && in au1550nd_exec_instr()
310 this->options |= NAND_BUSWIDTH_16; in au1550nd_probe()
Dnand_ids.c11 #define LP_OPTIONS16 (LP_OPTIONS | NAND_BUSWIDTH_16)
14 #define SP_OPTIONS16 (SP_OPTIONS | NAND_BUSWIDTH_16)
Dgpio.c103 if ((chip->options & NAND_BUSWIDTH_16) && in gpio_nand_exec_instr()
114 if ((chip->options & NAND_BUSWIDTH_16) && in gpio_nand_exec_instr()
195 plat->options |= NAND_BUSWIDTH_16; in gpio_nand_get_config_of()
Dorion_nand.c46 if (nc->options & NAND_BUSWIDTH_16) in orion_nand_cmd_ctrl()
169 nc->options |= NAND_BUSWIDTH_16; in orion_nand_probe()
Dnand_legacy.c282 if (chip->options & NAND_BUSWIDTH_16 && in nand_command()
411 if (chip->options & NAND_BUSWIDTH_16 && in nand_command_lp()
583 unsigned int busw = chip->options & NAND_BUSWIDTH_16; in nand_legacy_set_defaults()
Dsh_flctl.c232 if (flctl->chip.options & NAND_BUSWIDTH_16) in set_addr()
565 if (flctl->chip.options & NAND_BUSWIDTH_16) in set_cmd_regs()
575 if (flctl->chip.options & NAND_BUSWIDTH_16) in set_cmd_regs()
770 if (flctl->chip.options & NAND_BUSWIDTH_16) in flctl_cmdfunc()
812 if (flctl->chip.options & NAND_BUSWIDTH_16) in flctl_cmdfunc()
997 if (chip->options & NAND_BUSWIDTH_16) in flctl_chip_attach_chip()
1178 nand->options |= NAND_BUSWIDTH_16; in flctl_probe()
Dstm32_fmc2_nand.c326 if (chip->options & NAND_BUSWIDTH_16) in stm32_fmc2_nfc_setup()
816 if (chip->options & NAND_BUSWIDTH_16) in stm32_fmc2_nfc_rw_page_init()
1184 if (force_8bit && chip->options & NAND_BUSWIDTH_16) in stm32_fmc2_nfc_read_data()
1220 if (force_8bit && chip->options & NAND_BUSWIDTH_16) in stm32_fmc2_nfc_read_data()
1231 if (force_8bit && chip->options & NAND_BUSWIDTH_16) in stm32_fmc2_nfc_write_data()
1267 if (force_8bit && chip->options & NAND_BUSWIDTH_16) in stm32_fmc2_nfc_write_data()
1638 chip->ecc.bytes = chip->options & NAND_BUSWIDTH_16 ? 4 : 3; in stm32_fmc2_nfc_nand_callbacks_setup()
1640 chip->ecc.bytes = chip->options & NAND_BUSWIDTH_16 ? 14 : 13; in stm32_fmc2_nfc_nand_callbacks_setup()
1642 chip->ecc.bytes = chip->options & NAND_BUSWIDTH_16 ? 8 : 7; in stm32_fmc2_nfc_nand_callbacks_setup()
Dnand_jedec.c118 chip->options |= NAND_BUSWIDTH_16; in nand_jedec_detect()
Dfsl_ifc_nand.c106 !(chip->options & NAND_BUSWIDTH_16)) { in fsl_ifc_ooblayout_free()
477 if (chip->options & NAND_BUSWIDTH_16) in fsl_ifc_cmdfunc()
895 chip->options |= NAND_BUSWIDTH_16; in fsl_ifc_chip_init()
910 if (!(chip->options & NAND_BUSWIDTH_16)) { in fsl_ifc_chip_init()
Dvf610_nfc.c438 if (force8bit && (chip->options & NAND_BUSWIDTH_16)) in vf610_nfc_cmd()
455 if (force8bit && (chip->options & NAND_BUSWIDTH_16)) in vf610_nfc_cmd()
725 if (nfc->chip.options & NAND_BUSWIDTH_16) in vf610_nfc_init_controller()
Dmpc5121_nfc.c384 if (chip->options & NAND_BUSWIDTH_16) in mpc5121_nfc_command()
579 chip->options |= NAND_BUSWIDTH_16; in mpc5121_nfc_read_hw_config()
Dnand_base.c509 if (chip->options & NAND_BUSWIDTH_16) { in nand_default_block_markbad()
1110 if (chip->options & NAND_BUSWIDTH_16) { in nand_fill_column_cycles()
1156 !(chip->options & NAND_BUSWIDTH_16)) in nand_sp_exec_read_page_op()
1454 !(chip->options & NAND_BUSWIDTH_16)) in nand_exec_prog_page_op()
2999 int busw = (chip->options & NAND_BUSWIDTH_16) ? 2 : 1; in nand_read_subpage()
4847 chip->options |= NAND_BUSWIDTH_16; in nand_decode_ext_id()
4884 if (mtd->writesize > 512 || (chip->options & NAND_BUSWIDTH_16)) in nand_decode_bbm_options()
5069 busw = chip->options & NAND_BUSWIDTH_16; in nand_detect()
5075 chip->options &= ~NAND_BUSWIDTH_16; in nand_detect()
5127 WARN_ON(busw & NAND_BUSWIDTH_16); in nand_detect()
[all …]
Dfsmc_nand.c275 if (host->nand.options & NAND_BUSWIDTH_16) in fsmc_nand_setup()
747 if (chip->options & NAND_BUSWIDTH_16) in fsmc_read_page_hwecc()
876 nand->options |= NAND_BUSWIDTH_16; in fsmc_nand_probe_config_dt()
Domap2.c853 unsigned int dev_width = (chip->options & NAND_BUSWIDTH_16) ? 1 : 0; in omap_enable_hwecc()
970 dev_width = (chip->options & NAND_BUSWIDTH_16) ? 1 : 0; in omap_enable_hwecc_bch()
1732 !(chip->options & NAND_BUSWIDTH_16)) in omap_ooblayout_ecc()
1752 !(chip->options & NAND_BUSWIDTH_16)) in omap_ooblayout_free()
1945 if (!(chip->options & NAND_BUSWIDTH_16)) in omap_nand_attach_chip()
Dnand_onfi.c270 chip->options |= NAND_BUSWIDTH_16; in nand_onfi_detect()
Dhisi504_nand.c402 if (chip->options & NAND_BUSWIDTH_16 && in set_addr()
599 | ((chip->options & NAND_BUSWIDTH_16) ? in hisi_nfc_host_init()
Ddenali.c202 iowrite32(chip->options & NAND_BUSWIDTH_16 ? 1 : 0, in denali_select_target()
1129 chip->options & NAND_BUSWIDTH_16); in denali_exec_instr()
1136 chip->options & NAND_BUSWIDTH_16); in denali_exec_instr()
Dtxx9ndfmc.c356 chip->options |= NAND_BUSWIDTH_16; in txx9ndfmc_probe()
Ddavinci_nand.c474 pdata->options |= NAND_BUSWIDTH_16; in nand_davinci_get_pdata()
Dmxc_nand.c905 if (nand_chip->options & NAND_BUSWIDTH_16) { in mxc_nand_read_byte()
1324 if (!(chip->options & NAND_BUSWIDTH_16)) in preset_v3()
/linux-6.1.9/drivers/mtd/nand/raw/ingenic/
Dingenic_nand_drv.c278 !(chip->options & NAND_BUSWIDTH_16)) in ingenic_nand_exec_instr()
289 !(chip->options & NAND_BUSWIDTH_16)) in ingenic_nand_exec_instr()
/linux-6.1.9/arch/arm/mach-davinci/
Dboard-omapl138-hawk.c209 .options = NAND_BUSWIDTH_16,
Dboard-mityomapl138.c440 .options = NAND_BUSWIDTH_16,
/linux-6.1.9/drivers/mtd/nand/raw/atmel/
Dnand-controller.c489 if ((nand->base.options & NAND_BUSWIDTH_16) && !force_8bit) in atmel_nand_data_in()
513 if ((nand->base.options & NAND_BUSWIDTH_16) && !force_8bit) in atmel_nand_data_out()
1459 if (nand->base.options & NAND_BUSWIDTH_16) in atmel_smc_nand_prepare_smcconf()
/linux-6.1.9/include/linux/mtd/
Drawnand.h108 #define NAND_BUSWIDTH_16 BIT(1) macro

12