Home
last modified time | relevance | path

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

/Linux-v6.6/arch/mips/include/asm/
Dmipsregs.h2694 #define _dsp_mtlo(val, reg) _dsp_mtxxx(val, ((reg << 14) | 0x1000)) macro
2702 #define _dsp_mtlo(val, reg) _dsp_mtxxx(val, ((reg << 11) | 0x0002)) macro
2717 #define mtlo0(x) _dsp_mtlo(x, 0)
2718 #define mtlo1(x) _dsp_mtlo(x, 1)
2719 #define mtlo2(x) _dsp_mtlo(x, 2)
2720 #define mtlo3(x) _dsp_mtlo(x, 3)