Searched refs:hsdiv (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/pci/cobalt/ |
H A D | cobalt-cpld.c | 124 unsigned mult, hsdiv, n1; member 127 /* List all possible multipliers (= hsdiv * n1). There are lots of duplicates, 129 The values for hsdiv and n1 are the actual values, not the register values. 236 u8 n1, hsdiv; in cobalt_cpld_set_freq() local 260 hsdiv = multipliers[i_best].hsdiv - 4; in cobalt_cpld_set_freq() 267 regs[0] = (hsdiv << 5) | (n1 >> 2); in cobalt_cpld_set_freq()
|
/kernel/linux/linux-6.6/drivers/media/pci/cobalt/ |
H A D | cobalt-cpld.c | 124 unsigned mult, hsdiv, n1; member 127 /* List all possible multipliers (= hsdiv * n1). There are lots of duplicates, 129 The values for hsdiv and n1 are the actual values, not the register values. 236 u8 n1, hsdiv; in cobalt_cpld_set_freq() local 259 hsdiv = multipliers[i_best].hsdiv - 4; in cobalt_cpld_set_freq() 264 regs[0] = (hsdiv << 5) | (n1 >> 2); in cobalt_cpld_set_freq()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/ |
H A D | intel_dpll_mgr.c | 3122 u32 hsdiv; in icl_mg_pll_find_divisors() local 3146 hsdiv = MG_CLKTOP2_HSCLKCTL_HSDIV_RATIO_2; in icl_mg_pll_find_divisors() 3149 hsdiv = MG_CLKTOP2_HSCLKCTL_HSDIV_RATIO_3; in icl_mg_pll_find_divisors() 3152 hsdiv = MG_CLKTOP2_HSCLKCTL_HSDIV_RATIO_5; in icl_mg_pll_find_divisors() 3155 hsdiv = MG_CLKTOP2_HSCLKCTL_HSDIV_RATIO_7; in icl_mg_pll_find_divisors() 3169 hsdiv | in icl_mg_pll_find_divisors()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/ |
H A D | intel_dpll_mgr.c | 2792 u32 hsdiv; in icl_mg_pll_find_divisors() local 2816 hsdiv = MG_CLKTOP2_HSCLKCTL_HSDIV_RATIO_2; in icl_mg_pll_find_divisors() 2819 hsdiv = MG_CLKTOP2_HSCLKCTL_HSDIV_RATIO_3; in icl_mg_pll_find_divisors() 2822 hsdiv = MG_CLKTOP2_HSCLKCTL_HSDIV_RATIO_5; in icl_mg_pll_find_divisors() 2825 hsdiv = MG_CLKTOP2_HSCLKCTL_HSDIV_RATIO_7; in icl_mg_pll_find_divisors() 2839 hsdiv | in icl_mg_pll_find_divisors()
|
Completed in 13 milliseconds