Searched refs:rtc_read (Results 1 – 3 of 3) sorted by relevance
/linux-2.4.37.9/arch/cris/drivers/ |
D | pcf8563.c | 44 #define rtc_read(x) i2c_readreg(RTC_I2C_READ, x) macro 64 unsigned char res = rtc_read(reg); in pcf8563_readreg() 110 tm->tm_sec = rtc_read(RTC_SECONDS); in get_rtc_time() 111 tm->tm_min = rtc_read(RTC_MINUTES); in get_rtc_time() 112 tm->tm_hour = rtc_read(RTC_HOURS); in get_rtc_time() 113 tm->tm_mday = rtc_read(RTC_DAY_OF_MONTH); in get_rtc_time() 114 tm->tm_wday = rtc_read(RTC_WEEKDAY); in get_rtc_time() 115 tm->tm_mon = rtc_read(RTC_MONTH); in get_rtc_time() 116 tm->tm_year = rtc_read(RTC_YEAR); in get_rtc_time() 185 if (rtc_read(RTC_SECONDS) & 0x80) in pcf8563_init() [all …]
|
/linux-2.4.37.9/arch/ppc64/kernel/ |
D | rtc.c | 58 static ssize_t rtc_read(struct file *file, char *buf, 86 static ssize_t rtc_read(struct file *file, char *buf, in rtc_read() function 185 .read = rtc_read,
|
/linux-2.4.37.9/drivers/char/ |
D | rtc.c | 105 static ssize_t rtc_read(struct file *file, char *buf, 231 static ssize_t rtc_read(struct file *file, char *buf, in rtc_read() function 692 read: rtc_read,
|