Searched refs:tcamp (Results 1 – 1 of 1) sorted by relevance
450 u32 count[4], counts, g_ref, tcamp; in rockchip_rtc_compensation_delay_work() local505 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()