Searched refs:con1 (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 596 READ4(clk, sc->base_offset, &con1); in rk3399_clk_pll_recalc() 617 dprintf("con0: %x\n", con1); in rk3399_clk_pll_recalc() 622 fbdiv = (con1 & RK3399_CLK_PLL_FBDIV_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 880 con1 = 26.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 1000 con1 = 36.0; in cache2has() 1018 res = ((me1 * con1) + (me2 * con2) + (me3 * con3))/un; in cache2has()
|