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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/sibyte/swarm/
H A Drtc_m41t81.c69 #define M41T81REG_HR 0x03 /* hour/century */ macro
166 tm.tm_hour = (tm.tm_hour & 0x3f) | (m41t81_read(M41T81REG_HR) & 0xc0);
167 m41t81_write(M41T81REG_HR, tm.tm_hour);
206 hour = m41t81_read(M41T81REG_HR) & 0x3f;

Completed in 132 milliseconds