Home
last modified time | relevance | path

Searched refs:M41T81REG_HR (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/mips/sibyte/swarm/
H A Drtc_m41t81.c64 #define M41T81REG_HR 0x03 /* hour/century */ macro
161 tm.tm_hour = (tm.tm_hour & 0x3f) | (m41t81_read(M41T81REG_HR) & 0xc0); in m41t81_set_time()
162 m41t81_write(M41T81REG_HR, tm.tm_hour); in m41t81_set_time()
201 hour = m41t81_read(M41T81REG_HR) & 0x3f; in m41t81_get_time()