Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/spi/
H A Dds1305.h17 #define DS1305_TRICKLE_MAGIC 0xa0 macro
/openbmc/linux/drivers/rtc/
H A Drtc-ds1305.c389 if ((ds1305->ctrl[2] & 0xf0) == DS1305_TRICKLE_MAGIC) { in ds1305_proc()
634 if (((ds1305->ctrl[2] & 0xf0) != DS1305_TRICKLE_MAGIC)) { in ds1305_probe()
635 ds1305->ctrl[2] = DS1305_TRICKLE_MAGIC in ds1305_probe()