Home
last modified time | relevance | path

Searched full:timebase (Results 1 – 25 of 162) sorted by relevance

1234567

/freebsd/sys/contrib/device-tree/Bindings/watchdog/
H A Dxlnx,xps-timebase-wdt.yaml4 $id: http://devicetree.org/schemas/watchdog/xlnx,xps-timebase-wdt.yaml#
14 The Timebase watchdog timer(WDT) is a free-running 32 bit counter.
27 - xlnx,xps-timebase-wdt-1.01.a
28 - xlnx,xps-timebase-wdt-1.00.a
61 compatible = "xlnx,xps-timebase-wdt-1.00.a";
H A Dof-xilinx-wdt.txt5 - compatible : Should be "xlnx,xps-timebase-wdt-1.00.a" or
6 "xlnx,xps-timebase-wdt-1.01.a".
19 axi-timebase-wdt@40100000 {
21 compatible = "xlnx,xps-timebase-wdt-1.00.a";
/freebsd/sys/cddl/dev/dtrace/powerpc/
H A Ddtrace_subr.c160 * timebase.
189 * Thus minimum supported Timebase frequency is 15.63MHz. in dtrace_gethrtime_init()
191 KASSERT(tb_f > (NANOSEC >> (32 - SCALE_SHIFT)), ("Timebase frequency is too low")); in dtrace_gethrtime_init()
239 uint64_t timebase; in dtrace_gethrtime() local
244 * We split timebase value into lower and higher 32-bit halves and separately in dtrace_gethrtime()
249 timebase = mftb() - timebase_skew[curcpu]; in dtrace_gethrtime()
250 lo = timebase; in dtrace_gethrtime()
251 hi = timebase >> 32; in dtrace_gethrtime()
/freebsd/sys/powerpc/powermac/
H A Dtbgpio.c77 if (strcmp(name, "timebase-enable") != 0) in tbgpio_probe()
80 res = OF_getencprop(node, "platform-do-cpu-timebase", pfunc, in tbgpio_probe()
93 printf("Func: platform-do-cpu-timebase\n"); in tbgpio_probe()
99 device_set_desc(dev, "CPU Timebase Control"); in tbgpio_probe()
122 OF_getencprop(node, "platform-do-cpu-timebase", pfunc, sizeof(pfunc)); in tbgpio_attach()
H A Dplatform_powermac.c233 OF_getprop(phandle, "timebase-frequency", &ticks, sizeof(ticks)); in powermac_timebase_freq()
236 panic("Unable to determine timebase frequency!"); in powermac_timebase_freq()
418 * protocol, because this is not a consistent way to sync timebase. in powermac_smp_timebase_sync()
425 /* APs. Hold off until we get a stable timebase. */ in powermac_smp_timebase_sync()
H A Dmacio.c448 * On SMP G4, timebase freeze is via a GPIO on macio. in macio_attach()
451 * perform timebase freeze/unfreeze on behalf of the platform. in macio_attach()
455 if (OF_getprop(child, "timebase-enable", &sc->sc_timebase, in macio_attach()
459 device_printf(dev, "GPIO timebase control at 0x%x\n", in macio_attach()
/freebsd/sys/powerpc/booke/
H A Dplatform_bare.c113 switch (OF_getproplen(child, "timebase-frequency")) { in bare_timebase_freq()
117 OF_getprop(child, "timebase-frequency", &tbase, sizeof(tbase)); in bare_timebase_freq()
124 OF_getprop(child, "timebase-frequency", &tbase, sizeof(tbase)); in bare_timebase_freq()
146 panic("Unable to determine timebase frequency!"); in bare_timebase_freq()
/freebsd/sys/contrib/device-tree/src/powerpc/
H A Diss4xx-mpic.dts39 timebase-frequency = <100000000>;
53 timebase-frequency = <100000000>;
69 timebase-frequency = <100000000>;
85 timebase-frequency = <100000000>;
H A Dps3.dts33 * dtc expects a clock-frequency and timebase-frequency entries, so
51 timebase-frequency = <0>;
H A Dsbc8548-pre.dtsi36 timebase-frequency = <0>; // From uboot
/freebsd/contrib/ntp/scripts/monitoring/
H A Dloopwatch.config.SAMPLE30 # timebase: dynamic/ISO_DATE_TIME point of zero for linear regression
37 timebase=dynamic
55 # timescale is labeled with hours relative to timebase
H A Dntploopwatch96 undef($timebase);
325 ($c eq 'timebase') &&
329 undef($timebase);
333 $timebase=&date_time_spec2seconds($v);
428 printf " timebase\t= %s",defined($timebase)?&ctime($timebase):"dynamic\n";
1065 local($timebase) unless defined($timebase);
1087 unless (defined($timebase))
1093 $timebase = $time - ((($X[$[+2]*60)+$X[$[+1])*60+$X[$[]);
1096 $LastTimeBase = $timebase;
1110 $lo->sample(($time[$i]-$timebase)/3600,$offs[$i]),$i++
[all …]
/freebsd/sys/powerpc/powerpc/
H A Dplatform_if.m164 * @brief Get the CPU's timebase frequency, in ticks per second.
166 * @param _cpu CPU whose timebase to query
253 * @brief Attempt to synchronize timebase of current CPU with others.
255 * Passed the timebase value on the BSP as of shortly before the call.
/freebsd/sys/contrib/device-tree/src/powerpc/fsl/
H A Dmpc8641si-pre.dtsi37 timebase-frequency = <0>;
49 timebase-frequency = <0>;
/freebsd/sys/contrib/device-tree/Bindings/powerpc/opal/
H A Dpower-mgt.txt15 extent of state-loss, whether timebase is stopped on this
45 0x00000002 /* Needs timebase restore */
54 /* timebase (POWER8) */
/freebsd/sys/powerpc/mpc85xx/
H A Dplatform_mpc85xx.c245 switch (OF_getproplen(child, "timebase-frequency")) { in mpc85xx_timebase_freq()
249 OF_getprop(child, "timebase-frequency", &tbase, sizeof(tbase)); in mpc85xx_timebase_freq()
256 OF_getprop(child, "timebase-frequency", &tbase, sizeof(tbase)); in mpc85xx_timebase_freq()
283 panic("Unable to determine timebase frequency!"); in mpc85xx_timebase_freq()
544 /* APs. Hold off until we get a stable timebase. */ in mpc85xx_smp_timebase_sync()
570 /* QorIQ Run control/power management timebase management. */
632 /* "Global utilities" power management/Timebase management. */
/freebsd/sys/contrib/device-tree/Bindings/riscv/
H A Dcpus.yaml96 # RISC-V requires 'timebase-frequency' in /cpus, so disallow it here
97 timebase-frequency: false
153 timebase-frequency = <1000000>;
/freebsd/sys/dts/arm/
H A Dannapurna-alpine.dts51 timebase-frequency = <0>;
64 timebase-frequency = <0>;
77 timebase-frequency = <0>;
90 timebase-frequency = <0>;
/freebsd/sys/contrib/device-tree/Bindings/timer/
H A Dsifive,clint.yaml19 The clock frequency of CLINT is specified via "timebase-frequency" DT
20 property of "/cpus" DT node. The "timebase-frequency" DT property is
H A Driscv,timer.yaml19 "timebase-frequency" DT property of "/cpus" DT node which is described
/freebsd/sys/riscv/riscv/
H A Dtimer.c170 len = OF_getproplen(node, "timebase-frequency"); in riscv_timer_get_timebase()
174 "Can't find timebase-frequency property.\n"); in riscv_timer_get_timebase()
178 OF_getencprop(node, "timebase-frequency", freq, len); in riscv_timer_get_timebase()
/freebsd/sys/contrib/device-tree/src/riscv/microchip/
H A Dmpfs-polarberry.dts
/freebsd/sys/contrib/device-tree/src/riscv/renesas/
H A Dr9a07g043f.dtsi18 timebase-frequency = <12000000>;
/freebsd/lib/libsys/powerpc/
H A D__vdso_gettc.c51 * While the timebase is a 64 bit quantity, we are only interested in __vdso_gettc()
/freebsd/contrib/ntp/ntpd/
H A Drefclock_heath.c105 * allows the timebase trimming process to be observed. UTC hour 00 is
114 * TH = minutes since timebase last trimmed (high byte)
115 * TL = minutes since timebase last trimmed (low byte)

1234567