Searched refs:atmel_smc_cs_conf (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/include/linux/mfd/syscon/ |
H A D | atmel-smc.h | 88 struct atmel_smc_cs_conf { struct 96 void atmel_smc_cs_conf_init(struct atmel_smc_cs_conf *conf); argument 97 int atmel_smc_cs_conf_set_timing(struct atmel_smc_cs_conf *conf, 100 int atmel_smc_cs_conf_set_setup(struct atmel_smc_cs_conf *conf, 102 int atmel_smc_cs_conf_set_pulse(struct atmel_smc_cs_conf *conf, 104 int atmel_smc_cs_conf_set_cycle(struct atmel_smc_cs_conf *conf, 107 const struct atmel_smc_cs_conf *conf); 110 int cs, const struct atmel_smc_cs_conf *conf); 112 struct atmel_smc_cs_conf *conf); 115 int cs, struct atmel_smc_cs_conf *conf);
|
/openbmc/linux/drivers/mfd/ |
H A D | atmel-smc.c | 20 void atmel_smc_cs_conf_init(struct atmel_smc_cs_conf *conf) in atmel_smc_cs_conf_init() 93 int atmel_smc_cs_conf_set_timing(struct atmel_smc_cs_conf *conf, in atmel_smc_cs_conf_set_timing() 135 int atmel_smc_cs_conf_set_setup(struct atmel_smc_cs_conf *conf, in atmel_smc_cs_conf_set_setup() 174 int atmel_smc_cs_conf_set_pulse(struct atmel_smc_cs_conf *conf, in atmel_smc_cs_conf_set_pulse() 213 int atmel_smc_cs_conf_set_cycle(struct atmel_smc_cs_conf *conf, in atmel_smc_cs_conf_set_cycle() 246 const struct atmel_smc_cs_conf *conf) in atmel_smc_cs_conf_apply() 267 int cs, const struct atmel_smc_cs_conf *conf) in atmel_hsmc_cs_conf_apply() 287 struct atmel_smc_cs_conf *conf) in atmel_smc_cs_conf_get() 308 int cs, struct atmel_smc_cs_conf *conf) in atmel_hsmc_cs_conf_get()
|
/openbmc/linux/drivers/memory/ |
H A D | atmel-ebi.c | 23 struct atmel_smc_cs_conf smcconf; 65 int (*converter)(struct atmel_smc_cs_conf *conf, 112 struct atmel_smc_cs_conf *smcconf) in atmel_ebi_xslate_smc_timings() 175 struct atmel_smc_cs_conf *smcconf = &conf->smcconf; in atmel_ebi_xslate_smc_config()
|
/openbmc/linux/drivers/mtd/nand/raw/atmel/ |
H A D | nand-controller.c | 157 struct atmel_smc_cs_conf smcconf; 1241 struct atmel_smc_cs_conf *smcconf) in atmel_smc_nand_prepare_smcconf() 1474 struct atmel_smc_cs_conf smcconf; in atmel_smc_nand_setup_interface() 1499 struct atmel_smc_cs_conf smcconf; in atmel_hsmc_nand_setup_interface()
|