Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/mfd/syscon/
Datmel-smc.h91 struct atmel_smc_cs_conf { struct
99 void atmel_smc_cs_conf_init(struct atmel_smc_cs_conf *conf); argument
100 int atmel_smc_cs_conf_set_timing(struct atmel_smc_cs_conf *conf,
103 int atmel_smc_cs_conf_set_setup(struct atmel_smc_cs_conf *conf,
105 int atmel_smc_cs_conf_set_pulse(struct atmel_smc_cs_conf *conf,
107 int atmel_smc_cs_conf_set_cycle(struct atmel_smc_cs_conf *conf,
110 const struct atmel_smc_cs_conf *conf);
113 int cs, const struct atmel_smc_cs_conf *conf);
115 struct atmel_smc_cs_conf *conf);
118 int cs, struct atmel_smc_cs_conf *conf);
/linux-4.19.296/drivers/memory/
Datmel-ebi.c23 struct atmel_smc_cs_conf smcconf;
64 int (*converter)(struct atmel_smc_cs_conf *conf,
111 struct atmel_smc_cs_conf *smcconf) in atmel_ebi_xslate_smc_timings()
174 struct atmel_smc_cs_conf *smcconf = &conf->smcconf; in atmel_ebi_xslate_smc_config()