twl4030.c | 74 #define HOURS_REG 0x1e 173 uint8_t seconds_reg, minutes_reg, hours_reg, local in function:twl_rtc_gettime 179 hours_reg = POWER_READ(sc, HOURS_REG); 188 dt->dt_hour = bcdtobin(hours_reg); 206 POWER_WRITE(sc, HOURS_REG, bintobcd(dt->dt_hour));
|