Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/rtc/
H A Drtc-ds1305.c70 # define DS1306_1HZ 0x04 /* enable 1Hz output */ macro
644 if (!(ds1305->ctrl[0] & DS1306_1HZ)) { in ds1305_probe()
645 ds1305->ctrl[0] |= DS1306_1HZ; in ds1305_probe()
649 if (ds1305->ctrl[0] & DS1306_1HZ) { in ds1305_probe()
650 ds1305->ctrl[0] &= ~DS1306_1HZ; in ds1305_probe()
/kernel/linux/linux-6.6/drivers/rtc/
H A Drtc-ds1305.c70 # define DS1306_1HZ 0x04 /* enable 1Hz output */ macro
643 if (!(ds1305->ctrl[0] & DS1306_1HZ)) { in ds1305_probe()
644 ds1305->ctrl[0] |= DS1306_1HZ; in ds1305_probe()
648 if (ds1305->ctrl[0] & DS1306_1HZ) { in ds1305_probe()
649 ds1305->ctrl[0] &= ~DS1306_1HZ; in ds1305_probe()

Completed in 4 milliseconds