Home
last modified time | relevance | path

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

/arch/m68k/mvme147/
Dconfig.c65 m147_pcc->watchdog = 0x0a; /* Clear timer */ in mvme147_reset()
66 m147_pcc->watchdog = 0xa5; /* Enable watchdog - 100ms to reset */ in mvme147_reset()
107 m147_pcc->t1_int_cntrl = PCC_TIMER_INT_CLR; in mvme147_timer_int()
108 m147_pcc->t1_int_cntrl = PCC_INT_ENAB|PCC_LEVEL_TIMER1; in mvme147_timer_int()
121 m147_pcc->t1_preload = PCC_TIMER_PRELOAD; in mvme147_sched_init()
122 m147_pcc->t1_cntrl = 0x0; /* clear timer */ in mvme147_sched_init()
123 m147_pcc->t1_cntrl = 0x3; /* start timer */ in mvme147_sched_init()
124 m147_pcc->t1_int_cntrl = PCC_TIMER_INT_CLR; /* clear pending ints */ in mvme147_sched_init()
125 m147_pcc->t1_int_cntrl = PCC_INT_ENAB|PCC_LEVEL_TIMER1; in mvme147_sched_init()
/arch/m68k/include/asm/
Dmvme147hw.h62 #define m147_pcc ((struct pcc_regs * volatile)0xfffe1000) macro