Searched refs:xtal_freq_count (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/usb/phy/
H A Dphy-tegra-usb.c177 u8 xtal_freq_count; member in struct:tegra_xtal_freq
187 .xtal_freq_count = 0x76,
195 .xtal_freq_count = 0x7F,
203 .xtal_freq_count = 0xBB,
211 .xtal_freq_count = 0xFE,
535 val |= UTMIP_XTAL_FREQ_COUNT(phy->freq->xtal_freq_count) |
/linux-master/drivers/clk/tegra/
H A Dclk-pll.c1085 u8 xtal_freq_count; member in struct:utmi_clk_param
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);
1802 value |= UTMIP_PLL_CFG1_XTAL_FREQ_COUNT(params->xtal_freq_count);
H A Dclk-tegra210.c2327 u16 xtal_freq_count; member in struct:utmi_clk_param
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);

Completed in 808 milliseconds