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

/linux-4.4.14/arch/arm/mach-orion5x/
H A Dts78xx-setup.c86 static unsigned char ts78xx_ts_rtc_readbyte(unsigned long addr) ts78xx_ts_rtc_readbyte() function
99 .readbyte = ts78xx_ts_rtc_readbyte,
127 tmp_rtc0 = ts78xx_ts_rtc_readbyte(126); ts78xx_ts_rtc_load()
128 tmp_rtc1 = ts78xx_ts_rtc_readbyte(127); ts78xx_ts_rtc_load()
132 if (ts78xx_ts_rtc_readbyte(127) == 0x55) { ts78xx_ts_rtc_load()
134 if (ts78xx_ts_rtc_readbyte(127) == 0xaa ts78xx_ts_rtc_load()
135 && ts78xx_ts_rtc_readbyte(126) == 0x00) { ts78xx_ts_rtc_load()

Completed in 172 milliseconds