Home
last modified time | relevance | path

Searched refs:RTC_CTL_BIT_RS2 (Results 1 – 3 of 3) sorted by relevance

/u-boot/drivers/rtc/
A Dds1337.c55 #define RTC_CTL_BIT_RS2 0x10 /* Rate select 2 */ macro
160 (RTC_CTL_BIT_INTCN | RTC_CTL_BIT_RS1 | RTC_CTL_BIT_RS2)
162 #define RTC_DS1337_RESET_VAL (RTC_CTL_BIT_RS1 | RTC_CTL_BIT_RS2)
280 (RTC_CTL_BIT_INTCN | RTC_CTL_BIT_RS1 | RTC_CTL_BIT_RS2)
282 #define RTC_DS1337_RESET_VAL (RTC_CTL_BIT_RS1 | RTC_CTL_BIT_RS2)
A Dds1374.c58 #define RTC_CTL_BIT_RS2 (1<<2) /* Bit 2/2 - Rate Select square wave output */ macro
183 |RTC_CTL_BIT_RS2 in rtc_reset()
A Dds3231.c45 #define RTC_CTL_BIT_RS2 0x10 /* Rate select 2 */ macro
146 rtc_write (RTC_CTL_REG_ADDR, RTC_CTL_BIT_RS1 | RTC_CTL_BIT_RS2); in rtc_reset()
242 RTC_CTL_BIT_RS1 | RTC_CTL_BIT_RS2); in ds3231_rtc_reset()

Completed in 5 milliseconds