/freebsd/sys/contrib/device-tree/Bindings/arm/ |
H A D | arm,integrator.yaml | 4 $id: http://devicetree.org/schemas/arm/arm,integrator.yaml# 7 title: ARM Integrator Boards 23 - description: ARM Integrator Application Platform, this board has a PCI 28 pre-packaged in a PC Tower form factor called Integrator/PP1 or a 29 special metal fixture called Integrator/PP2, see ARM DUI 0169A. 31 - const: arm,integrator-ap 32 - description: ARM Integrator Compact Platform (HBI-0086), this board has 36 - const: arm,integrator-cp 37 - description: ARM Integrator Standard Development Board (SDB) Platform, 41 - const: arm,integrator [all...] |
/freebsd/sys/contrib/device-tree/src/arm/arm/ |
H A D | integratorcp.dts | 3 * Device Tree for the ARM Integrator/CP platform 7 /include/ "integrator.dtsi" 10 model = "ARM Integrator/CP"; 11 compatible = "arm,integrator-cp"; 44 * The Integrator/CP overall clocking architecture can be found in 45 * ARM DUI 0184B page 7-28 "Integrator/CP922T system clocks" which 144 compatible = "arm,integrator-cp-syscon", "syscon"; 150 compatible = "arm,integrator-cp-timer"; 156 compatible = "arm,integrator-cp-timer"; 162 compatible = "arm,integrator-cp-timer"; [all …]
|
H A D | integrator.dtsi | 3 * SoC core Device Tree for the ARM Integrator platforms 16 compatible = "arm,core-module-integrator", "syscon", "simple-mfd"; 28 label = "integrator:core_module"; 124 label = "integrator:green0"; 133 label = "integrator:yellow"; 141 label = "integrator:red"; 149 label = "integrator:green1";
|
H A D | integratorap.dts | 3 * Device Tree for the ARM Integrator/AP platform 7 #include "integrator.dtsi" 12 model = "ARM Integrator/AP"; 13 compatible = "arm,integrator-ap"; 59 /* 24 MHz chrystal on the Integrator/AP development board */ 104 compatible = "arm,integrator-ap-syscon", "syscon"; 135 compatible = "arm,integrator-timer"; 140 compatible = "arm,integrator-timer"; 145 compatible = "arm,integrator-timer"; 154 compatible = "arm,integrator-ap-pci", "v3,v360epc-pci"; [all …]
|
H A D | integratorap-im-pd1.dts | 3 * Device Tree for the ARM Integrator/AP platform 10 model = "ARM Integrator/AP with IM-PD1"; 11 compatible = "arm,integrator-ap";
|
/freebsd/sys/contrib/device-tree/Bindings/clock/ |
H A D | arm,syscon-icst.yaml | 37 Integrator/AP 22 1 Bit 8 0, rest variable 40 Integrator/AP 46 3 Bit 8 0, rest variable 43 Integrator/AP 22 or 1 17 or (33 or 25 MHz) 46 Integrator/CP 22 variable Bit 8 0, rest variable 49 Integrator/CP 22 variable Bit 8 0, rest variable 67 - arm,integrator-cm-auxosc
|
/freebsd/sys/contrib/device-tree/Bindings/bus/ |
H A D | arm,integrator-ap-lm.yaml | 4 $id: http://devicetree.org/schemas/bus/arm,integrator-ap-lm.yaml# 7 title: Integrator/AP Logic Module extension bus 12 description: The Integrator/AP is a prototyping platform and as such has a 29 - const: arm,integrator-ap-lm 52 compatible = "arm,integrator-ap-lm";
|
/freebsd/sys/contrib/device-tree/Bindings/pci/ |
H A D | v3-v360epc-pci.txt | 3 This bridge is found in the ARM Integrator/AP (Application Platform) 8 "arm,integrator-ap-pci", "v3,v360epc-pci" 26 Integrator-specific required properties: 28 on the Integrator, some registers in the syscon are required to 34 compatible = "arm,integrator-ap-pci", "v3,v360epc-pci";
|
/freebsd/sys/contrib/device-tree/Bindings/mtd/partitions/ |
H A D | arm,arm-firmware-suite.txt | 5 ARM reference designs: Integrator AP, Integrator CP, Versatile AB,
|
H A D | arm,arm-firmware-suite.yaml | 16 ARM reference designs: Integrator AP, Integrator CP, Versatile AB,
|
/freebsd/sys/contrib/device-tree/Bindings/mtd/ |
H A D | arm-versatile.txt | 3 These flash chips are found in the ARM reference designs like Integrator,
|
/freebsd/sys/contrib/device-tree/Bindings/spmi/ |
H A D | spmi.txt | 17 These are the identifiers "statically assigned by the system integrator", as
|
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/ |
H A D | arm,versatile-fpga-irq.txt | 4 such as the Integrator or Versatile family. The output of these different
|
/freebsd/sys/net/altq/ |
H A D | altq_rmclass.h | 64 * integrator needs to be added. The simplest integrator uses a history of
|
/freebsd/sys/contrib/ncsw/inc/ |
H A D | core_ext.h | 39 The system integrator must ensure that this interface is
|
/freebsd/contrib/ntp/ntpd/ |
H A D | refclock_irig.c | 215 double integ[BAUD]; /* baud integrator */ 217 double zxing; /* phase detector integrator */ 596 double lope; /* integrator output */ in irig_base() 605 * Synchronous baud integrator. Corresponding samples of current in irig_base()
|
H A D | refclock_chu.c | 218 #define ISTAGE 3 /* number of integrator stages */ 319 double integ[ISTAGE]; /* circular integrator */ 320 double metric; /* integrator sum */ 321 int iptr; /* integrator pointer */
|
H A D | refclock_wwv.c | 222 * processed by a integrator and threshold. 471 double like[10]; /* likelihood integrator 0-9 */ 1753 static double bitvec[61]; /* bit integrator for misc bits */ in wwv_rsec()
|
/freebsd/sys/contrib/device-tree/Bindings/mmc/ |
H A D | arm,pl18x.yaml | 39 PL180 and found in the ARM Integrator IM/PD1 logic module.
|
/freebsd/contrib/ntp/html/ |
H A D | discipline.html | 29 …>V<sub>s</sub></em>. The loop filter implements a type-2 proportional-integrator controller (PIC)…
|
/freebsd/share/man/man4/ |
H A D | snd_hda.4 | 209 driver allows users to override it to fix integrator mistakes or to use the
|
/freebsd/usr.sbin/services_mkdb/ |
H A D | services | 120 covia 64/tcp #Communications Integrator (CI) 121 covia 64/udp #Communications Integrator (CI)
|
/freebsd/contrib/ncurses/ncurses/tinfo/ |
H A D | read_termcap.c | 39 * If your OS integrator didn't install a terminfo database, you can call
|
/freebsd/contrib/ncurses/man/ |
H A D | ncurses.3x | 166 (Your system integrator may have installed these libraries such that you
|
/freebsd/contrib/ncurses/ |
H A D | INSTALL | 43 If you are a distribution integrator or packager, please read and act on the
|