Searched refs:A20R_PT_CLOCK_BASE (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/mips/sni/
H A Dtime.c19 *(volatile u8 *)(A20R_PT_CLOCK_BASE + 12) = 0x34;
21 *(volatile u8 *)(A20R_PT_CLOCK_BASE + 0) = SNI_COUNTER0_DIV & 0xff;
23 *(volatile u8 *)(A20R_PT_CLOCK_BASE + 0) = SNI_COUNTER0_DIV >> 8;
26 *(volatile u8 *)(A20R_PT_CLOCK_BASE + 12) = 0xb4;
28 *(volatile u8 *)(A20R_PT_CLOCK_BASE + 8) = SNI_COUNTER2_DIV & 0xff;
30 *(volatile u8 *)(A20R_PT_CLOCK_BASE + 8) = SNI_COUNTER2_DIV >> 8;
/linux-master/arch/mips/include/asm/
H A Dsni.h142 #define A20R_PT_CLOCK_BASE CKSEG1ADDR(0xbc040000) macro

Completed in 114 milliseconds