Searched refs:opr (Results 1 – 3 of 3) sorted by relevance
| /Linux-v4.19/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-v4.19/arch/nds32/include/asm/ |
| D | assembler.h | 32 #define USER(insn, reg, addr, opr) \ argument 33 9999: insn reg, addr, opr; \
|
| /Linux-v4.19/drivers/mtd/spi-nor/ |
| D | fsl-quadspi.c | 185 #define LUT0(ins, pad, opr) \ argument 186 (((opr) << OPRND0_SHIFT) | ((LUT_##pad) << PAD0_SHIFT) | \ 189 #define LUT1(ins, pad, opr) (LUT0(ins, pad, opr) << OPRND1_SHIFT) argument
|