Home
last modified time | relevance | path

Searched refs:DE_CONTROL_ROP_MASK (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/staging/sm750fb/
H A Dsm750_accel.c126 (rop & DE_CONTROL_ROP_MASK); /* dpr0xc */ in sm750_hw_fillrect()
279 de_ctrl = (rop2 & DE_CONTROL_ROP_MASK) | DE_CONTROL_ROP_SELECT | in sm750_hw_copyarea()
390 de_ctrl = (rop2 & DE_CONTROL_ROP_MASK) | in sm750_hw_imageblit()
H A Dsm750_accel.h82 #define DE_CONTROL_ROP_MASK 0xff macro