Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/mfd/
Datmel-smc.c174 int atmel_smc_cs_conf_set_pulse(struct atmel_smc_cs_conf *conf, in atmel_smc_cs_conf_set_pulse() function
196 EXPORT_SYMBOL_GPL(atmel_smc_cs_conf_set_pulse);
/Linux-v5.4/include/linux/mfd/syscon/
Datmel-smc.h102 int atmel_smc_cs_conf_set_pulse(struct atmel_smc_cs_conf *conf,
/Linux-v5.4/drivers/mtd/nand/raw/atmel/
Dnand-controller.c1203 ret = atmel_smc_cs_conf_set_pulse(smcconf, ATMEL_SMC_NWE_SHIFT, in atmel_smc_nand_prepare_smcconf()
1264 ret = atmel_smc_cs_conf_set_pulse(smcconf, ATMEL_SMC_NCS_WR_SHIFT, in atmel_smc_nand_prepare_smcconf()
1306 ret = atmel_smc_cs_conf_set_pulse(smcconf, ATMEL_SMC_NRD_SHIFT, in atmel_smc_nand_prepare_smcconf()
1334 ret = atmel_smc_cs_conf_set_pulse(smcconf, ATMEL_SMC_NCS_RD_SHIFT, in atmel_smc_nand_prepare_smcconf()
/Linux-v5.4/drivers/memory/
Datmel-ebi.c75 { .name = nm, .converter = atmel_smc_cs_conf_set_pulse, .shift = pos}