Searched refs:ts78xx_ts_rtc_writebyte (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/arm/mach-orion5x/
H A Dts78xx-setup.c90 static void ts78xx_ts_rtc_writebyte(unsigned char value, unsigned long addr) function
98 .writebyte = ts78xx_ts_rtc_writebyte,
128 ts78xx_ts_rtc_writebyte(0x00, 126);
129 ts78xx_ts_rtc_writebyte(0x55, 127);
131 ts78xx_ts_rtc_writebyte(0xaa, 127);
134 ts78xx_ts_rtc_writebyte(tmp_rtc0, 126);
135 ts78xx_ts_rtc_writebyte(tmp_rtc1, 127);

Completed in 58 milliseconds