Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/mips/include/asm/
H A Dmipsregs.h1844 #define _dsp_mthi(val, reg) _dsp_mtxxx(val, ((reg << 11) | 0x0000)) macro
1861 #define mthi0(x) _dsp_mthi(x, 0)
1862 #define mthi1(x) _dsp_mthi(x, 1)
1863 #define mthi2(x) _dsp_mthi(x, 2)
1864 #define mthi3(x) _dsp_mthi(x, 3)
/openbmc/linux/arch/mips/include/asm/
H A Dmipsregs.h2695 #define _dsp_mthi(val, reg) _dsp_mtxxx(val, ((reg << 14) | 0x0000)) macro
2703 #define _dsp_mthi(val, reg) _dsp_mtxxx(val, ((reg << 11) | 0x0000)) macro
2722 #define mthi0(x) _dsp_mthi(x, 0)
2723 #define mthi1(x) _dsp_mthi(x, 1)
2724 #define mthi2(x) _dsp_mthi(x, 2)
2725 #define mthi3(x) _dsp_mthi(x, 3)