Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun4u/io/
H A Dtodmostek.c134 tod.tod_hour = BCD_TO_BYTE(CLOCK->clk_hour & 0x3f); in todm_get()
170 CLOCK->clk_hour = BYTE_TO_BCD(tod.tod_hour); in todm_set()
/titanic_41/usr/src/uts/sun4u/sys/
H A Dtodmostek.h64 volatile uchar_t clk_hour; /* counter - hours 0-23 */ member