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

/netbsd-current/sys/dev/i2c/
H A Dtwl4030.c73 #define MINUTES_REG 0x1d macro
178 minutes_reg = POWER_READ(sc, MINUTES_REG);
205 POWER_WRITE(sc, MINUTES_REG, bintobcd(dt->dt_min));
H A Drkpmic.c49 #define MINUTES_REG 0x01 macro
285 I2C_WRITE(sc, MINUTES_REG, bintobcd(dt->dt_min));
314 dt->dt_min = bcdtobin(I2C_READ(sc, MINUTES_REG));

Completed in 143 milliseconds