Home
last modified time | relevance | path

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

/linux/drivers/rtc/
H A Drtc-spear.c65 #define INT_ENABLE (1<<31) /* interrupt enable */ macro
102 if (!(val & INT_ENABLE)) { in spear_rtc_enable_interrupt()
104 val |= INT_ENABLE; in spear_rtc_enable_interrupt()
114 if (val & INT_ENABLE) { in spear_rtc_disable_interrupt()
115 val &= ~INT_ENABLE; in spear_rtc_disable_interrupt()
273 alm->enabled = readl(config->ioaddr + CTRL_REG) & INT_ENABLE; in spear_rtc_read_alarm()
/linux/drivers/thermal/st/
H A Dst_thermal.h23 INT_ENABLE, enumerator