Home
last modified time | relevance | path

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

/drivers/rtc/
Drtc-rs5c372.c46 # define RS5C_CTRL1_AALE (1 << 7) /* or WALE */ macro
320 buf &= ~RS5C_CTRL1_AALE; in rs5c_rtc_ioctl()
323 buf |= RS5C_CTRL1_AALE; in rs5c_rtc_ioctl()
380 t->enabled = !!(rs5c->regs[RS5C_REG_CTRL1] & RS5C_CTRL1_AALE); in rs5c_read_alarm()
405 if (rs5c->regs[RS5C_REG_CTRL1] & RS5C_CTRL1_AALE) { in rs5c_set_alarm()
407 buf[0] = rs5c->regs[RS5C_REG_CTRL1] & ~RS5C_CTRL1_AALE; in rs5c_set_alarm()
431 buf[0] = rs5c->regs[RS5C_REG_CTRL1] | RS5C_CTRL1_AALE; in rs5c_set_alarm()