Home
last modified time | relevance | path

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

/openbmc/linux/drivers/rtc/
H A Drtc-loongson.c57 #define TOY_ENABLE_MASK (TOY_ENABLE | OSC_ENABLE) macro
149 return regmap_update_bits(priv->regmap, RTC_CTRL_REG, TOY_ENABLE_MASK, in loongson_rtc_set_enabled()
150 TOY_ENABLE_MASK); in loongson_rtc_set_enabled()
166 return ctrl_data & TOY_ENABLE_MASK; in loongson_rtc_get_enabled()