Home
last modified time | relevance | path

Searched refs:xtal_freq_count (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/clk/tegra/
H A Dclk-pll.c1085 u8 xtal_freq_count; member
1092 .xtal_freq_count = 0x7f
1096 .xtal_freq_count = 0xbb
1100 .xtal_freq_count = 0x76
1104 .xtal_freq_count = 0xfe
1108 .xtal_freq_count = 0xa4
1112 .xtal_freq_count = 0x80
1179 value |= UTMIP_PLL_CFG1_XTAL_FREQ_COUNT(params->xtal_freq_count); in clk_pllu_enable()
1802 value |= UTMIP_PLL_CFG1_XTAL_FREQ_COUNT(params->xtal_freq_count); in clk_pllu_tegra114_enable()
H A Dclk-tegra210.c2327 u16 xtal_freq_count; member
2334 .xtal_freq_count = 0x80
2338 .xtal_freq_count = 0x7f
2342 .xtal_freq_count = 0xbb
2346 .xtal_freq_count = 0x76
2350 .xtal_freq_count = 0xfe
2354 .xtal_freq_count = 0xa4
2844 UTMIP_PLL_CFG1_XTAL_FREQ_COUNT(utmi_parameters[i].xtal_freq_count); in tegra210_utmi_param_configure()