HomeSort by: relevance | last modified time | path
    Searched defs:pwm (Results 1 - 25 of 93) sorted by relevancy

1 2 3 4

  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
sun5i-a13.dtsi 88 pwm: pwm@1c20e00 { label
89 compatible = "allwinner,sun5i-a13-pwm";
92 #pwm-cells = <3>;
imx28-ts4600.dts 51 pwm: pwm@80064000 { label
imx28-cfa10055.dts 124 pwm: pwm@80064000 { label
156 compatible = "pwm-backlight";
157 pwms = <&pwm 3 5000000>;
imx28-cfa10058.dts 83 pwm: pwm@80064000 { label
133 compatible = "pwm-backlight";
134 pwms = <&pwm 3 5000000>;
spear1340.dtsi 92 pwm: pwm@e0180000 { label
93 compatible ="st,spear13xx-pwm";
95 #pwm-cells = <2>;
spear320.dtsi 80 pwm: pwm@a8000000 { label
81 compatible ="st,spear-pwm";
83 #pwm-cells = <2>;
sun5i-gr8.dtsi 58 pwm: pwm@1c20e00 { label
59 compatible = "allwinner,sun5i-a10s-pwm";
62 #pwm-cells = <3>;
bcm28155-ap.dts 73 pwm: pwm@3e01a000 { label
imx23-evk.dts 109 pwm: pwm@80064000 { label
140 compatible = "pwm-backlight";
141 pwms = <&pwm 2 5000000>;
imx23-sansa.dts 104 pwm: pwm@80064000 { label
168 compatible = "pwm-backlight";
169 pwms = <&pwm 2 5000000>;
imx23-xfi3.dts 111 pwm: pwm@80064000 { label
155 compatible = "pwm-backlight";
156 pwms = <&pwm 2 5000000>;
imx28-cfa10057.dts 110 pwm: pwm@80064000 { label
166 compatible = "pwm-backlight";
167 pwms = <&pwm 4 5000000>;
s3c64xx.dtsi 164 pwm: pwm@7f006000 { label in label:soc
165 compatible = "samsung,s3c6400-pwm";
171 samsung,pwm-outputs = <0>, <1>;
172 #pwm-cells = <3>;
spear320-hmi.dts 158 pwm: pwm@a8000000 { label
sun5i-a10s.dtsi 108 pwm: pwm@1c20e00 { label
109 compatible = "allwinner,sun5i-a10s-pwm";
112 #pwm-cells = <3>;
ep7209.dtsi 131 pwm: pwm@80000400 { label
132 compatible = "cirrus,ep7209-pwm";
135 #pwm-cells = <1>;
imx1.dtsi 127 pwm: pwm@208000 { label
128 #pwm-cells = <3>;
129 compatible = "fsl,imx1-pwm";
imx28-apf28dev.dts 128 pwm: pwm@80064000 { label
208 compatible = "pwm-backlight";
210 pwms = <&pwm 3 191000>;
imx28-m28cu3.dts 165 pwm: pwm@80064000 { label
200 compatible = "pwm-backlight";
201 pwms = <&pwm 3 5000000>;
tegra20-harmony.dts 172 nvidia,function = "pwm";
279 pwm: pwm@7000a000 { label
633 compatible = "pwm-backlight";
637 pwms = <&pwm 0 5000000>;
bcm-hr2.dtsi 206 pwm: pwm@31000 { label
207 compatible = "brcm,iproc-pwm";
210 #pwm-cells = <3>;
exynos5.dtsi 169 pwm: pwm@12dd0000 { label in label:soc
170 compatible = "samsung,exynos4210-pwm";
177 samsung,pwm-outputs = <0>, <1>, <2>, <3>;
178 #pwm-cells = <3>;
imx28-cfa10049.dts 269 pwm: pwm@80064000 { label
414 compatible = "pwm-backlight";
415 pwms = <&pwm 3 5000000>;
imx28-m28evk.dts 188 pwm: pwm@80064000 { label
229 compatible = "pwm-backlight";
230 pwms = <&pwm 4 5000000>;
  /src/sys/arch/arm/nxp/
imx6_pwm.c 55 const u_int *pwm = data; local in function:imxpwm_get_tag
60 const u_int index = be32toh(pwm[1]);
63 const u_int period = be32toh(pwm[2]);
67 const u_int polarity = be32toh(pwm[3]);
79 { .compat = "fsl,imx6q-pwm" },
104 aprint_error(": couldn't get PWM registers\n");

Completed in 25 milliseconds

1 2 3 4