Home
last modified time | relevance | path

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

/linux-4.1.27/arch/m68k/apollo/
Dconfig.c182 x = *(volatile unsigned char *)(apollo_timer + 3); in dn_timer_int()
183 x = *(volatile unsigned char *)(apollo_timer + 5); in dn_timer_int()
191 *(volatile unsigned char *)(apollo_timer + 3) = 0x01; in dn_sched_init()
192 *(volatile unsigned char *)(apollo_timer + 1) = 0x40; in dn_sched_init()
193 *(volatile unsigned char *)(apollo_timer + 5) = 0x09; in dn_sched_init()
194 *(volatile unsigned char *)(apollo_timer + 7) = 0xc4; in dn_sched_init()
201 *(volatile unsigned char *)(apollo_timer + 0x3)); in dn_sched_init()
203 *(volatile unsigned char *)(apollo_timer + 0x3)); in dn_sched_init()
/linux-4.1.27/arch/m68k/include/asm/
Dapollohw.h82 #define apollo_timer (IO_BASE + timer_physaddr) macro