Searched refs:opr (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/drivers/staging/sm750fb/ |
| D | sm750_cursor.c | 89 u8 color, mask, opr; in sm750_hw_cursor_setData() local 114 opr = mask ^ color; in sm750_hw_cursor_setData() 116 opr = mask & color; in sm750_hw_cursor_setData() 119 data |= ((opr & (0x80 >> j)) ? 2 : 1) << (j * 2); in sm750_hw_cursor_setData()
|
| /Linux-v5.4/arch/nds32/include/asm/ |
| D | assembler.h | 32 #define USER(insn, reg, addr, opr) \ argument 33 9999: insn reg, addr, opr; \
|
| /Linux-v5.4/drivers/spi/ |
| D | spi-fsl-qspi.c | 159 #define LUT_DEF(idx, ins, pad, opr) \ argument 160 ((((ins) << 10) | ((pad) << 8) | (opr)) << (((idx) % 2) * 16))
|
| D | spi-nxp-fspi.c | 304 #define LUT_DEF(idx, ins, pad, opr) \ argument 306 (opr)) << (((idx) % 2) * OPRND_SHIFT))
|