Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/usb/phy/
Dphy-tegra-usb.c159 u8 xtal_freq_count; member
169 .xtal_freq_count = 0x76,
177 .xtal_freq_count = 0x7F,
185 .xtal_freq_count = 0xBB,
193 .xtal_freq_count = 0xFE,
501 val |= UTMIP_XTAL_FREQ_COUNT(phy->freq->xtal_freq_count) | in utmi_phy_power_on()
/Linux-v5.10/drivers/clk/tegra/
Dclk-pll.c1082 u8 xtal_freq_count; member
1089 .xtal_freq_count = 0x7f
1093 .xtal_freq_count = 0xbb
1097 .xtal_freq_count = 0x76
1101 .xtal_freq_count = 0xfe
1105 .xtal_freq_count = 0xa4
1109 .xtal_freq_count = 0x80
1175 value |= UTMIP_PLL_CFG1_XTAL_FREQ_COUNT(params->xtal_freq_count); in clk_pllu_enable()
1800 value |= UTMIP_PLL_CFG1_XTAL_FREQ_COUNT(params->xtal_freq_count); in clk_pllu_tegra114_enable()
Dclk-tegra210.c2276 u16 xtal_freq_count; member
2283 .xtal_freq_count = 0x80
2287 .xtal_freq_count = 0x7f
2291 .xtal_freq_count = 0xbb
2295 .xtal_freq_count = 0x76
2299 .xtal_freq_count = 0xfe
2303 .xtal_freq_count = 0xa4
2793 UTMIP_PLL_CFG1_XTAL_FREQ_COUNT(utmi_parameters[i].xtal_freq_count); in tegra210_utmi_param_configure()