Home
last modified time | relevance | path

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

123456

/freebsd/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";
/freebsd/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/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/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 */
H A Dmedia5200.dts29 timebase-frequency = <33000000>; // 33 MHz, these were configured by U-Boot
H A Dstorcenter.dts36 timebase-frequency = <25000000>;
/freebsd/sys/contrib/device-tree/src/powerpc/fsl/
H A Dmpc8641si-pre.dtsi37 timebase-frequency = <0>;
49 timebase-frequency = <0>;
H A Dmpc8568si-pre.dtsi65 &pmc 0x00004000>; // timebase
/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/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/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/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/sys/powerpc/aim/
H A Daim_machdep.c751 static u_quad_t timebase = 0; in mpc745x_sleep()
780 timebase = mftb(); in mpc745x_sleep()
795 mttb(timebase); in mpc745x_sleep()
750 static u_quad_t timebase = 0; mpc745x_sleep() local
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_powerpc64.inc27 sysctlbyname("kern.timecounter.tc.timebase.frequency", &tb_freq, &length, nullptr, 0);
/freebsd/sys/contrib/device-tree/src/riscv/allwinner/
H A Dsun20i-d1s.dtsi10 timebase-frequency = <24000000>;
/freebsd/sys/contrib/device-tree/src/riscv/microchip/
H A Dmpfs-polarberry.dts
H A Dmpfs-sev-kit.dts
H A Dmicrochip-mpfs-icicle-kit.dts29 timebase-frequency = <RTCCLK_FREQ>;
H A Dmpfs-tysom-m.dts
H A Dmpfs-m100pfsevp.dts
/freebsd/sys/contrib/device-tree/src/riscv/sifive/
H A Dhifive-unleashed-a00.dts22 timebase-frequency = <RTCCLK_FREQ>;

123456