Home
last modified time | relevance | path

Searched full:etf (Results 1 – 25 of 46) sorted by relevance

12

/freebsd/contrib/ntp/scripts/stats/
H A Detf.S3 etf <- scan(file1, list(day=0, sec=0, offset=0, stab=0)) label
4 r <- lsfit(etf$sec, etf$offset)
5 count<-length(etf$sec)
15 plot(etf$sec, etf$offset, type="l", xlab=paste("MJD", etf$day, "Time (s)"), ylab="External Offset (…
H A Detf.awk3 # usage: awk -f etf.awk clockstats
6 # 49165 40.473 127.127.10.1 93:178:00:00:39.238 ETF
13 # select ETF records with valid format
15 if (NF >= 9 && $5 == "ETF") {
H A Dclock.awk186 # select Austron ETF records
189 else if (NF >= 13 && $5 == "ETF" && $13 >= 100) {
399 # etf summary data
401 # etf record count
402 # mean etf mean (ns)
403 # rms etf rms error (ns)
404 # max etf maximum (ns)
405 # min etf minimum (ns)
412 …printf "etf %d, mean %.1f, rms %.1f, max %d, min %d, var %.2e\n", etf_count, etf_mean, etf_rms, et…
H A Dsummary.sh62 awk -f etf.awk $f >etf.$d
73 for f in itf etf ensemble tdata; do
H A DREADME.stats48 updates the ensemble, etf, itf and tdata data files as well. See the
49 clock.awk, ensemble.awk, etf.awk, itf.awk and tdta.awk scripts for
105 49234 60580.843 127.127.10.1 93:247:16:49:24.814 ETF
/freebsd/share/man/man4/
H A Dng_etf.438 .Nm etf
121 mkpeer ${ETHER_IF}: etf lower downstream
123 name ${ETHER_IF}:lower etf
126 connect ${ETHER_IF}: etf: upper nomatch
132 nghook -a etf: newproto &
134 ngctl 'msg etf: setfilter { matchhook="newproto" ethertype=${MATCH1} }
135 ngctl 'msg etf: setfilter { matchhook="newproto" ethertype=${MATCH2} }
/freebsd/sys/contrib/device-tree/Bindings/arm/
H A Darm,coresight-tmc.yaml24 FIFO(ETF) and Embedded Trace Router(ETR) configurations. The configuration
25 mode (ETB, ETF, ETR) is discovered at boot time when the device is probed.
101 and ETF configurations.
H A Dcoresight.txt23 Embedded Trace FIFO(ETF) and Embedded Trace Router(ETR)
24 configuration. The configuration mode (ETB, ETF, ETR) is
/freebsd/contrib/ntp/ntpd/
H A Drefclock_as2201.c97 * that the ETF command requires the Input Buffer Module and the LORAN
104 "ETF\r", /* external time/frequency */
110 "ETF\r", /* external time/frequency */
116 "ETF\r", /* external time/frequency */
122 "ETF\r", /* external time/frequency */
/freebsd/sys/netgraph/
H A Dng_etf.c56 static MALLOC_DEFINE(M_NETGRAPH_ETF, "netgraph_etf", "netgraph etf node ");
63 * etf node. These methods define the netgraph 'type'.
126 NETGRAPH_INIT(etf, &typestruct);
144 struct ETF { struct
153 typedef struct ETF *etf_p; argument
H A Dng_etf.h40 #define NG_ETF_NODE_TYPE "etf"
/freebsd/sys/contrib/device-tree/src/arm64/hisilicon/
H A Dhi3660-coresight.dtsi131 etf@ec802000 {
273 etf@ed002000 {
365 etf@ec036000 {
H A Dhi6220-coresight.dtsi38 etf@f6402000 {
/freebsd/sys/contrib/device-tree/src/arm64/arm/
H A Djuno-r1-scmi.dts9 etf@20140000 {
H A Djuno-r2-scmi.dts9 etf@20140000 {
H A Djuno-cs-r1r2.dtsi26 etf_sys1: etf@20140000 { /* etf1 */
H A Djuno-scmi.dtsi2 etf@20010000 {
/freebsd/sys/contrib/device-tree/src/arm64/sprd/
H A Dsc9860.dtsi465 etf@11003000 { /* ETF on Cluster0 */
490 etf@11004000 { /* ETF on Cluster1 */
H A Dums512.dtsi478 /* SoC ETF */
545 /* AP-CPU ETF for little cores */
546 etf@3e002000 {
571 /* AP-CPU ETF for big cores */
572 etf@3e003000 {
H A Dsc9863a.dtsi276 etf@12002000 {
301 etf@12003000 {
H A Dsc9836.dtsi48 etf@10003000 {
/freebsd/sys/modules/netgraph/
H A DMakefile17 etf \
/freebsd/sys/arm64/coresight/
H A Dcoresight_tmc.c207 dprintf(dev, "ETF configuration found\n"); in tmc_init()
264 /* ETF configuration is static */ in tmc_disable()
H A Dcoresight_etm4x.c57 * CPU0 -> ETM0 -> funnel1 -> funnel0 -> ETF -> replicator -> ETR -> DRAM
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dmsm8998-mtp.dts75 &etf {

12