Searched refs:FRAC (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/clk/mxs/ |
H A D | clk-imx23.c | 35 #define FRAC (CLKCTRL + 0x00f0) macro 69 writel_relaxed(0x3f << BP_FRAC_IOFRAC, FRAC + CLR); in clk_misc_init() 70 writel_relaxed(30 << BP_FRAC_IOFRAC, FRAC + SET); in clk_misc_init() 114 clks[ref_cpu] = mxs_clk_ref("ref_cpu", "pll", FRAC, 0); in mx23_clocks_init() 115 clks[ref_emi] = mxs_clk_ref("ref_emi", "pll", FRAC, 1); in mx23_clocks_init() 116 clks[ref_pix] = mxs_clk_ref("ref_pix", "pll", FRAC, 2); in mx23_clocks_init() 117 clks[ref_io] = mxs_clk_ref("ref_io", "pll", FRAC, 3); in mx23_clocks_init()
|
/openbmc/linux/scripts/genksyms/ |
H A D | lex.l | 36 FRAC ([0-9]*\.[0-9]+)|([0-9]+\.) 39 REAL ({FRAC}{EXP}?{F_SUF}?)|([0-9]+{EXP}{F_SUF}?)
|
/openbmc/qemu/include/hw/misc/ |
H A D | bcm2835_cprman_internals.h | 106 FIELD(A2W_PLLx_FRAC, FRAC, 0, 20) 148 FIELD(CM_CLOCKx_DIV, FRAC, 0, 12)
|
/openbmc/qemu/hw/misc/ |
H A D | bcm2835_cprman.c | 90 fdiv = FIELD_EX32(*pll->reg_a2w_frac, A2W_PLLx_FRAC, FRAC); in pll_update()
|
/openbmc/qemu/fpu/ |
H A D | softfloat-specialize.c.inc | 114 | For the deconstructed floating-point with fraction FRAC, return true
|