Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/rtc/
Drtc-ds1672.c22 #define DS1672_REG_CONTROL_EOSC 0x80 macro
144 return sprintf(buf, "%s\n", (control & DS1672_REG_CONTROL_EOSC) in show_control()
181 if (control & DS1672_REG_CONTROL_EOSC) in ds1672_probe()