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

/linux-master/include/linux/rtc/
H A Dds1286.h16 #define RTC_MINUTES 2 macro
/linux-master/arch/mips/include/asm/
H A Dmc146818-time.h45 cmos_minutes = CMOS_READ(RTC_MINUTES);
67 CMOS_WRITE(real_minutes, RTC_MINUTES);
98 min = CMOS_READ(RTC_MINUTES);
/linux-master/arch/mips/dec/
H A Dtime.c31 min = CMOS_READ(RTC_MINUTES);
85 cmos_minutes = CMOS_READ(RTC_MINUTES);
106 CMOS_WRITE(real_minutes, RTC_MINUTES);
/linux-master/arch/powerpc/platforms/chrp/
H A Dtime.c110 chrp_cmos_clock_write(tm.tm_min,RTC_MINUTES);
136 min = chrp_cmos_clock_read(RTC_MINUTES);
/linux-master/arch/powerpc/platforms/maple/
H A Dtime.c55 tm->tm_min = maple_clock_read(RTC_MINUTES);
108 maple_clock_write(min, RTC_MINUTES);
/linux-master/include/linux/
H A Dmc146818rtc.h52 #define RTC_MINUTES 2 macro
/linux-master/drivers/rtc/
H A Drtc-ds1742.c28 #define RTC_MINUTES 2 macro
70 writeb(bin2bcd(tm->tm_min), ioaddr + RTC_MINUTES); local
92 minute = readb(ioaddr + RTC_MINUTES);
H A Drtc-mc146818-lib.c122 p->time->tm_min = CMOS_READ(RTC_MINUTES);
296 CMOS_WRITE(min, RTC_MINUTES);
H A Drtc-ds1553.c33 #define RTC_MINUTES (RTC_OFFSET + 10) macro
86 writeb(bin2bcd(tm->tm_min), ioaddr + RTC_MINUTES); local
108 minute = readb(ioaddr + RTC_MINUTES);
H A Drtc-stk17ta8.c36 #define RTC_MINUTES (RTC_OFFSET + 10) macro
86 writeb(bin2bcd(tm->tm_min), ioaddr + RTC_MINUTES); local
110 minute = readb(ioaddr + RTC_MINUTES);
H A Drtc-ds1286.c182 tm->tm_min = ds1286_rtc_read(priv, RTC_MINUTES);
253 ds1286_rtc_write(priv, min, RTC_MINUTES);
/linux-master/arch/sh/include/asm/
H A Dsmc37c93x.h167 #define RTC_MINUTES 2 macro
/linux-master/arch/m68k/atari/
H A Dtime.c267 min = RTC_READ( RTC_MINUTES );
276 RTC_WRITE( RTC_MINUTES, min );

Completed in 160 milliseconds