HomeSort by: relevance | last modified time | path
    Searched refs:tcon (Results 1 - 12 of 12) sorted by relevancy

  /src/sys/arch/arm/samsung/
exynos_pwm.c 46 #define TCON 0x08
93 uint32_t tcon; local in function:exynos_pwm_enable
96 tcon = PWM_READ(sc, TCON);
97 tcon &= ~TCON_START(timer->timer_index);
98 tcon |= TCON_UPDATE(timer->timer_index);
99 PWM_WRITE(sc, TCON, tcon);
100 tcon &= ~TCON_UPDATE(timer->timer_index);
101 tcon |= TCON_START(timer->timer_index)
118 uint32_t tcon, tcntb, tcmpb; local in function:exynos_pwm_get_config
136 uint32_t tcon, tcntb, tcmpb; local in function:exynos_pwm_set_config
    [all...]
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
sun5i-a10s.dtsi 171 allwinner,tcon-channel = <1>;
vfxxx.dtsi 289 compatible = "fsl,vf610-tcon";
408 fsl,tcon = <&tcon0>;
sun4i-a10.dtsi 333 compatible = "allwinner,sun4i-a10-tcon";
342 "tcon-ch0",
343 "tcon-ch1";
376 allwinner,tcon-channel = <1>;
383 compatible = "allwinner,sun4i-a10-tcon";
392 "tcon-ch0",
393 "tcon-ch1";
426 allwinner,tcon-channel = <1>;
sun8i-r40.dtsi 47 #include <dt-bindings/clock/sun8i-tcon-top.h>
954 tcon_top: tcon-top@1c70000 {
955 compatible = "allwinner,sun8i-r40-tcon-top";
964 "tcon-tv0",
966 "tcon-tv1",
969 clock-output-names = "tcon-top-tv0",
970 "tcon-top-tv1",
971 "tcon-top-dsi";
1073 compatible = "allwinner,sun8i-r40-tcon-tv";
1077 clock-names = "ahb", "tcon-ch1"
    [all...]
sun5i.dtsi 277 compatible = "allwinner,sun5i-a13-tcon";
287 "tcon-ch0",
288 "tcon-ch1";
289 clock-output-names = "tcon-pixel-clock";
313 allwinner,tcon-channel = <1>;
sun6i-a31.dtsi 285 compatible = "allwinner,sun6i-a31-tcon";
298 "tcon-ch0",
299 "tcon-ch1",
332 allwinner,tcon-channel = <1>;
339 compatible = "allwinner,sun6i-a31-tcon";
351 "tcon-ch0",
352 "tcon-ch1",
385 allwinner,tcon-channel = <1>;
sun7i-a20.dtsi 409 "allwinner,sun7i-a20-tcon";
418 "tcon-ch0",
419 "tcon-ch1";
452 allwinner,tcon-channel = <1>;
460 "allwinner,sun7i-a20-tcon";
469 "tcon-ch0",
470 "tcon-ch1";
503 allwinner,tcon-channel = <1>;
  /src/sys/arch/atari/dev/
zs.c 1096 int tcon = 0; /* XXX gcc4 -Wuninitialized */ local in function:zsparam
1108 tmp = zsbaudrate(unit, tmp, &cdiv, &clkm, &brgm, &tcon);
1152 cs->cs_preg[12] = tcon;
1153 cs->cs_preg[13] = tcon >> 8;
1202 int diff, bps, div, clkm, brgm, tcon; local in function:zsbaudrate
1204 bps = div = clkm = brgm = tcon = 0;
1224 tcon = BPS_TO_TCONST(freq, wanted);
1225 if (tcon < 0)
1226 tcon = 0;
1227 bps = TCONST_TO_BPS(freq, tcon);
    [all...]
  /src/sys/external/gpl2/dts/dist/arch/riscv/boot/dts/allwinner/
sunxi-d1s-t113.dtsi 6 #include <dt-bindings/clock/sun8i-tcon-top.h>
739 tcon_top: tcon-top@5460000 {
740 compatible = "allwinner,sun20i-d1-tcon-top";
746 clock-names = "bus", "tcon-tv0", "tve0", "dsi";
747 clock-output-names = "tcon-top-tv0", "tcon-top-dsi";
821 compatible = "allwinner,sun20i-d1-tcon-lcd";
826 clock-names = "ahb", "tcon-ch0";
827 clock-output-names = "tcon-pixel-clock";
867 compatible = "allwinner,sun20i-d1-tcon-tv"
    [all...]
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/allwinner/
sun50i-h6.dtsi 8 #include <dt-bindings/clock/sun8i-tcon-top.h>
834 tcon_top: tcon-top@6510000 {
835 compatible = "allwinner,sun50i-h6-tcon-top";
840 "tcon-tv0";
841 clock-output-names = "tcon-top-tv0";
893 compatible = "allwinner,sun50i-h6-tcon-tv",
894 "allwinner,sun8i-r40-tcon-tv";
900 "tcon-ch1";
sun50i-a64.dtsi 387 compatible = "allwinner,sun50i-a64-tcon-lcd",
388 "allwinner,sun8i-a83t-tcon-lcd";
392 clock-names = "ahb", "tcon-ch0";
393 clock-output-names = "tcon-pixel-clock";
426 allwinner,tcon-channel = <1>;
433 compatible = "allwinner,sun50i-a64-tcon-tv",
434 "allwinner,sun8i-a83t-tcon-tv";
438 clock-names = "ahb", "tcon-ch1";

Completed in 21 milliseconds