Searched refs:rop (Results 1 - 25 of 59) sorted by relevance

123

/linux-master/drivers/staging/sm750fb/
H A Dsm750_cursor.h11 void sm750_hw_cursor_setData(struct lynx_cursor *cursor, u16 rop,
13 void sm750_hw_cursor_setData2(struct lynx_cursor *cursor, u16 rop,
H A Dsm750_cursor.c84 void sm750_hw_cursor_setData(struct lynx_cursor *cursor, u16 rop, argument
112 if (rop == ROP_XOR)
134 void sm750_hw_cursor_setData2(struct lynx_cursor *cursor, u16 rop, argument
H A Dsm750_accel.c90 u32 color, u32 rop)
126 (rop & DE_CONTROL_ROP_MASK); /* dpr0xc */
87 sm750_hw_fillrect(struct lynx_accel *accel, u32 base, u32 pitch, u32 Bpp, u32 x, u32 y, u32 width, u32 height, u32 color, u32 rop) argument
H A Dsm750.h65 u32 color, u32 rop);
H A Dsm750.c149 fbcursor->rop,
165 unsigned int base, pitch, Bpp, rop; local
184 rop = (region->rop != ROP_COPY) ? HW_ROP2_XOR : HW_ROP2_COPY;
198 color, rop);
/linux-master/tools/testing/selftests/powerpc/dexcr/
H A DMakefile6 $(OUTPUT)/hashchk_test: CFLAGS += -fno-pie $(call cc-option,-mno-rop-protect)
/linux-master/drivers/mtd/nand/raw/
H A Drenesas-nand-controller.c325 static void rnandc_trigger_op(struct rnandc *rnandc, struct rnandc_op *rop) argument
327 writel_relaxed(rop->addr0_col, rnandc->regs + ADDR0_COL_REG);
328 writel_relaxed(rop->addr0_row, rnandc->regs + ADDR0_ROW_REG);
329 writel_relaxed(rop->addr1_col, rnandc->regs + ADDR1_COL_REG);
330 writel_relaxed(rop->addr1_row, rnandc->regs + ADDR1_ROW_REG);
331 writel_relaxed(rop->ecc_offset, rnandc->regs + ECC_OFFSET_REG);
332 writel_relaxed(rop->gen_seq_ctrl, rnandc->regs + GEN_SEQ_CTRL_REG);
333 writel_relaxed(DATA_SIZE(rop->len), rnandc->regs + DATA_SIZE_REG);
334 writel_relaxed(rop->command, rnandc->regs + COMMAND_REG);
406 struct rnandc_op rop local
500 struct rnandc_op rop = { local
586 struct rnandc_op rop = { local
642 struct rnandc_op rop = { local
687 struct rnandc_op rop = { local
[all...]
/linux-master/drivers/video/fbdev/sis/
H A Dsis_accel.c82 int rop, int trans_color)
93 SiS300SetupROP(sisALUConv[rop])
136 SiS300SetupForSolidFill(struct sis_video_info *ivideo, u32 color, int rop) argument
141 SiS300SetupROP(sisPatALUConv[rop])
172 SiS310SetupForScreenToScreenCopy(struct sis_video_info *ivideo, int rop, int trans_color) argument
182 SiS310SetupROP(sisALUConv[rop])
238 SiS310SetupForSolidFill(struct sis_video_info *ivideo, u32 color, int rop) argument
243 SiS310SetupROP(sisPatALUConv[rop])
340 SiS300SetupForSolidFill(ivideo, col, myrops[rect->rop]);
347 SiS310SetupForSolidFill(ivideo, col, myrops[rect->rop]);
81 SiS300SetupForScreenToScreenCopy(struct sis_video_info *ivideo, int xdir, int ydir, int rop, int trans_color) argument
[all...]
H A Dsis_accel.h243 #define SiS300SetupROP(rop) \
244 ivideo->CommandReg = (rop) << 8;
368 #define SiS310SetupROP(rop) \
369 ivideo->CommandReg = (rop) << 8;
/linux-master/drivers/video/fbdev/i810/
H A Di810_accel.c152 * @rop: raster operation
162 int xdir, int src, int dest, int rop,
170 PUT_RING(xdir | rop << 16 | dpitch | DYN_COLOR_EN | blit_bpp);
186 * @rop: raster operation
196 int rop, int what, int blit_bpp,
204 PUT_RING(rop << 16 | pitch | SOLIDPATTERN | DYN_COLOR_EN | blit_bpp);
220 * @rop: raster operation
236 int dsize, int blit_bpp, int rop,
245 PUT_RING(DYN_COLOR_EN | blit_bpp | rop << 16 | dpitch);
301 u32 dx, dy, width, height, dest, rop local
161 source_copy_blit(int dwidth, int dheight, int dpitch, int xdir, int src, int dest, int rop, int blit_bpp, struct fb_info *info) argument
195 color_blit(int width, int height, int pitch, int dest, int rop, int what, int blit_bpp, struct fb_info *info) argument
235 mono_src_copy_imm_blit(int dwidth, int dheight, int dpitch, int dsize, int blit_bpp, int rop, int dest, const u32 *src, int bg, int fg, struct fb_info *info) argument
[all...]
/linux-master/drivers/video/fbdev/nvidia/
H A Dnv_accel.c169 static void NVSetRopSolid(struct fb_info *info, u32 rop, u32 planemask) argument
175 if (par->currentRop != (rop + 32)) {
177 NVDmaNext(par, NVCopyROP_PM[rop]);
178 par->currentRop = rop + 32;
180 } else if (par->currentRop != rop) {
184 NVDmaNext(par, NVCopyROP[rop]);
185 par->currentRop = rop;
336 if (rect->rop != ROP_COPY)
337 NVSetRopSolid(info, rect->rop, ~0);
348 if (rect->rop !
[all...]
/linux-master/drivers/media/platform/renesas/vsp1/
H A Dvsp1_regs.h631 #define VI6_BRU_CTRL_CROP(rop) ((rop) << 4)
633 #define VI6_BRU_CTRL_AROP(rop) ((rop) << 0)
673 #define VI6_BRU_ROP_CROP(rop) ((rop) << 4)
675 #define VI6_BRU_ROP_AROP(rop) ((rop) << 0)
/linux-master/drivers/video/fbdev/core/
H A Dsoftcursor.c58 switch (cursor->rop) {
H A Dsysfillrect.c268 switch (rect->rop) {
276 printk( KERN_ERR "cfb_fillrect(): unknown rop, "
298 switch (rect->rop) {
306 printk(KERN_ERR "sys_fillrect(): unknown rop, "
H A Dbitblit.c72 region.rop = ROP_COPY;
217 region.rop = ROP_COPY;
365 cursor.rop = ROP_XOR;
H A Dfbcon_ud.c80 region.rop = ROP_COPY;
232 region.rop = ROP_COPY;
389 cursor.rop = ROP_XOR;
H A Dfbcon_ccw.c93 region.rop = ROP_COPY;
202 region.rop = ROP_COPY;
366 cursor.rop = ROP_XOR;
/linux-master/drivers/media/platform/samsung/s5p-g2d/
H A Dg2d.h59 u32 rop; member in struct:g2d_ctx
/linux-master/drivers/video/fbdev/
H A Dffb.c243 u32 rop; member in struct:ffb_fbc
415 static __inline__ void ffb_rop(struct ffb_par *par, u32 rop) argument
417 if (par->rop_cache != rop) {
419 upa_writel(rop, &par->fbc->rop);
420 par->rop_cache = rop;
438 upa_writel(par->rop_cache, &fbc->rop);
483 BUG_ON(rect->rop != ROP_COPY && rect->rop != ROP_XOR);
495 ffb_rop(par, rect->rop
[all...]
H A Dbt431.h204 u16 rop, u16 width, u16 height)
218 if (rop == ROP_XOR)
202 bt431_set_cursor(struct bt431_regs *regs, const char *data, const char *mask, u16 rop, u16 width, u16 height) argument
H A Dhitfb.c91 u16 dy, u16 width, u16 height, u16 rop,
99 hitfb_writew(rop, HD64461_BBTROPR);
142 if (rect->rop != ROP_COPY)
90 hitfb_accel_bitblt(int truecolor, u16 sx, u16 sy, u16 dx, u16 dy, u16 width, u16 height, u16 rop, u32 mask_addr) argument
H A Dleo.c150 u32 rop; member in struct:leo_ld_ss0
222 sbus_writel(0x310850, &ss->rop);
236 sbus_writel(0x310b90, &ss->rop);
/linux-master/include/video/
H A Dpm3fb.h944 #define PM3Config2D_ForegroundROP(rop) (((rop) & 0xf) << 7)
946 #define PM3Config2D_BackgroundROP(rop) (((rop) & 0xf) << 12)
1004 #define PM3FillConfig2D_ForegroundROP(rop) (((rop) & 0xf) << 7)
1006 #define PM3FillConfig2D_BackgroundROP(rop) (((rop) & 0xf) << 12)
/linux-master/include/uapi/linux/
H A Dfb.h351 __u32 rop; member in struct:fb_fillrect
385 __u16 rop; /* bitop operation */ member in struct:fb_cursor
/linux-master/drivers/video/fbdev/savage/
H A Dsavagefb_accel.c83 BCI_CMD_SET_ROP(cmd, savagefb_rop[rect->rop]);

Completed in 217 milliseconds

123