Searched refs:DAYS_REG (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/dev/i2c/
H A Dtwl4030.c75 #define DAYS_REG 0x1f macro
180 days_reg = POWER_READ(sc, DAYS_REG);
207 POWER_WRITE(sc, DAYS_REG, bintobcd(dt->dt_day));
H A Drkpmic.c51 #define DAYS_REG 0x03 macro
287 I2C_WRITE(sc, DAYS_REG, bintobcd(dt->dt_day));
316 dt->dt_day = bcdtobin(I2C_READ(sc, DAYS_REG));

Completed in 99 milliseconds