Home
last modified time | relevance | path

Searched refs:atmel_smc_cs_conf_set_pulse (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/mfd/
Datmel-smc.c177 int atmel_smc_cs_conf_set_pulse(struct atmel_smc_cs_conf *conf, in atmel_smc_cs_conf_set_pulse() function
199 EXPORT_SYMBOL_GPL(atmel_smc_cs_conf_set_pulse);
/Linux-v4.19/include/linux/mfd/syscon/
Datmel-smc.h105 int atmel_smc_cs_conf_set_pulse(struct atmel_smc_cs_conf *conf,
/Linux-v4.19/drivers/mtd/nand/raw/atmel/
Dnand-controller.c1224 ret = atmel_smc_cs_conf_set_pulse(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()
1327 ret = atmel_smc_cs_conf_set_pulse(smcconf, ATMEL_SMC_NRD_SHIFT, in atmel_smc_nand_prepare_smcconf()
1355 ret = atmel_smc_cs_conf_set_pulse(smcconf, ATMEL_SMC_NCS_RD_SHIFT, in atmel_smc_nand_prepare_smcconf()
/Linux-v4.19/drivers/memory/
Datmel-ebi.c73 { .name = nm, .converter = atmel_smc_cs_conf_set_pulse, .shift = pos}