Home
last modified time | relevance | path

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

/linux/drivers/rtc/
H A Drtc-cv1800.c33 #define SEL_SEC_PULSE BIT(31) macro
49 return (reg & SEL_SEC_PULSE) == 0; in cv1800_rtc_enabled()
57 regmap_update_bits(info->rtc_map, SEC_PULSE_GEN, SEL_SEC_PULSE, 0); in cv1800_rtc_enable()