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

/linux-master/arch/mips/sibyte/swarm/
H A Drtc_m41t81.c110 static int m41t81_write(uint8_t addr, int b) function
155 m41t81_write(M41T81REG_SC, tm.tm_sec);
158 m41t81_write(M41T81REG_MN, tm.tm_min);
162 m41t81_write(M41T81REG_HR, tm.tm_hour);
167 m41t81_write(M41T81REG_DY, tm.tm_wday);
170 m41t81_write(M41T81REG_DT, tm.tm_mday);
175 m41t81_write(M41T81REG_MO, tm.tm_mon);
180 m41t81_write(M41T81REG_YR, tm.tm_year);
225 m41t81_write(M41T81REG_SC, tmp & 0x7f);

Completed in 169 milliseconds