Home
last modified time | relevance | path

Searched refs:rtc_write_raw (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/rtc/
H A Dds1374.c80 static void rtc_write_raw (uchar reg, uchar val);
156 rtc_write_raw(RtcTodAddr[i], (unsigned char)(time & 0xff)); in rtc_set()
229 static void rtc_write_raw (uchar reg, uchar val) in rtc_write_raw() function