Searched refs:atmel_smc_cs_conf_set_pulse (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/mfd/ |
H A D | atmel-smc.c | 167 * atmel_smc_cs_conf_set_pulse - set the SMC CS conf xx_PULSE parameter to a 181 int atmel_smc_cs_conf_set_pulse(struct atmel_smc_cs_conf *conf, in atmel_smc_cs_conf_set_pulse() function 203 EXPORT_SYMBOL_GPL(atmel_smc_cs_conf_set_pulse);
|
/linux/include/linux/mfd/syscon/ |
H A D | atmel-smc.h | 104 int atmel_smc_cs_conf_set_pulse(struct atmel_smc_cs_conf *conf,
|
/linux/drivers/mtd/nand/raw/atmel/ |
H A D | nand-controller.c | 1272 ret = atmel_smc_cs_conf_set_pulse(smcconf, ATMEL_SMC_NWE_SHIFT, in atmel_smc_nand_prepare_smcconf() 1333 ret = atmel_smc_cs_conf_set_pulse(smcconf, ATMEL_SMC_NCS_WR_SHIFT, in atmel_smc_nand_prepare_smcconf() 1375 ret = atmel_smc_cs_conf_set_pulse(smcconf, ATMEL_SMC_NRD_SHIFT, in atmel_smc_nand_prepare_smcconf() 1403 ret = atmel_smc_cs_conf_set_pulse(smcconf, ATMEL_SMC_NCS_RD_SHIFT, in atmel_smc_nand_prepare_smcconf()
|