Searched refs:hwclock (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/drivers/cpufreq/ |
D | pmac64-cpufreq.c | 481 struct device_node *cpuid = NULL, *hwclock = NULL; in g5_pm72_cpufreq_init() local 501 for_each_node_by_name(hwclock, "i2c-hwclock") { in g5_pm72_cpufreq_init() 502 const char *loc = of_get_property(hwclock, in g5_pm72_cpufreq_init() 508 if (!of_get_property(hwclock, "platform-get-frequency", NULL)) in g5_pm72_cpufreq_init() 512 if (hwclock == NULL) { in g5_pm72_cpufreq_init() 518 DBG("cpufreq: i2c clock chip found: %pOF\n", hwclock); in g5_pm72_cpufreq_init() 522 pmf_find_function(hwclock, "get-frequency"); in g5_pm72_cpufreq_init() 524 pmf_find_function(hwclock, "set-frequency-high"); in g5_pm72_cpufreq_init() 526 pmf_find_function(hwclock, "set-frequency-low"); in g5_pm72_cpufreq_init() 528 pmf_find_function(hwclock, "slewing-done"); in g5_pm72_cpufreq_init() [all …]
|
/Linux-v5.4/Documentation/ia64/ |
D | efirtc.rst | 28 portable way, the CMOS clock. A program like /sbin/hwclock uses such a clock 42 similar to the struct tm, i.e. struct rtc_time, as used by hwclock. 90 Those two ioctl()s can be exercised with the hwclock command: 94 # /sbin/hwclock --show 99 # /sbin/hwclock --systohc
|
/Linux-v5.4/Documentation/virt/kvm/ |
D | timekeeping.txt | 189 dangerous to allow userspace utilities such as hwclock to have direct RTC
|
/Linux-v5.4/drivers/net/ethernet/broadcom/ |
D | tg3.c | 6353 static void tg3_hwclock_to_timestamp(struct tg3 *tp, u64 hwclock, in tg3_hwclock_to_timestamp() argument 6357 timestamp->hwtstamp = ns_to_ktime((hwclock & TG3_TSTAMP_MASK) + in tg3_hwclock_to_timestamp() 6571 u64 hwclock = tr32(TG3_TX_TSTAMP_LSB); in tg3_tx() local 6572 hwclock |= (u64)tr32(TG3_TX_TSTAMP_MSB) << 32; in tg3_tx() 6574 tg3_hwclock_to_timestamp(tp, hwclock, ×tamp); in tg3_tx()
|
/Linux-v5.4/drivers/rtc/ |
D | Kconfig | 124 expected by "hwclock" and some other programs. Recent
|