Home
last modified time | relevance | path

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

/linux/drivers/rtc/
H A Drtc-isl1208.c35 #define ISL1208_REG_SR_EVT (1<<3) /* event */ macro
570 sr &= ~ISL1208_REG_SR_EVT; in timestamp0_store()
594 if (!(sr & ISL1208_REG_SR_EVT)) in timestamp0_show()
683 if (isl1208->config->has_tamper && (sr & ISL1208_REG_SR_EVT)) { in isl1208_rtc_interrupt()