Home
last modified time | relevance | path

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

/arch/m68k/mvme147/
A Dconfig.c55 m147_pcc->watchdog = 0x0a; /* Clear timer */ in mvme147_reset()
56 m147_pcc->watchdog = 0xa5; /* Enable watchdog - 100ms to reset */ in mvme147_reset()
133 m147_pcc->t1_cntrl = PCC_TIMER_CLR_OVF | PCC_TIMER_COC_EN | in mvme147_timer_int()
135 m147_pcc->t1_int_cntrl = PCC_INT_ENAB | PCC_TIMER_INT_CLR | in mvme147_timer_int()
153 m147_pcc->t1_preload = PCC_TIMER_PRELOAD; in mvme147_sched_init()
154 m147_pcc->t1_cntrl = PCC_TIMER_CLR_OVF | PCC_TIMER_COC_EN | in mvme147_sched_init()
156 m147_pcc->t1_int_cntrl = PCC_INT_ENAB | PCC_TIMER_INT_CLR | in mvme147_sched_init()
170 tmp = m147_pcc->t1_cntrl >> 4; in mvme147_read_clk()
171 count = m147_pcc->t1_count; in mvme147_read_clk()
172 overflow = m147_pcc->t1_cntrl >> 4; in mvme147_read_clk()
[all …]
/arch/m68k/include/asm/
A Dmvme147hw.h46 #define m147_pcc ((struct pcc_regs * volatile)0xfffe1000) macro

Completed in 7 milliseconds