Home
last modified time | relevance | path

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

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