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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/ddb5xxx/ddb5477/
H A Dsetup.c49 #define SP_TIMER_BASE DDB_SPT1CTRL_L macro
93 ddb_out32(SP_TIMER_BASE, 0xffffffff);
94 ddb_out32(SP_TIMER_BASE+4, 0x1);
95 ddb_out32(SP_TIMER_BASE+8, 0xffffffff);
108 t1 = ddb_in32(SP_TIMER_BASE+8);
114 t2 = ddb_in32(SP_TIMER_BASE+8);
117 ddb_out32(SP_TIMER_BASE+4, 0x0); /* disable it again */
160 ddb_out32(SP_TIMER_BASE, bus_frequency/HZ);
161 ddb_out32(SP_TIMER_BASE+4, 0x1);

Completed in 41 milliseconds