Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/rtc/
H A Dds1307.c45 #define RTC_CTL_BIT_SQWE 0x10 /* Square Wave Enable */ macro
185 rtc_write (RTC_CTL_REG_ADDR, RTC_CTL_BIT_SQWE | RTC_CTL_BIT_RS1 | RTC_CTL_BIT_RS0); in rtc_reset()
308 RTC_CTL_BIT_SQWE | RTC_CTL_BIT_RS1 | in ds1307_rtc_reset()