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

/linux-master/drivers/rtc/
H A Drtc-wm8350.c110 ret = wm8350_set_bits(wm8350, WM8350_RTC_TIME_CONTROL, WM8350_RTC_SET);
116 rtc_ctrl = wm8350_reg_read(wm8350, WM8350_RTC_TIME_CONTROL);
131 ret = wm8350_clear_bits(wm8350, WM8350_RTC_TIME_CONTROL,
192 ret = wm8350_set_bits(wm8350, WM8350_RTC_TIME_CONTROL,
199 rtc_ctrl = wm8350_reg_read(wm8350, WM8350_RTC_TIME_CONTROL);
215 ret = wm8350_clear_bits(wm8350, WM8350_RTC_TIME_CONTROL,
222 rtc_ctrl = wm8350_reg_read(wm8350, WM8350_RTC_TIME_CONTROL);
307 ret = wm8350_set_bits(wm8350, WM8350_RTC_TIME_CONTROL,
342 reg = wm8350_reg_read(wm8350, WM8350_RTC_TIME_CONTROL);
376 timectl = wm8350_reg_read(wm8350, WM8350_RTC_TIME_CONTROL);
[all...]
/linux-master/include/linux/mfd/wm8350/
H A Drtc.h23 #define WM8350_RTC_TIME_CONTROL 0x17 macro

Completed in 184 milliseconds