HomeSort by: relevance | last modified time | path
    Searched defs:HOURS_REG (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/i2c/
rkpmic.c 50 #define HOURS_REG 0x02
286 I2C_WRITE(sc, HOURS_REG, bintobcd(dt->dt_hour));
315 dt->dt_hour = bcdtobin(I2C_READ(sc, HOURS_REG));
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));

Completed in 12 milliseconds