Home
last modified time | relevance | path

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

/plan9-contrib/sys/src/9/ppc/
H A Dsaturntimer.c27 static ushort timer_ctl; variable
54 *(ushort*)Timer_ctrl = timer_ctl|T0_event|v; in saturntimerintr()
70 timer_ctl = T0_cen|T0_ie|T1_cen; in timerinit()
71 *(ushort*)Timer_ctrl = timer_ctl; in timerinit()
79 *(ushort*)Timer_ctrl = timer_ctl|T1_event; in fastticks()
106 *(ushort*)Timer_ctrl = timer_ctl; in timerset()