Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/rtc/
H A Drtc-tps65910.c113 TPS65910_RTC_CTRL_STOP_RTC, 0); in tps65910_rtc_set_time()
129 TPS65910_RTC_CTRL_STOP_RTC, 1); in tps65910_rtc_set_time()
407 rtc_reg = TPS65910_RTC_CTRL_STOP_RTC; in tps65910_rtc_probe()
/OK3568_Linux_fs/kernel/include/linux/mfd/
H A Dtps65910.h131 #define TPS65910_RTC_CTRL_STOP_RTC 0x01 /*0=stop, 1=run */ macro