HomeSort by relevance Sort by last modified time
    Searched refs:RTC_CTL_BIT_RS2 (Results 1 - 3 of 3) sorted by null

  /external/u-boot/drivers/rtc/
ds1337.c 54 #define RTC_CTL_BIT_RS2 0x10 /* Rate select 2 */
158 (RTC_CTL_BIT_INTCN | RTC_CTL_BIT_RS1 | RTC_CTL_BIT_RS2)
160 #define RTC_DS1337_RESET_VAL (RTC_CTL_BIT_RS1 | RTC_CTL_BIT_RS2)
ds1374.c 60 #define RTC_CTL_BIT_RS2 (1<<2) /* Bit 2/2 - Rate Select square wave output */
185 |RTC_CTL_BIT_RS2
ds3231.c 42 #define RTC_CTL_BIT_RS2 0x10 /* Rate select 2 */
142 rtc_write (RTC_CTL_REG_ADDR, RTC_CTL_BIT_RS1 | RTC_CTL_BIT_RS2);

Completed in 86 milliseconds