Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mfd/
H A Datmel-smc.c272 regmap_write(regmap, ATMEL_HSMC_TIMINGS(layout, cs), conf->timings); in atmel_hsmc_cs_conf_apply()
313 regmap_read(regmap, ATMEL_HSMC_TIMINGS(layout, cs), &conf->timings); in atmel_hsmc_cs_conf_get()
/openbmc/linux/include/linux/mfd/syscon/
H A Datmel-smc.h64 #define ATMEL_HSMC_TIMINGS(layout, cs) \ macro