Home
last modified time | relevance | path

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

/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/clk/imx/
H A Dclk-pfdv2.c32 u8 frac_off; member
86 frac = (readl_relaxed(pfd->reg) >> pfd->frac_off) in clk_pfdv2_recalc_rate()
177 val &= ~(CLK_PFDV2_FRAC_MASK << pfd->frac_off); in clk_pfdv2_set_rate()
178 val |= frac << pfd->frac_off; in clk_pfdv2_set_rate()
211 pfd->frac_off = idx * 8; in imx_clk_hw_pfdv2()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/clk/imx/
H A Dclk-pfdv2.c32 u8 frac_off; member
86 frac = (readl_relaxed(pfd->reg) >> pfd->frac_off) in clk_pfdv2_recalc_rate()
177 val &= ~(CLK_PFDV2_FRAC_MASK << pfd->frac_off); in clk_pfdv2_set_rate()
178 val |= frac << pfd->frac_off; in clk_pfdv2_set_rate()
211 pfd->frac_off = idx * 8; in imx_clk_hw_pfdv2()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/clk/imx/
H A Dclk-pfdv2.c32 u8 frac_off; member
86 frac = (readl_relaxed(pfd->reg) >> pfd->frac_off) in clk_pfdv2_recalc_rate()
177 val &= ~(CLK_PFDV2_FRAC_MASK << pfd->frac_off); in clk_pfdv2_set_rate()
178 val |= frac << pfd->frac_off; in clk_pfdv2_set_rate()
211 pfd->frac_off = idx * 8; in imx_clk_hw_pfdv2()
/dports/lang/onyx/onyx-5.1.2/lib/libonyx/include/libonyx/
H A Dnxo_thread.h214 uint32_t frac_off; /* Offset to first digit of fractional. */ member
/dports/lang/onyx/onyx-5.1.2/lib/libonyx/src/
H A Dnxo_thread.c2213 a_thread->m.n.frac_off = a_thread->index; in nxoe_p_thread_feed()
2226 - a_thread->m.n.frac_off; in nxoe_p_thread_feed()
2254 - a_thread->m.n.frac_off; in nxoe_p_thread_feed()