Home
last modified time | relevance | path

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

/linux/drivers/clk/tegra/
H A Dclk-tegra124-dfll-fcpu.c67 .tune1 = 0x0000001f, \
103 .tune1 = 0x0000001f,
170 .tune1 = 0x00000060,
338 .tune1 = 0x20091d9,
351 .tune1 = 0x20091d9,
364 .tune1 = 0x20091d9,
376 .tune1 = 0x20091d9,
388 .tune1 = 0x20091d9,
400 .tune1 = 0x20091d9,
412 .tune1 = 0x20091d9,
[all …]
H A Dcvb.h34 u32 tune1; member
H A Dclk-dfll.c455 dfll_writel(td, td->soc->cvb->cpu_dfll_data.tune1, DFLL_TUNE1); in dfll_tune_low()
/linux/drivers/media/tuners/
H A 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()