Home
last modified time | relevance | path

Searched refs:clock_table (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Dfhc.c201 static short clock_table[] = { variable
219 #define CLK_MX_CNT (sizeof (clock_table)/sizeof (short))
2237 result = clock_table[CLK_MN_CNT]; in calibrate_temp()
2239 result = clock_table[CLK_MX_CNT-1]; in calibrate_temp()
2241 result = clock_table[temp]; in calibrate_temp()