Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/rtc/
H A Drtc-rockchip.c450 u32 count[4], counts, g_ref, tcamp; in rockchip_rtc_compensation_delay_work() local
505 tcamp = (u32)camp; in rockchip_rtc_compensation_delay_work()
506 c_hour = DIV_ROUND_CLOSEST(tcamp, 32768); in rockchip_rtc_compensation_delay_work()
507 c_day = DIV_ROUND_CLOSEST(24 * tcamp, 32768); in rockchip_rtc_compensation_delay_work()
508 c_mon = DIV_ROUND_CLOSEST(30 * 24 * tcamp, 32768); in rockchip_rtc_compensation_delay_work()