Searched refs:div_offset (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/gpu/drm/sun4i/
H A Dsun4i_hdmi_tmds_clk.c18 u8 div_offset; member in struct:sun4i_tmds
29 u8 div_offset,
37 for (m = div_offset ?: 1; m < (16 + div_offset); m++) {
88 for (j = tmds->div_offset ?: 1;
89 j < (16 + tmds->div_offset); j++) {
136 reg = ((reg >> 4) & 0xf) + tmds->div_offset;
151 sun4i_tmds_calc_divider(rate, parent_rate, tmds->div_offset,
162 writel(reg | SUN4I_HDMI_PLL_CTRL_DIV(div - tmds->div_offset),
229 tmds->div_offset
27 sun4i_tmds_calc_divider(unsigned long rate, unsigned long parent_rate, u8 div_offset, u8 *div, bool *half) argument
[all...]
/linux-master/drivers/clk/socfpga/
H A Dstratix10-clk.h69 u8 div_offset; member in struct:stratix10_gate_clock
H A Dclk-gate-s10.c153 socfpga_clk->shift = clks->div_offset;
211 socfpga_clk->shift = clks->div_offset;
/linux-master/drivers/clk/tegra/
H A Dclk-tegra-audio.c68 u8 div_offset; member in struct:tegra_audio2x_clk_initdata
79 .div_offset = _offset,\
239 0, 0, data->div_offset, 1, 0,
/linux-master/drivers/clk/
H A Dclk-si570.c66 * @div_offset: Rgister offset for dividers
78 unsigned int div_offset; member in struct:clk_si570
106 err = regmap_bulk_read(data->regmap, SI570_REG_HS_N1 + data->div_offset,
180 data->div_offset, reg, ARRAY_SIZE(reg));
301 regmap_write(data->regmap, SI570_REG_HS_N1 + data->div_offset,
435 data->div_offset = SI570_DIV_OFFSET_7PPM;
/linux-master/drivers/clk/rockchip/
H A Dclk.c43 int div_offset, u8 div_shift, u8 div_width, u8 div_flags,
93 if (div_offset)
94 div->reg = base + div_offset;
535 list->mux_table, list->div_offset,
38 rockchip_clk_register_branch(const char *name, const char *const *parent_names, u8 num_parents, void __iomem *base, int muxdiv_offset, u8 mux_shift, u8 mux_width, u8 mux_flags, u32 *mux_table, int div_offset, u8 div_shift, u8 div_width, u8 div_flags, struct clk_div_table *div_table, int gate_offset, u8 gate_shift, u8 gate_flags, unsigned long flags, spinlock_t *lock) argument
H A Dclk.h539 int div_offset; member in struct:rockchip_clk_branch
584 .div_offset = do, \

Completed in 260 milliseconds