Home
last modified time | relevance | path

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

/linux-3.3/drivers/rtc/
Drtc-ds1305.c74 # define DS1306_1HZ 0x04 /* enable 1Hz output */ macro
699 if (!(ds1305->ctrl[0] & DS1306_1HZ)) { in ds1305_probe()
700 ds1305->ctrl[0] |= DS1306_1HZ; in ds1305_probe()
704 if (ds1305->ctrl[0] & DS1306_1HZ) { in ds1305_probe()
705 ds1305->ctrl[0] &= ~DS1306_1HZ; in ds1305_probe()