Lines Matching refs:m147_pcc
60 m147_pcc->watchdog = 0x0a; /* Clear timer */ in mvme147_reset()
61 m147_pcc->watchdog = 0xa5; /* Enable watchdog - 100ms to reset */ in mvme147_reset()
117 m147_pcc->t1_cntrl = PCC_TIMER_CLR_OVF | PCC_TIMER_COC_EN | in mvme147_timer_int()
119 m147_pcc->t1_int_cntrl = PCC_INT_ENAB | PCC_TIMER_INT_CLR | in mvme147_timer_int()
137 m147_pcc->t1_preload = PCC_TIMER_PRELOAD; in mvme147_sched_init()
138 m147_pcc->t1_cntrl = PCC_TIMER_CLR_OVF | PCC_TIMER_COC_EN | in mvme147_sched_init()
140 m147_pcc->t1_int_cntrl = PCC_INT_ENAB | PCC_TIMER_INT_CLR | in mvme147_sched_init()
154 tmp = m147_pcc->t1_cntrl >> 4; in mvme147_read_clk()
155 count = m147_pcc->t1_count; in mvme147_read_clk()
156 overflow = m147_pcc->t1_cntrl >> 4; in mvme147_read_clk()
158 count = m147_pcc->t1_count; in mvme147_read_clk()