Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/include/asm/
Dmipsregs.h1879 #define _dsp_mthi(val, reg) _dsp_mtxxx(val, ((reg << 11) | 0x0000)) macro
1896 #define mthi0(x) _dsp_mthi(x, 0)
1897 #define mthi1(x) _dsp_mthi(x, 1)
1898 #define mthi2(x) _dsp_mthi(x, 2)
1899 #define mthi3(x) _dsp_mthi(x, 3)