Lines Matching defs:rop
194 om_rop_addr(int plane, int rop)
198 (OMFB_ROP_P0 + OMFB_PLANEOFFS * plane + rop * 4);
203 om_set_rop(int plane, int rop, uint32_t mask)
206 *om_rop_addr(plane, rop) = mask;
211 om_set_rop_curplane(int rop, uint32_t mask)
214 ((volatile uint32_t *)(OMFB_ROP_COMMON))[rop] = mask;
266 om_fill(int planemask, int rop, uint8_t *dstptr, int dstbitoffs, int dstspan,
298 om_set_rop_curplane(rop, mask);
357 int16_t rop;
369 rop = ROP_ONE;
371 rop = ROP_ZERO;
372 om_set_rop(plane, rop, mask);
417 * bg fg rop result
645 * rop: ROP array with planecount elements.
651 int16_t width, int16_t height, uint8_t rop[])
783 om_set_rop(plane, rop[plane], mask);
812 om_set_rop(plane, rop[plane], ALL1BITS);
1154 uint8_t rop[OMFB_MAX_PLANECOUNT];
1244 rop[i] = t;
1245 om_set_rop(i, rop[i], ALL1BITS);
1260 width, rowheight * r, rop);