Searched refs:PPP_OP_BLEND_ON (Results 1 – 2 of 2) sorted by relevance
179 regs->op |= PPP_OP_ROT_ON | PPP_OP_BLEND_ON | in blit_blend()186 regs->op |= PPP_OP_ROT_ON | PPP_OP_BLEND_ON | in blit_blend()194 regs->op |= PPP_OP_ROT_ON | PPP_OP_BLEND_ON | in blit_blend()198 regs->op |= PPP_OP_ROT_ON | PPP_OP_BLEND_ON | in blit_blend()633 if (regs->op & PPP_OP_BLEND_ON) { in send_blit()
336 #define PPP_OP_BLEND_ON (1<<12) macro