/freebsd/sys/contrib/device-tree/Bindings/watchdog/ |
H A D | xlnx,xps-timebase-wdt.yaml | 4 $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 D | of-xilinx-wdt.txt | 5 - 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 D | dtrace_subr.c | 160 * 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 D | tbgpio.c | 77 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 D | platform_powermac.c | 233 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 D | macio.c | 448 * 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 D | platform_bare.c | 113 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 D | iss4xx-mpic.dts | 39 timebase-frequency = <100000000>; 53 timebase-frequency = <100000000>; 69 timebase-frequency = <100000000>; 85 timebase-frequency = <100000000>;
|
H A D | ps3.dts | 33 * dtc expects a clock-frequency and timebase-frequency entries, so 51 timebase-frequency = <0>;
|
H A D | sbc8548-pre.dtsi | 36 timebase-frequency = <0>; // From uboot
|
/freebsd/contrib/ntp/scripts/monitoring/ |
H A D | loopwatch.config.SAMPLE | 30 # 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 D | ntploopwatch | 96 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 D | platform_if.m | 164 * @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 D | mpc8641si-pre.dtsi | 37 timebase-frequency = <0>; 49 timebase-frequency = <0>;
|
/freebsd/sys/contrib/device-tree/Bindings/powerpc/opal/ |
H A D | power-mgt.txt | 15 extent of state-loss, whether timebase is stopped on this 45 0x00000002 /* Needs timebase restore */ 54 /* timebase (POWER8) */
|
/freebsd/sys/powerpc/mpc85xx/ |
H A D | platform_mpc85xx.c | 245 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 D | cpus.yaml | 96 # 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 D | annapurna-alpine.dts | 51 timebase-frequency = <0>; 64 timebase-frequency = <0>; 77 timebase-frequency = <0>; 90 timebase-frequency = <0>;
|
/freebsd/sys/contrib/device-tree/Bindings/timer/ |
H A D | sifive,clint.yaml | 19 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 D | riscv,timer.yaml | 19 "timebase-frequency" DT property of "/cpus" DT node which is described
|
/freebsd/sys/riscv/riscv/ |
H A D | timer.c | 170 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 D | mpfs-polarberry.dts |
|
/freebsd/sys/contrib/device-tree/src/riscv/renesas/ |
H A D | r9a07g043f.dtsi | 18 timebase-frequency = <12000000>;
|
/freebsd/lib/libsys/powerpc/ |
H A D | __vdso_gettc.c | 51 * While the timebase is a 64 bit quantity, we are only interested in __vdso_gettc()
|
/freebsd/contrib/ntp/ntpd/ |
H A D | refclock_heath.c | 105 * 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)
|