Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/mips/pmc-sierra/big_sur/
Dsetup.c90 u8 cmos_year, cmos_month, cmos_day, cmos_hour, cmos_minute, cmos_second; in rtc_ds_set_time() local
98 cmos_month = (u8)(BIG_SUR_RTC_READ(0x7f8 + 6)); in rtc_ds_set_time()
112 if (month != (cmos_month & 0x1f)) { in rtc_ds_set_time()
113 BIG_SUR_RTC_WRITE((month & 0x1f) | (cmos_month & ~0x1f), (0x7f8 + 6)); in rtc_ds_set_time()
/linux-2.4.37.9/drivers/char/
Dds1742.c130 u8 cmos_year, cmos_month, cmos_day, cmos_hour, cmos_minute, cmos_second; in rtc_ds1742_set_time() local
138 cmos_month = (u8)CMOS_READ(RTC_MONTH); in rtc_ds1742_set_time()
154 if (month != (cmos_month & 0x1f)) { in rtc_ds1742_set_time()
155 CMOS_WRITE((month & 0x1f) | (cmos_month & ~0x1f),RTC_MONTH); in rtc_ds1742_set_time()