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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Dmipsmtregs.h329 #define mttc0(rd, sel, v) \ macro
336 " # mttc0 %0," #rd ", " #sel " \n" \
361 #define write_vpe_c0_vpecontrol(val) mttc0(1, 1, val)
363 #define write_vpe_c0_vpeconf0(val) mttc0(1, 2, val)
365 #define write_vpe_c0_vpeconf1(val) mttc0(1, 3, val)
367 #define write_vpe_c0_count(val) mttc0(9, 0, val)
369 #define write_vpe_c0_status(val) mttc0(12, 0, val)
371 #define write_vpe_c0_cause(val) mttc0(13, 0, val)
373 #define write_vpe_c0_config(val) mttc0(16, 0, val)
375 #define write_vpe_c0_config1(val) mttc0(1
[all...]

Completed in 33 milliseconds