Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/mips/sgi-ip22/
H A Dip22-time.c34 u32 ct0, ct1; in dosample() local
51 ct1 = read_c0_count(); in dosample()
63 return (ct1 - ct0) / (500000/HZ) * (500000/HZ); in dosample()
/OK3568_Linux_fs/kernel/arch/mips/sni/
H A Dtime.c80 u32 ct0, ct1; in dosample() local
96 ct1 = read_c0_count(); in dosample()
107 return (ct1 - ct0) / (500000/HZ) * (500000/HZ); in dosample()
/OK3568_Linux_fs/kernel/drivers/rtc/
H A Drtc-lpc24xx.c93 u32 ct0, ct1, ct2; in lpc24xx_rtc_read_time() local
96 ct1 = rtc_readl(rtc, LPC24XX_CTIME1); in lpc24xx_rtc_read_time()
103 tm->tm_mon = CT1_MONTH(ct1); in lpc24xx_rtc_read_time()
104 tm->tm_mday = CT1_DOM(ct1); in lpc24xx_rtc_read_time()
105 tm->tm_year = CT1_YEAR(ct1); in lpc24xx_rtc_read_time()
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dnf_conntrack_core.c706 nf_ct_match(const struct nf_conn *ct1, const struct nf_conn *ct2) in nf_ct_match() argument
708 return nf_ct_tuple_equal(&ct1->tuplehash[IP_CT_DIR_ORIGINAL].tuple, in nf_ct_match()
710 nf_ct_tuple_equal(&ct1->tuplehash[IP_CT_DIR_REPLY].tuple, in nf_ct_match()
712 nf_ct_zone_equal(ct1, nf_ct_zone(ct2), IP_CT_DIR_ORIGINAL) && in nf_ct_match()
713 nf_ct_zone_equal(ct1, nf_ct_zone(ct2), IP_CT_DIR_REPLY) && in nf_ct_match()
714 net_eq(nf_ct_net(ct1), nf_ct_net(ct2)); in nf_ct_match()
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/vp9/
H A Dvp9d_parser.c1364 static void adapt_prob(RK_U8 *p, RK_U32 ct0, RK_U32 ct1, in adapt_prob() argument
1367 RK_U32 ct = ct0 + ct1, p2, p1; in adapt_prob()