Home
last modified time | relevance | path

Searched refs:hsdiv (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/arch/arm/boot/dts/
Domap36xx-clocks.dtsi20 compatible = "ti,hsdiv-gate-clock";
30 compatible = "ti,hsdiv-gate-clock";
39 compatible = "ti,hsdiv-gate-clock";
48 compatible = "ti,hsdiv-gate-clock";
57 compatible = "ti,hsdiv-gate-clock";
/Linux-v4.19/drivers/media/pci/cobalt/
Dcobalt-cpld.c124 unsigned mult, hsdiv, n1; member
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()
/Linux-v4.19/Documentation/devicetree/bindings/clock/ti/
Dgate.txt26 "ti,hsdiv-gate-clock" - gate clock with OMAP36xx specific hardware handling,
85 compatible = "ti,hsdiv-gate-clock";
/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_dpll_mgr.c2626 int a_divratio, tlinedrv, inputsel, hsdiv; in icl_mg_pll_find_divisors() local
2645 hsdiv = 0; in icl_mg_pll_find_divisors()
2648 hsdiv = 1; in icl_mg_pll_find_divisors()
2651 hsdiv = 2; in icl_mg_pll_find_divisors()
2654 hsdiv = 3; in icl_mg_pll_find_divisors()
2668 MG_CLKTOP2_HSCLKCTL_HSDIV_RATIO(hsdiv) | in icl_mg_pll_find_divisors()