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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/sibyte/swarm/
H A Drtc_m41t81.c115 static int m41t81_write(uint8_t addr, int b) function
159 m41t81_write(M41T81REG_SC, tm.tm_sec);
162 m41t81_write(M41T81REG_MN, tm.tm_min);
166 m41t81_write(M41T81REG_HR, tm.tm_hour);
171 m41t81_write(M41T81REG_DY, tm.tm_wday);
174 m41t81_write(M41T81REG_DT, tm.tm_mday);
179 m41t81_write(M41T81REG_MO, tm.tm_mon);
184 m41t81_write(M41T81REG_YR, tm.tm_year);
229 m41t81_write(M41T81REG_SC, tmp & 0x7f);

Completed in 75 milliseconds