Home
last modified time | relevance | path

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

/Linux-v5.4/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-v5.4/drivers/clk/tegra/
Dclk-pll.c1040 u8 xtal_freq_count; member
1047 .xtal_freq_count = 0x7f
1051 .xtal_freq_count = 0xbb
1055 .xtal_freq_count = 0x76
1059 .xtal_freq_count = 0xfe
1063 .xtal_freq_count = 0xa4
1067 .xtal_freq_count = 0x80
1133 value |= UTMIP_PLL_CFG1_XTAL_FREQ_COUNT(params->xtal_freq_count); in clk_pllu_enable()
1761 value |= UTMIP_PLL_CFG1_XTAL_FREQ_COUNT(params->xtal_freq_count); in clk_pllu_tegra114_enable()
Dclk-tegra210.c2250 u16 xtal_freq_count; member
2257 .xtal_freq_count = 0x80
2261 .xtal_freq_count = 0x7f
2265 .xtal_freq_count = 0xbb
2269 .xtal_freq_count = 0x76
2273 .xtal_freq_count = 0xfe
2277 .xtal_freq_count = 0xa4
2775 UTMIP_PLL_CFG1_XTAL_FREQ_COUNT(utmi_parameters[i].xtal_freq_count); in tegra210_utmi_param_configure()