Searched refs:atmel_smc_cs_conf (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/include/linux/mfd/syscon/ |
D | atmel-smc.h | 91 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-v4.19/drivers/mfd/ |
D | atmel-smc.c | 23 void atmel_smc_cs_conf_init(struct atmel_smc_cs_conf *conf) in atmel_smc_cs_conf_init() 96 int atmel_smc_cs_conf_set_timing(struct atmel_smc_cs_conf *conf, in atmel_smc_cs_conf_set_timing() 138 int atmel_smc_cs_conf_set_setup(struct atmel_smc_cs_conf *conf, in atmel_smc_cs_conf_set_setup() 177 int atmel_smc_cs_conf_set_pulse(struct atmel_smc_cs_conf *conf, in atmel_smc_cs_conf_set_pulse() 216 int atmel_smc_cs_conf_set_cycle(struct atmel_smc_cs_conf *conf, in atmel_smc_cs_conf_set_cycle() 249 const struct atmel_smc_cs_conf *conf) in atmel_smc_cs_conf_apply() 270 int cs, const struct atmel_smc_cs_conf *conf) in atmel_hsmc_cs_conf_apply() 290 struct atmel_smc_cs_conf *conf) in atmel_smc_cs_conf_get() 311 int cs, struct atmel_smc_cs_conf *conf) in atmel_hsmc_cs_conf_get()
|
/Linux-v4.19/drivers/memory/ |
D | atmel-ebi.c | 23 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()
|
/Linux-v4.19/drivers/mtd/nand/raw/atmel/ |
D | nand-controller.c | 159 struct atmel_smc_cs_conf smcconf; 1193 struct atmel_smc_cs_conf *smcconf) in atmel_smc_nand_prepare_smcconf() 1426 struct atmel_smc_cs_conf smcconf; in atmel_smc_nand_setup_data_interface() 1451 struct atmel_smc_cs_conf smcconf; in atmel_hsmc_nand_setup_data_interface()
|