Searched refs:atmel_smc_cs_conf_set_cycle (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/mfd/ |
H A D | atmel-smc.c | 199 * atmel_smc_cs_conf_set_cycle - set the SMC CS conf xx_CYCLE parameter to a 213 int atmel_smc_cs_conf_set_cycle(struct atmel_smc_cs_conf *conf, in atmel_smc_cs_conf_set_cycle() function 234 EXPORT_SYMBOL_GPL(atmel_smc_cs_conf_set_cycle); variable
|
/kernel/linux/linux-6.6/drivers/mfd/ |
H A D | atmel-smc.c | 199 * atmel_smc_cs_conf_set_cycle - set the SMC CS conf xx_CYCLE parameter to a 213 int atmel_smc_cs_conf_set_cycle(struct atmel_smc_cs_conf *conf, in atmel_smc_cs_conf_set_cycle() function 234 EXPORT_SYMBOL_GPL(atmel_smc_cs_conf_set_cycle); variable
|
/kernel/linux/linux-5.10/include/linux/mfd/syscon/ |
H A D | atmel-smc.h | 104 int atmel_smc_cs_conf_set_cycle(struct atmel_smc_cs_conf *conf,
|
/kernel/linux/linux-6.6/include/linux/mfd/syscon/ |
H A D | atmel-smc.h | 104 int atmel_smc_cs_conf_set_cycle(struct atmel_smc_cs_conf *conf,
|
/kernel/linux/linux-5.10/drivers/memory/ |
H A D | atmel-ebi.c | 77 { .name = nm, .converter = atmel_smc_cs_conf_set_cycle, .shift = pos}
|
/kernel/linux/linux-6.6/drivers/memory/ |
H A D | atmel-ebi.c | 77 { .name = nm, .converter = atmel_smc_cs_conf_set_cycle, .shift = pos}
|
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/atmel/ |
H A D | nand-controller.c | 1321 ret = atmel_smc_cs_conf_set_cycle(smcconf, ATMEL_SMC_NWE_SHIFT, in atmel_smc_nand_prepare_smcconf() 1391 ret = atmel_smc_cs_conf_set_cycle(smcconf, ATMEL_SMC_NRD_SHIFT, in atmel_smc_nand_prepare_smcconf()
|
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/atmel/ |
H A D | nand-controller.c | 1321 ret = atmel_smc_cs_conf_set_cycle(smcconf, ATMEL_SMC_NWE_SHIFT, in atmel_smc_nand_prepare_smcconf() 1391 ret = atmel_smc_cs_conf_set_cycle(smcconf, ATMEL_SMC_NRD_SHIFT, in atmel_smc_nand_prepare_smcconf()
|
Completed in 11 milliseconds