HomeSort by: relevance | last modified time | path
    Searched refs:kHz (Results 1 - 25 of 67) sorted by relevancy

1 2 3

  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
highbank.dts 29 /* kHz ignored */
48 /* kHz ignored */
67 /* kHz ignored */
86 /* kHz ignored */
kirkwood-km_common.dtsi 32 i2c-gpio,delay-us = <2>; /* ~100 kHz */
imx6q.dtsi 25 /* kHz uV */
33 /* ARM kHz SOC-PU uV */
62 /* kHz uV */
70 /* ARM kHz SOC-PU uV */
97 /* kHz uV */
105 /* ARM kHz SOC-PU uV */
132 /* kHz uV */
140 /* ARM kHz SOC-PU uV */
imx6dl.dtsi 24 /* kHz uV */
30 /* ARM kHz SOC-PU uV */
57 /* kHz uV */
63 /* ARM kHz SOC-PU uV */
berlin2cd-valve-steamlink.dts 32 /* kHz uV */
imx6dl-b1x5pv2.dtsi 21 /* kHz uV */
26 /* ARM kHz SOC-PU uV */
34 /* kHz uV */
39 /* ARM kHz SOC-PU uV */
imx6ull.dtsi 17 /* kHz uV */
25 /* KHz uV */
ox810se-wd-mbwe.dts 95 i2c-gpio,delay-us = <2>; /* ~100 kHz */
at91-foxg20.dts 143 i2c-gpio,delay-us = <5>; /* ~85 kHz */
berlin2q.dtsi 35 /* kHz uV */
53 /* kHz uV */
71 /* kHz uV */
89 /* kHz uV */
imx6q-prtwd2.dts 39 i2c-gpio,delay-us = <20>; /* ~10 kHz */
bcm53016-meraki-mr32.dts 98 i2c-gpio,delay-us = <10>; /* close to 100 kHz */
kirkwood-nsa320.dts 97 /* Buzzer needs to be switched at around 1kHz so is
armada-388-helios4.dts 129 pwms = <&gpio1 9 40000>; /* Target freq:25 kHz */
136 pwms = <&gpio1 23 40000>; /* Target freq:25 kHz */
imx6sx-softing-vining-2000.dts 78 /* kHz uV */
85 /* ARM kHz SOC uV */
imx6qdl-kontron-samx6i.dtsi 156 i2c-gpio,delay-us = <2>; /* ~100 kHz */
167 i2c-gpio,delay-us = <2>; /* ~100 kHz */
179 i2c-gpio,delay-us = <2>; /* ~100 kHz */
armada-388-clearfog.dtsi 192 * SFP limits this to 100kHz, and requires an AT24C01A/02/04 with
imx53-qsb-common.dtsi 134 /* kHz uV */
kirkwood-nsa325.dts 88 * Buzzer needs to be switched at around 1kHz so is
  /src/sys/external/gpl2/dts/dist/arch/mips/boot/dts/ingenic/
cu1000-neo.dts 84 * Use the 32.768 kHz oscillator as the parent of the RTC for a higher
92 /* 1500 kHz for the system timer and clocksource */
cu1830-neo.dts 84 * Use the 32.768 kHz oscillator as the parent of the RTC for a higher
92 /* 1500 kHz for the system timer and clocksource */
rs90.dts 299 /* Use 32kHz oscillator as the parent of the RTC clock */
306 * 750 kHz for the system timer and clocksource, and use RTC as the
ci20.dts 113 * Use the 32.768 kHz oscillator as the parent of the RTC for a higher
123 * 750 kHz for the system timers and clocksource,
127 * 3000 kHz for the OST timer to provide a higher
gcw0.dts 249 i2c-gpio,delay-us = <2>; /* 250 kHz */
450 * Use the 32 kHz oscillator as the parent of the RTC for a higher
481 * 750 kHz for the system timer and clocksource, 12 MHz for the OST,
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/clk/
nouveau_nvkm_subdev_clk_gt215.c 192 gt215_clk_info(struct nvkm_clk *base, int idx, u32 khz,
201 switch (khz) {
204 return khz;
207 return khz;
210 return khz;
213 sdiv = min((sclk * 2) / khz, (u32)65);
215 diff = ((khz + 3000) - oclk);
240 gt215_pll_info(struct nvkm_clk *base, int idx, u32 pll, u32 khz,
253 ret = gt215_clk_info(&clk->base, idx, khz, info);
254 diff = khz - ret
    [all...]

Completed in 27 milliseconds

1 2 3