Searched refs:con3 (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/clk/rockchip/ |
H A D | rk_clk_pll.c | 590 uint32_t con1, con2, con3, con4; in rk3399_clk_pll_recalc() local 598 READ4(clk, sc->base_offset + 8, &con3); in rk3399_clk_pll_recalc() 619 dprintf("con2: %x\n", con3); in rk3399_clk_pll_recalc() 632 fracdiv = (con3 & RK3399_CLK_PLL_FRAC_MASK) in rk3399_clk_pll_recalc()
|
/freebsd/usr.sbin/pmcstudy/ |
H A D | pmcstudy.c | 878 double con1, con2, con3, un, me_1, me_2, me_3, res; in cache2() local 882 con3 = 60.0; in cache2() 899 res = ((me_1 * con1) + (me_2 * con2) + (me_3 * con3))/un; in cache2() 998 double con1, con2, con3, un, me1, me2, me3, res; in cache2has() local 1002 con3 = 84.0; in cache2has() 1018 res = ((me1 * con1) + (me2 * con2) + (me3 * con3))/un; in cache2has()
|