Home
last modified time | relevance | path

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

/openbmc/linux/drivers/rtc/
H A Drtc-ti-k3.c25 #define REG_K3RTC_SCRATCH0 0x30 macro
491 return regmap_bulk_read(priv->regmap, REG_K3RTC_SCRATCH0 + offset, val, bytes / 4); in ti_k3_rtc_scratch_read()
500 ret = regmap_bulk_write(priv->regmap, REG_K3RTC_SCRATCH0 + offset, val, bytes / 4); in ti_k3_rtc_scratch_write()
511 .size = REG_K3RTC_SCRATCH7 - REG_K3RTC_SCRATCH0 + 4,