Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/rtc/
H A Dds1337.c54 #define RTC_CTL_BIT_RS1 0x8 /* Rate select 1 */ macro
159 (RTC_CTL_BIT_INTCN | RTC_CTL_BIT_RS1 | RTC_CTL_BIT_RS2)
161 #define RTC_DS1337_RESET_VAL (RTC_CTL_BIT_RS1 | RTC_CTL_BIT_RS2)
H A Dds3231.c42 #define RTC_CTL_BIT_RS1 0x8 /* Rate select 1 */ macro
143 rtc_write (RTC_CTL_REG_ADDR, RTC_CTL_BIT_RS1 | RTC_CTL_BIT_RS2); in rtc_reset()
H A Dds1307.c45 #define RTC_CTL_BIT_RS1 0x02 /* Rate select 1 */ macro
190 rtc_write (RTC_CTL_REG_ADDR, RTC_CTL_BIT_SQWE | RTC_CTL_BIT_RS1 | RTC_CTL_BIT_RS0); in rtc_reset()
338 RTC_CTL_BIT_SQWE | RTC_CTL_BIT_RS1 | in ds1307_rtc_reset()
H A Dds1374.c60 #define RTC_CTL_BIT_RS1 (1<<1) /* Bit 1/2 - Rate Select square wave output */ macro
187 |RTC_CTL_BIT_RS1 in rtc_reset()