Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/mips/mti-malta/
H A Dmalta-time.c83 while (CMOS_READ(RTC_REG_A) & RTC_UIP); in estimate_frequencies()
84 while (!(CMOS_READ(RTC_REG_A) & RTC_UIP)); in estimate_frequencies()
90 while (CMOS_READ(RTC_REG_A) & RTC_UIP); in estimate_frequencies()
94 while (!(CMOS_READ(RTC_REG_A) & RTC_UIP)); in estimate_frequencies()
100 while (CMOS_READ(RTC_REG_A) & RTC_UIP); in estimate_frequencies()
/OK3568_Linux_fs/kernel/arch/arm/mach-footbridge/
H A Disa-rtc.c40 CMOS_WRITE(RTC_REF_CLCK_32KHZ, RTC_REG_A); in isa_rtc_init()
50 if ((CMOS_READ(RTC_REG_A) & 0x7f) == RTC_REF_CLCK_32KHZ && in isa_rtc_init()
/OK3568_Linux_fs/u-boot/include/linux/
H A Dmc146818rtc.h37 #define RTC_REG_A 10 macro
45 #define RTC_FREQ_SELECT RTC_REG_A
/OK3568_Linux_fs/kernel/include/linux/
H A Dmc146818rtc.h66 #define RTC_REG_A 10 macro
74 #define RTC_FREQ_SELECT RTC_REG_A
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Dcevt-ds1287.c38 CMOS_WRITE(RTC_REF_CLCK_32KHZ | rate, RTC_REG_A); in ds1287_set_base_clock()