Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/phy/
Dphy-tegra-usb.c158 u8 xtal_freq_count; member
168 .xtal_freq_count = 0x76,
176 .xtal_freq_count = 0x7F,
184 .xtal_freq_count = 0xBB,
192 .xtal_freq_count = 0xFE,
499 val |= UTMIP_XTAL_FREQ_COUNT(phy->freq->xtal_freq_count) | in utmi_phy_power_on()
/Linux-v4.19/drivers/clk/tegra/
Dclk-pll.c1042 u8 xtal_freq_count; member
1049 .xtal_freq_count = 0x7f
1053 .xtal_freq_count = 0xbb
1057 .xtal_freq_count = 0x76
1061 .xtal_freq_count = 0xfe
1065 .xtal_freq_count = 0xa4
1069 .xtal_freq_count = 0x80
1135 value |= UTMIP_PLL_CFG1_XTAL_FREQ_COUNT(params->xtal_freq_count); in clk_pllu_enable()
1752 value |= UTMIP_PLL_CFG1_XTAL_FREQ_COUNT(params->xtal_freq_count); in clk_pllu_tegra114_enable()
Dclk-tegra210.c2255 u16 xtal_freq_count; member
2262 .xtal_freq_count = 0x80
2266 .xtal_freq_count = 0x7f
2270 .xtal_freq_count = 0xbb
2274 .xtal_freq_count = 0x76
2278 .xtal_freq_count = 0xfe
2282 .xtal_freq_count = 0xa4
2780 UTMIP_PLL_CFG1_XTAL_FREQ_COUNT(utmi_parameters[i].xtal_freq_count); in tegra210_utmi_param_configure()