Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/clk/tegra/
Dclk-pll.c1038 u8 active_delay_count; member
1046 .stable_count = 0x33, .active_delay_count = 0x05,
1050 .stable_count = 0x4b, .active_delay_count = 0x06,
1054 .stable_count = 0x2f, .active_delay_count = 0x04,
1058 .stable_count = 0x66, .active_delay_count = 0x09,
1062 .stable_count = 0x41, .active_delay_count = 0x0a,
1066 .stable_count = 0x0, .active_delay_count = 0x6,
1121 value |= UTMIP_PLL_CFG2_ACTIVE_DLY_COUNT(params->active_delay_count); in clk_pllu_enable()
1749 value |= UTMIP_PLL_CFG2_ACTIVE_DLY_COUNT(params->active_delay_count); in clk_pllu_tegra114_enable()
Dclk-tegra210.c2248 u8 active_delay_count; member
2256 .stable_count = 0x0, .active_delay_count = 0x6,
2260 .stable_count = 0x33, .active_delay_count = 0x05,
2264 .stable_count = 0x4b, .active_delay_count = 0x06,
2268 .stable_count = 0x2f, .active_delay_count = 0x08,
2272 .stable_count = 0x66, .active_delay_count = 0x09,
2276 .stable_count = 0x41, .active_delay_count = 0x0a,
2763 UTMIP_PLL_CFG2_ACTIVE_DLY_COUNT(utmi_parameters[i].active_delay_count); in tegra210_utmi_param_configure()