Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/clk/tegra/
Dclk-pll.c1040 u8 active_delay_count; member
1048 .stable_count = 0x33, .active_delay_count = 0x05,
1052 .stable_count = 0x4b, .active_delay_count = 0x06,
1056 .stable_count = 0x2f, .active_delay_count = 0x04,
1060 .stable_count = 0x66, .active_delay_count = 0x09,
1064 .stable_count = 0x41, .active_delay_count = 0x0a,
1068 .stable_count = 0x0, .active_delay_count = 0x6,
1124 value |= UTMIP_PLL_CFG2_ACTIVE_DLY_COUNT(params->active_delay_count); in clk_pllu_enable()
1742 value |= UTMIP_PLL_CFG2_ACTIVE_DLY_COUNT(params->active_delay_count); in clk_pllu_tegra114_enable()
Dclk-tegra210.c2253 u8 active_delay_count; member
2261 .stable_count = 0x0, .active_delay_count = 0x6,
2265 .stable_count = 0x33, .active_delay_count = 0x05,
2269 .stable_count = 0x4b, .active_delay_count = 0x06,
2273 .stable_count = 0x2f, .active_delay_count = 0x08,
2277 .stable_count = 0x66, .active_delay_count = 0x09,
2281 .stable_count = 0x41, .active_delay_count = 0x0a,
2768 UTMIP_PLL_CFG2_ACTIVE_DLY_COUNT(utmi_parameters[i].active_delay_count); in tegra210_utmi_param_configure()