Lines Matching +full:clock +full:- +full:frequency
55 * Return the operating frequency of a processor in Hertz. This function
57 * is passed in or the clock-frequency property does not exist, the
67 if ((prop = find_prop(pnode, "clock-frequency")) == NULL) { in get_cpu_freq()
90 "ecache-size"))) { in get_ecache_size()
94 "l3-cache-size"))) { in get_ecache_size()
98 "l2-cache-size"))) { in get_ecache_size()
118 * frequency, cache size, and processor revision of all cpus. in display_cpu_devices()
130 log_printf("--- --- ------- ----- ------ " in display_cpu_devices()
131 "------ ----\n", 0); in display_cpu_devices()
134 for (bnode = tree->bd_list; bnode != NULL; bnode = bnode->next) in display_cpu_devices()
149 * display the CPUs' operating frequency, cache size, impl. field in display_cpus()
152 for (cpu = dev_find_type(board->nodes, "cpu"); cpu != NULL; in display_cpus()
154 uint_t freq; /* CPU clock frequency */ in display_cpus()
160 mid = (int *)get_prop_val(find_prop(cpu, "upa-portid")); in display_cpus()
173 display_boardnum(board->board_num); in display_cpus()
181 /* Running frequency */ in display_cpus()
198 log_printf("%-6s ", "US-I", 0); in display_cpus()
201 log_printf("%-6s ", "US-II", 0); in display_cpus()
204 log_printf("%-6s ", "US-III", 0); in display_cpus()
207 log_printf("%-7s ", "US-III+", 0); in display_cpus()
210 log_printf("%-6s ", "US-IV", 0); in display_cpus()
213 log_printf("%-6x ", *impl, 0); in display_cpus()