Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun4u/io/
H A Dtodmostek.c165 CLOCK->clk_ctrl |= CLK_CTRL_WRITE; /* allow writes */ in todm_set()
173 CLOCK->clk_ctrl &= ~CLK_CTRL_WRITE; /* load values */ in todm_set()
/titanic_41/usr/src/uts/sun4u/sys/
H A Dtodmostek.h79 #define CLK_CTRL_WRITE 0x80 macro