Searched refs:atmel_smc_cs_conf_set_pulse (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/mfd/ |
D | atmel-smc.c | 177 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/ |
D | atmel-smc.h | 105 int atmel_smc_cs_conf_set_pulse(struct atmel_smc_cs_conf *conf,
|
/Linux-v4.19/drivers/mtd/nand/raw/atmel/ |
D | nand-controller.c | 1224 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/ |
D | atmel-ebi.c | 73 { .name = nm, .converter = atmel_smc_cs_conf_set_pulse, .shift = pos}
|