Searched refs:M41T80_REG_SEC (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/rtc/
H A Drtc-m41t80.c34 #define M41T80_REG_SEC 0x01 macro
218 tm->tm_sec = bcd2bin(buf[M41T80_REG_SEC] & 0x7f);
238 buf[M41T80_REG_SEC] = bin2bcd(tm->tm_sec);
960 rc = i2c_smbus_read_byte_data(client, M41T80_REG_SEC);
963 rc = i2c_smbus_write_byte_data(client, M41T80_REG_SEC,

Completed in 147 milliseconds