Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/rtc/
H A Drtc-isl12022.c38 #define ISL12022_INT_WRTC (1 << 6) macro
175 if (!(buf[0] & ISL12022_INT_WRTC)) { in isl12022_rtc_set_time()
182 buf[0] | ISL12022_INT_WRTC); in isl12022_rtc_set_time()