Home
last modified time | relevance | path

Searched refs:tune1 (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/drivers/clk/tegra/
Dclk-tegra124-dfll-fcpu.c77 .tune1 = 0x00000060,
245 .tune1 = 0x20091d9,
258 .tune1 = 0x20091d9,
271 .tune1 = 0x20091d9,
283 .tune1 = 0x20091d9,
295 .tune1 = 0x20091d9,
307 .tune1 = 0x20091d9,
319 .tune1 = 0x20091d9,
332 .tune1 = 0x20091d9,
344 .tune1 = 0x20091d9,
[all …]
Dcvb.h34 u32 tune1; member
Dclk-dfll.c455 dfll_writel(td, td->soc->cvb->cpu_dfll_data.tune1, DFLL_TUNE1); in dfll_tune_low()
/linux-6.1.9/drivers/media/tuners/
Dmxl301rf.c165 struct reg_val tune1[] = { in mxl301rf_set_params() local
208 tune1[0].val = f & 0xff; in mxl301rf_set_params()
209 tune1[1].val = f >> 8; in mxl301rf_set_params()
210 ret = raw_write(state, (u8 *) tune1, sizeof(tune1)); in mxl301rf_set_params()