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

/linux-4.4.14/arch/arm/mach-orion5x/
H A Dts78xx-setup.c92 static void ts78xx_ts_rtc_writebyte(unsigned char value, unsigned long addr) ts78xx_ts_rtc_writebyte() function
100 .writebyte = ts78xx_ts_rtc_writebyte,
130 ts78xx_ts_rtc_writebyte(0x00, 126); ts78xx_ts_rtc_load()
131 ts78xx_ts_rtc_writebyte(0x55, 127); ts78xx_ts_rtc_load()
133 ts78xx_ts_rtc_writebyte(0xaa, 127); ts78xx_ts_rtc_load()
136 ts78xx_ts_rtc_writebyte(tmp_rtc0, 126); ts78xx_ts_rtc_load()
137 ts78xx_ts_rtc_writebyte(tmp_rtc1, 127); ts78xx_ts_rtc_load()

Completed in 34 milliseconds