| /netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/clk/ |
| H A D | nouveau_nvkm_subdev_clk_pllgt215.c | 47 lM = (info->refclk + info->vco1.max_inputfreq) / info->vco1.max_inputfreq; in gt215_pll_calc() 49 hM = (info->refclk + info->vco1.min_inputfreq) / info->vco1.min_inputfreq; in gt215_pll_calc() 55 N = tmp / info->refclk; in gt215_pll_calc() 56 fN = tmp % info->refclk; in gt215_pll_calc() 59 if (fN >= info->refclk / 2) in gt215_pll_calc() 62 if (fN < info->refclk / 2) in gt215_pll_calc() 64 fN = tmp - (N * info->refclk); in gt215_pll_calc() 72 err = abs(freq - (info->refclk * N / M / *P)); in gt215_pll_calc() 80 *pfN = ((fN << 13) + info->refclk / 2) / info->refclk; in gt215_pll_calc() 91 return info->refclk * *pN / *pM / *P; in gt215_pll_calc()
|
| H A D | nouveau_nvkm_subdev_clk_nv04.c | 43 pv->refclk = info->refclk; in nv04_clk_pll_calc()
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/i915/display/ |
| H A D | intel_cdclk.c | 1171 { .refclk = 19200, .cdclk = 144000, .divider = 8, .ratio = 60 }, 1172 { .refclk = 19200, .cdclk = 288000, .divider = 4, .ratio = 60 }, 1173 { .refclk = 19200, .cdclk = 384000, .divider = 3, .ratio = 60 }, 1174 { .refclk = 19200, .cdclk = 576000, .divider = 2, .ratio = 60 }, 1175 { .refclk = 19200, .cdclk = 624000, .divider = 2, .ratio = 65 }, 1180 { .refclk = 19200, .cdclk = 79200, .divider = 8, .ratio = 33 }, 1181 { .refclk = 19200, .cdclk = 158400, .divider = 4, .ratio = 33 }, 1182 { .refclk = 19200, .cdclk = 316800, .divider = 2, .ratio = 33 }, 1187 { .refclk = 19200, .cdclk = 168000, .divider = 4, .ratio = 35 }, 1188 { .refclk = 19200, .cdclk = 336000, .divider = 2, .ratio = 35 }, [all …]
|
| /netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
| H A D | berlin2cd.dtsi | 51 refclk: oscillator { label 389 clocks = <&refclk>; 390 clock-names = "refclk"; 446 clocks = <&refclk>; 453 clocks = <&refclk>; 461 clocks = <&refclk>; 486 clocks = <&refclk>; 497 clocks = <&refclk>; 507 clocks = <&refclk>; 532 clocks = <&refclk>; [all …]
|
| H A D | keystone-k2hk-evm.dts | 59 clock-output-names = "refclk-sys"; 66 clock-output-names = "refclk-pass"; 73 clock-output-names = "refclk-arm"; 80 clock-output-names = "refclk-ddr3a"; 87 clock-output-names = "refclk-ddr3b";
|
| H A D | berlin2.dtsi | 66 refclk: oscillator { label 384 clocks = <&refclk>; 385 clock-names = "refclk"; 421 clocks = <&refclk>; 428 clocks = <&refclk>; 435 clocks = <&refclk>; 478 clocks = <&refclk>; 490 clocks = <&refclk>; 502 clocks = <&refclk>;
|
| H A D | berlin2q.dtsi | 111 refclk: oscillator { label 421 clocks = <&refclk>; 422 clock-names = "refclk"; 527 clocks = <&refclk>; 534 clocks = <&refclk>; 541 clocks = <&refclk>; 566 clocks = <&refclk>; 578 clocks = <&refclk>; 588 clocks = <&refclk>; 599 clocks = <&refclk>;
|
| H A D | keystone-k2e-evm.dts | 37 clock-output-names = "refclk-sys"; 44 clock-output-names = "refclk-pass"; 51 clock-output-names = "refclk-ddr3a";
|
| H A D | exynos4412-odroidu3.dts | 111 clock-names = "refclk"; 113 refclk-frequency = <24000000>;
|
| H A D | armada-xp-98dx3236.dtsi | 256 refclk: oscillator { label 281 clocks = <&coreclk 2>, <&refclk>; 287 clocks = <&coreclk 2>, <&refclk>;
|
| H A D | armada-xp.dtsi | 231 refclk: oscillator { label 255 clocks = <&coreclk 2>, <&refclk>; 261 clocks = <&coreclk 2>, <&refclk>;
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/bios/ |
| H A D | nouveau_nvkm_subdev_bios_pll.c | 333 info->refclk = nvbios_rd32(bios, data + 31); in nvbios_pll_parse() 356 info->refclk = nvbios_rd32(bios, data + 28); in nvbios_pll_parse() 359 info->refclk = nvbios_rd16(bios, data + 9) * 1000; in nvbios_pll_parse() 374 info->refclk = nvbios_rd16(bios, data + 1) * 1000; in nvbios_pll_parse() 392 if (!info->refclk) { in nvbios_pll_parse() 393 info->refclk = device->crystal; in nvbios_pll_parse() 399 info->refclk = 200000; in nvbios_pll_parse() 401 info->refclk = 25000; in nvbios_pll_parse()
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/bios/ |
| H A D | pll.h | 22 int refclk; member 49 u32 refclk; member
|
| /netbsd-src/sys/external/gpl2/dts/dist/arch/mips/boot/dts/cavium-octeon/ |
| H A D | dlink_dsr-500n-1000n.dtsi | 47 refclk-frequency = <12000000>; 48 refclk-type = "crystal";
|
| H A D | ubnt_e100.dts | 54 refclk-frequency = <12000000>; 55 refclk-type = "crystal";
|
| H A D | octeon_3xxx.dts | 363 refclk-frequency = <12000000>; 365 refclk-type = "crystal"; 383 refclk-frequency = <12000000>; 385 refclk-type = "crystal";
|
| /netbsd-src/sys/external/gpl2/dts/dist/arch/mips/boot/dts/brcm/ |
| H A D | bcm6358.dtsi | 102 clock-names = "refclk"; 124 clock-names = "refclk"; 137 clock-names = "refclk";
|
| H A D | bcm6328.dtsi | 98 clock-names = "refclk"; 123 clock-names = "refclk"; 136 clock-names = "refclk";
|
| H A D | bcm6368.dtsi | 103 clock-names = "refclk"; 125 clock-names = "refclk"; 138 clock-names = "refclk";
|
| H A D | bcm3368.dtsi | 95 clock-names = "refclk"; 108 clock-names = "refclk";
|
| H A D | bcm6362.dtsi | 113 clock-names = "refclk"; 126 clock-names = "refclk"; 139 clock-names = "refclk";
|
| H A D | bcm63268.dtsi | 113 clock-names = "refclk"; 126 clock-names = "refclk"; 161 clock-names = "refclk";
|
| /netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/hisilicon/ |
| H A D | hip06.dtsi | 369 refclk: refclk { label 609 clocks = <&refclk 0>; 652 clocks = <&refclk 0>; 694 clocks = <&refclk 0>;
|
| /netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/ti/ |
| H A D | k3-j721e-main.dtsi | 368 wiz0_pll0_refclk: pll0-refclk { 375 wiz0_pll1_refclk: pll1-refclk { 382 wiz0_refclk_dig: refclk-dig { 389 wiz0_cmn_refclk_dig_div: cmn-refclk-dig-div { 428 wiz1_pll0_refclk: pll0-refclk { 435 wiz1_pll1_refclk: pll1-refclk { 442 wiz1_refclk_dig: refclk-dig { 449 wiz1_cmn_refclk_dig_div: cmn-refclk-dig-div{ 488 wiz2_pll0_refclk: pll0-refclk { 495 wiz2_pll1_refclk: pll1-refclk { [all …]
|
| /netbsd-src/sys/external/gpl2/dts/dist/arch/riscv/boot/dts/microchip/ |
| H A D | microchip-mpfs.dtsi | |