Home
last modified time | relevance | path

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

12

/linux-6.3-rc2/drivers/mtd/nand/raw/
A 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()
A Dnand_ids.c11 #define LP_OPTIONS16 (LP_OPTIONS | NAND_BUSWIDTH_16)
14 #define SP_OPTIONS16 (SP_OPTIONS | NAND_BUSWIDTH_16)
A 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()
A Dorion_nand.c46 if (nc->options & NAND_BUSWIDTH_16) in orion_nand_cmd_ctrl()
169 nc->options |= NAND_BUSWIDTH_16; in orion_nand_probe()
A 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()
A 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()
A 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()
A Dnand_jedec.c117 chip->options |= NAND_BUSWIDTH_16; in nand_jedec_detect()
A 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()
A 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()
A 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()
A 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()
1527 !(chip->options & NAND_BUSWIDTH_16)) in nand_exec_prog_page_op()
3072 int busw = (chip->options & NAND_BUSWIDTH_16) ? 2 : 1; in nand_read_subpage()
4943 chip->options |= NAND_BUSWIDTH_16; in nand_decode_ext_id()
5208 busw = chip->options & NAND_BUSWIDTH_16; in nand_detect()
5214 chip->options &= ~NAND_BUSWIDTH_16; in nand_detect()
5266 WARN_ON(busw & NAND_BUSWIDTH_16); in nand_detect()
5278 (chip->options & NAND_BUSWIDTH_16) ? 16 : 8); in nand_detect()
[all …]
A 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()
A 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()
A Dnand_onfi.c269 chip->options |= NAND_BUSWIDTH_16; in nand_onfi_detect()
A Dhisi504_nand.c402 if (chip->options & NAND_BUSWIDTH_16 && in set_addr()
599 | ((chip->options & NAND_BUSWIDTH_16) ? in hisi_nfc_host_init()
A 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()
A Dtxx9ndfmc.c356 chip->options |= NAND_BUSWIDTH_16; in txx9ndfmc_probe()
A Ddavinci_nand.c474 pdata->options |= NAND_BUSWIDTH_16; in nand_davinci_get_pdata()
A 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()
A Dqcom_nandc.c766 if (chip->options & NAND_BUSWIDTH_16) in set_address()
2450 if (chip->options & NAND_BUSWIDTH_16) in qcom_nandc_block_bad()
2703 wide_bus = chip->options & NAND_BUSWIDTH_16 ? true : false; in qcom_nand_attach_chip()
A Dnandsim.c654 ns->busw = chip->options & NAND_BUSWIDTH_16 ? 16 : 8; in ns_init()
2302 chip->options |= NAND_BUSWIDTH_16; in ns_init_module()
/linux-6.3-rc2/drivers/mtd/nand/raw/ingenic/
A 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.3-rc2/drivers/mtd/nand/raw/atmel/
A 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.3-rc2/include/linux/mtd/
A Drawnand.h110 #define NAND_BUSWIDTH_16 BIT(1) macro

Completed in 70 milliseconds

12