Lines Matching refs:m147_pcc
61 m147_pcc->watchdog = 0x0a; /* Clear timer */ in mvme147_reset()
62 m147_pcc->watchdog = 0xa5; /* Enable watchdog - 100ms to reset */ in mvme147_reset()
118 m147_pcc->t1_cntrl = PCC_TIMER_CLR_OVF | PCC_TIMER_COC_EN | in mvme147_timer_int()
120 m147_pcc->t1_int_cntrl = PCC_INT_ENAB | PCC_TIMER_INT_CLR | in mvme147_timer_int()
138 m147_pcc->t1_preload = PCC_TIMER_PRELOAD; in mvme147_sched_init()
139 m147_pcc->t1_cntrl = PCC_TIMER_CLR_OVF | PCC_TIMER_COC_EN | in mvme147_sched_init()
141 m147_pcc->t1_int_cntrl = PCC_INT_ENAB | PCC_TIMER_INT_CLR | in mvme147_sched_init()
155 tmp = m147_pcc->t1_cntrl >> 4; in mvme147_read_clk()
156 count = m147_pcc->t1_count; in mvme147_read_clk()
157 overflow = m147_pcc->t1_cntrl >> 4; in mvme147_read_clk()
159 count = m147_pcc->t1_count; in mvme147_read_clk()