Home
last modified time | relevance | path

Searched refs:smcconf (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/memory/
H A Datmel-ebi.c27 struct atmel_smc_cs_conf smcconf; member
87 &conf->smcconf); in at91sam9_ebi_get_config()
94 conf->cs, &conf->smcconf); in sama5_ebi_get_config()
116 struct atmel_smc_cs_conf *smcconf) in atmel_ebi_xslate_smc_timings() argument
179 struct atmel_smc_cs_conf *smcconf = &conf->smcconf; in atmel_ebi_xslate_smc_config() local
189 smcconf->mode |= ATMEL_SMC_MODE_DBW_8; in atmel_ebi_xslate_smc_config()
250 smcconf->mode |= ATMEL_SMC_MODE_PS_4; in atmel_ebi_xslate_smc_config()
254 smcconf->mode |= ATMEL_SMC_MODE_PS_8; in atmel_ebi_xslate_smc_config()
269 smcconf->mode |= ATMEL_SMC_MODE_PMEN; in atmel_ebi_xslate_smc_config()
290 &conf->smcconf); in at91sam9_ebi_apply_config()
[all …]
/linux-6.15/drivers/mtd/nand/raw/atmel/
H A Dnand-controller.c157 struct atmel_smc_cs_conf smcconf; member
1241 struct atmel_smc_cs_conf *smcconf) in atmel_smc_nand_prepare_smcconf() argument
1260 atmel_smc_cs_conf_init(smcconf); in atmel_smc_nand_prepare_smcconf()
1410 ret = atmel_smc_cs_conf_set_timing(smcconf, in atmel_smc_nand_prepare_smcconf()
1417 ret = atmel_smc_cs_conf_set_timing(smcconf, in atmel_smc_nand_prepare_smcconf()
1460 smcconf->mode |= ATMEL_SMC_MODE_DBW_16; in atmel_smc_nand_prepare_smcconf()
1474 struct atmel_smc_cs_conf smcconf; in atmel_smc_nand_setup_interface() local
1488 cs->smcconf = smcconf; in atmel_smc_nand_setup_interface()
1499 struct atmel_smc_cs_conf smcconf; in atmel_hsmc_nand_setup_interface() local
1513 cs->smcconf = smcconf; in atmel_hsmc_nand_setup_interface()
[all …]