Searched refs:active_delay_count (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.10/drivers/clk/tegra/ |
| D | clk-pll.c | 1080 u8 active_delay_count; member 1088 .stable_count = 0x33, .active_delay_count = 0x05, 1092 .stable_count = 0x4b, .active_delay_count = 0x06, 1096 .stable_count = 0x2f, .active_delay_count = 0x04, 1100 .stable_count = 0x66, .active_delay_count = 0x09, 1104 .stable_count = 0x41, .active_delay_count = 0x0a, 1108 .stable_count = 0x0, .active_delay_count = 0x6, 1163 value |= UTMIP_PLL_CFG2_ACTIVE_DLY_COUNT(params->active_delay_count); in clk_pllu_enable() 1788 value |= UTMIP_PLL_CFG2_ACTIVE_DLY_COUNT(params->active_delay_count); in clk_pllu_tegra114_enable()
|
| D | clk-tegra210.c | 2274 u8 active_delay_count; member 2282 .stable_count = 0x0, .active_delay_count = 0x6, 2286 .stable_count = 0x33, .active_delay_count = 0x05, 2290 .stable_count = 0x4b, .active_delay_count = 0x06, 2294 .stable_count = 0x2f, .active_delay_count = 0x08, 2298 .stable_count = 0x66, .active_delay_count = 0x09, 2302 .stable_count = 0x41, .active_delay_count = 0x0a, 2781 UTMIP_PLL_CFG2_ACTIVE_DLY_COUNT(utmi_parameters[i].active_delay_count); in tegra210_utmi_param_configure()
|