hwclock 481 drivers/cpufreq/pmac64-cpufreq.c struct device_node *cpuid = NULL, *hwclock = NULL; hwclock 501 drivers/cpufreq/pmac64-cpufreq.c for_each_node_by_name(hwclock, "i2c-hwclock") { hwclock 502 drivers/cpufreq/pmac64-cpufreq.c const char *loc = of_get_property(hwclock, hwclock 508 drivers/cpufreq/pmac64-cpufreq.c if (!of_get_property(hwclock, "platform-get-frequency", NULL)) hwclock 512 drivers/cpufreq/pmac64-cpufreq.c if (hwclock == NULL) { hwclock 518 drivers/cpufreq/pmac64-cpufreq.c DBG("cpufreq: i2c clock chip found: %pOF\n", hwclock); hwclock 522 drivers/cpufreq/pmac64-cpufreq.c pmf_find_function(hwclock, "get-frequency"); hwclock 524 drivers/cpufreq/pmac64-cpufreq.c pmf_find_function(hwclock, "set-frequency-high"); hwclock 526 drivers/cpufreq/pmac64-cpufreq.c pmf_find_function(hwclock, "set-frequency-low"); hwclock 528 drivers/cpufreq/pmac64-cpufreq.c pmf_find_function(hwclock, "slewing-done"); hwclock 530 drivers/cpufreq/pmac64-cpufreq.c pmf_find_function(hwclock, "set-voltage-high-0"); hwclock 532 drivers/cpufreq/pmac64-cpufreq.c pmf_find_function(hwclock, "set-voltage-low-0"); hwclock 534 drivers/cpufreq/pmac64-cpufreq.c pmf_find_function(hwclock, "set-voltage-high-1"); hwclock 536 drivers/cpufreq/pmac64-cpufreq.c pmf_find_function(hwclock, "set-voltage-low-1"); hwclock 640 drivers/cpufreq/pmac64-cpufreq.c of_node_put(hwclock); hwclock 6353 drivers/net/ethernet/broadcom/tg3.c static void tg3_hwclock_to_timestamp(struct tg3 *tp, u64 hwclock, hwclock 6357 drivers/net/ethernet/broadcom/tg3.c timestamp->hwtstamp = ns_to_ktime((hwclock & TG3_TSTAMP_MASK) + hwclock 6571 drivers/net/ethernet/broadcom/tg3.c u64 hwclock = tr32(TG3_TX_TSTAMP_LSB); hwclock 6572 drivers/net/ethernet/broadcom/tg3.c hwclock |= (u64)tr32(TG3_TX_TSTAMP_MSB) << 32; hwclock 6574 drivers/net/ethernet/broadcom/tg3.c tg3_hwclock_to_timestamp(tp, hwclock, ×tamp);