Home
last modified time | relevance | path

Searched refs:ATMEL_SMC_MODE (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/mfd/
H A Datmel-smc.c251 regmap_write(regmap, ATMEL_SMC_MODE(cs), conf->mode); in atmel_smc_cs_conf_apply()
292 regmap_read(regmap, ATMEL_SMC_MODE(cs), &conf->mode); in atmel_smc_cs_conf_get()
/linux/include/linux/mfd/syscon/
H A Datmel-smc.h32 #define ATMEL_SMC_MODE(cs) (((cs) * 0x10) + 0xc) macro