Searched refs:smcconf (Results 1 – 2 of 2) sorted by relevance
| /Linux-v4.19/drivers/memory/ |
| D | atmel-ebi.c | 23 struct atmel_smc_cs_conf smcconf; member 82 &conf->smcconf); in at91sam9_ebi_get_config() 89 conf->cs, &conf->smcconf); in sama5_ebi_get_config() 111 struct atmel_smc_cs_conf *smcconf) in atmel_ebi_xslate_smc_timings() argument 132 smcconf->mode |= ATMEL_SMC_MODE_TDF(ncycles); in atmel_ebi_xslate_smc_timings() 154 ret = xlate->converter(smcconf, xlate->shift, ncycles); in atmel_ebi_xslate_smc_timings() 174 struct atmel_smc_cs_conf *smcconf = &conf->smcconf; in atmel_ebi_xslate_smc_config() local 184 smcconf->mode |= ATMEL_SMC_MODE_DBW_8; in atmel_ebi_xslate_smc_config() 188 smcconf->mode |= ATMEL_SMC_MODE_DBW_16; in atmel_ebi_xslate_smc_config() 192 smcconf->mode |= ATMEL_SMC_MODE_DBW_32; in atmel_ebi_xslate_smc_config() [all …]
|
| /Linux-v4.19/drivers/mtd/nand/raw/atmel/ |
| D | nand-controller.c | 159 struct atmel_smc_cs_conf smcconf; member 1193 struct atmel_smc_cs_conf *smcconf) in atmel_smc_nand_prepare_smcconf() argument 1212 atmel_smc_cs_conf_init(smcconf); in atmel_smc_nand_prepare_smcconf() 1224 ret = atmel_smc_cs_conf_set_pulse(smcconf, ATMEL_SMC_NWE_SHIFT, in atmel_smc_nand_prepare_smcconf() 1246 ret = atmel_smc_cs_conf_set_setup(smcconf, ATMEL_SMC_NWE_SHIFT, in atmel_smc_nand_prepare_smcconf() 1273 ret = atmel_smc_cs_conf_set_cycle(smcconf, ATMEL_SMC_NWE_SHIFT, in atmel_smc_nand_prepare_smcconf() 1285 ret = atmel_smc_cs_conf_set_pulse(smcconf, ATMEL_SMC_NCS_WR_SHIFT, in atmel_smc_nand_prepare_smcconf() 1317 smcconf->mode |= ATMEL_SMC_MODE_TDF(ncycles) | in atmel_smc_nand_prepare_smcconf() 1327 ret = atmel_smc_cs_conf_set_pulse(smcconf, ATMEL_SMC_NRD_SHIFT, in atmel_smc_nand_prepare_smcconf() 1343 ret = atmel_smc_cs_conf_set_cycle(smcconf, ATMEL_SMC_NRD_SHIFT, in atmel_smc_nand_prepare_smcconf() [all …]
|