Searched full:rop2 (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/staging/sm750fb/ |
H A D | sm750_accel.c | 146 * @rop2: ROP value 154 unsigned int rop2) in sm750_hw_copyarea() argument 159 /* Direction of ROP2 operation: 1 = Left to Right, (-1) = Right to Left */ in sm750_hw_copyarea() 279 de_ctrl = (rop2 & DE_CONTROL_ROP_MASK) | DE_CONTROL_ROP_SELECT | in sm750_hw_copyarea() 316 * @rop2: ROP value 321 u32 height, u32 fColor, u32 bColor, u32 rop2) in sm750_hw_imageblit() argument 390 de_ctrl = (rop2 & DE_CONTROL_ROP_MASK) | in sm750_hw_imageblit()
|
H A D | sm750_accel.h | 210 * @rop2: ROP value 218 unsigned int rop2); 236 * @rop2: ROP value 241 u32 height, u32 fColor, u32 bColor, u32 rop2);
|
H A D | sm750.h | 73 u32 rop2); 78 u32 height, u32 f_color, u32 b_color, u32 rop2);
|