Searched refs:opr (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/arch/nds32/include/asm/ |
D | assembler.h | 32 #define USER(insn, reg, addr, opr) \ argument 33 9999: insn reg, addr, opr; \
|
/kernel/linux/linux-5.10/drivers/spi/ |
D | spi-fsl-qspi.c | 169 #define LUT_DEF(idx, ins, pad, opr) \ argument 170 ((((ins) << 10) | ((pad) << 8) | (opr)) << (((idx) % 2) * 16))
|
D | spi-nxp-fspi.c | 306 #define LUT_DEF(idx, ins, pad, opr) \ argument 308 (opr)) << (((idx) % 2) * OPRND_SHIFT))
|