Home
last modified time | relevance | path

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

/linux/drivers/staging/sm750fb/
A Dsm750_cursor.c89 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/arch/nds32/include/asm/
A Dassembler.h32 #define USER(insn, reg, addr, opr) \ argument
33 9999: insn reg, addr, opr; \
/linux/drivers/spi/
A Dspi-fsl-qspi.c169 #define LUT_DEF(idx, ins, pad, opr) \ argument
170 ((((ins) << 10) | ((pad) << 8) | (opr)) << (((idx) % 2) * 16))
A Dspi-nxp-fspi.c310 #define LUT_DEF(idx, ins, pad, opr) \ argument
312 (opr)) << (((idx) % 2) * OPRND_SHIFT))

Completed in 11 milliseconds