Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun4u/io/
H A Dtodmostek.c131 tod.tod_month = BCD_TO_BYTE(CLOCK->clk_month & 0x1f); in todm_get()
167 CLOCK->clk_month = BYTE_TO_BCD(tod.tod_month); in todm_set()
/titanic_41/usr/src/uts/sun4u/sys/
H A Dtodmostek.h67 volatile uchar_t clk_month; /* counter - month 1-12 */ member