Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/rtc/
Drtc-isl12022.c41 #define ISL12022_INT_WRTC (1 << 6) macro
178 if (!(buf[0] & ISL12022_INT_WRTC)) { in isl12022_rtc_set_time()
185 buf[0] | ISL12022_INT_WRTC); in isl12022_rtc_set_time()