Home
last modified time | relevance | path

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

/linux/drivers/clk/tegra/
H A Dclk-pll.c1087 u8 stable_count; member
1097 .stable_count = 0x33, .active_delay_count = 0x05,
1101 .stable_count = 0x4b, .active_delay_count = 0x06,
1105 .stable_count = 0x2f, .active_delay_count = 0x04,
1109 .stable_count = 0x66, .active_delay_count = 0x09,
1113 .stable_count = 0x41, .active_delay_count = 0x0a,
1117 .stable_count = 0x0, .active_delay_count = 0x6,
1171 value |= UTMIP_PLL_CFG2_STABLE_COUNT(params->stable_count); in clk_pllu_enable()
1799 value |= UTMIP_PLL_CFG2_STABLE_COUNT(params->stable_count); in clk_pllu_tegra114_enable()
H A Dclk-tegra210.c2323 u16 stable_count; member
2333 .stable_count = 0x0, .active_delay_count = 0x6,
2337 .stable_count = 0x33, .active_delay_count = 0x05,
2341 .stable_count = 0x4b, .active_delay_count = 0x06,
2345 .stable_count = 0x2f, .active_delay_count = 0x08,
2349 .stable_count = 0x66, .active_delay_count = 0x09,
2353 .stable_count = 0x41, .active_delay_count = 0x0a,
2828 reg |= UTMIP_PLL_CFG2_STABLE_COUNT(utmi_parameters[i].stable_count); in tegra210_utmi_param_configure()