Home
last modified time | relevance | path

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

/drivers/rtc/
A Drtc-lpc24xx.c92 u32 ct0, ct1, ct2; in lpc24xx_rtc_read_time() local
95 ct1 = rtc_readl(rtc, LPC24XX_CTIME1); in lpc24xx_rtc_read_time()
102 tm->tm_mon = CT1_MONTH(ct1); in lpc24xx_rtc_read_time()
103 tm->tm_mday = CT1_DOM(ct1); in lpc24xx_rtc_read_time()
104 tm->tm_year = CT1_YEAR(ct1); in lpc24xx_rtc_read_time()
/drivers/media/v4l2-core/
A Dv4l2-vp9.c1483 static u8 merge_prob(u8 pre_prob, u32 ct0, u32 ct1, u16 count_sat, u32 max_update_factor) in merge_prob() argument
1487 den = ct0 + ct1; in merge_prob()
1509 static inline u8 noncoef_merge_prob(u8 pre_prob, u32 ct0, u32 ct1) in noncoef_merge_prob() argument
1511 return merge_prob(pre_prob, ct0, ct1, 20, 128); in noncoef_merge_prob()

Completed in 9 milliseconds