Searched refs:_dsp_mthi (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/arch/mips/include/asm/ |
H A D | mipsregs.h | 1844 #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 D | mipsregs.h | 2698 #define _dsp_mthi(val, reg) _dsp_mtxxx(val, ((reg << 14) | 0x0000)) macro 2706 #define _dsp_mthi(val, reg) _dsp_mtxxx(val, ((reg << 11) | 0x0000)) macro 2725 #define mthi0(x) _dsp_mthi(x, 0) 2726 #define mthi1(x) _dsp_mthi(x, 1) 2727 #define mthi2(x) _dsp_mthi(x, 2) 2728 #define mthi3(x) _dsp_mthi(x, 3)
|