Home
last modified time | relevance | path

Searched refs:timebase (Results 1 – 25 of 136) sorted by relevance

123456

/freebsd-14.2/sys/contrib/device-tree/Bindings/watchdog/
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";
H A Dxlnx,xps-timebase-wdt.yaml4 $id: http://devicetree.org/schemas/watchdog/xlnx,xps-timebase-wdt.yaml#
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";
/freebsd-14.2/sys/cddl/dev/dtrace/powerpc/
H A Ddtrace_subr.c239 uint64_t timebase; in dtrace_gethrtime() local
249 timebase = mftb() - timebase_skew[curcpu]; in dtrace_gethrtime()
250 lo = timebase; in dtrace_gethrtime()
251 hi = timebase >> 32; in dtrace_gethrtime()
/freebsd-14.2/contrib/ntp/scripts/monitoring/
H A Dntploopwatch96 undef($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++
1156 $lf->sample(($time[$i]-$timebase)/3600,$freq[$i]-$minfreq),
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
/freebsd-14.2/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
H A Dgamecube.dts36 timebase-frequency = <40500000>; /* 162MHz / 4 */
/freebsd-14.2/sys/contrib/device-tree/src/powerpc/fsl/
H A Dmpc8641si-pre.dtsi37 timebase-frequency = <0>;
49 timebase-frequency = <0>;
/freebsd-14.2/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-14.2/sys/dts/arm/
H A Dannapurna-alpine.dts51 timebase-frequency = <0>;
64 timebase-frequency = <0>;
77 timebase-frequency = <0>;
90 timebase-frequency = <0>;
/freebsd-14.2/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-14.2/sys/contrib/device-tree/Bindings/riscv/
H A Dcpus.yaml101 # RISC-V requires 'timebase-frequency' in /cpus, so disallow it here
102 timebase-frequency: false
148 timebase-frequency = <1000000>;
/freebsd-14.2/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-14.2/sys/kern/
H A Dvfs_mountroot.c1064 time_t timebase; in vfs_mountroot() local
1096 timebase = 0; in vfs_mountroot()
1100 if (mp->mnt_time > timebase) in vfs_mountroot()
1101 timebase = mp->mnt_time; in vfs_mountroot()
1105 inittodr(timebase); in vfs_mountroot()
/freebsd-14.2/sys/powerpc/aim/
H A Daim_machdep.c750 static u_quad_t timebase = 0; in mpc745x_sleep() local
779 timebase = mftb(); in mpc745x_sleep()
794 mttb(timebase); in mpc745x_sleep()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_powerpc64.inc27 sysctlbyname("kern.timecounter.tc.timebase.frequency", &tb_freq, &length, nullptr, 0);
/freebsd-14.2/sys/contrib/device-tree/src/riscv/renesas/
H A Dr9a07g043f.dtsi18 timebase-frequency = <12000000>;
/freebsd-14.2/sys/contrib/device-tree/src/riscv/microchip/
H A Dmpfs-polarberry.dts26 timebase-frequency = <MTIMER_FREQ>;
H A Dmpfs-sev-kit.dts32 timebase-frequency = <MTIMER_FREQ>;
H A Dmicrochip-mpfs-icicle-kit.dts29 timebase-frequency = <RTCCLK_FREQ>;
/freebsd-14.2/sys/contrib/device-tree/src/riscv/allwinner/
H A Dsun20i-d1s.dtsi10 timebase-frequency = <24000000>;
/freebsd-14.2/sys/contrib/device-tree/src/riscv/sifive/
H A Dhifive-unleashed-a00.dts22 timebase-frequency = <RTCCLK_FREQ>;

123456