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

  /src/sys/dev/i2c/
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));
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));
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 165 milliseconds