Searched refs:ROP (Results 1 - 28 of 28) sorted by relevance

/linux-4.4.14/drivers/media/platform/vsp1/
H A Dvsp1_bru.c2 * vsp1_bru.c -- R-Car VSP1 Blend ROP Unit
108 /* Route BRU input 1 as SRC input to the ROP unit and configure the ROP bru_s_stream()
110 * Blend/ROP unit B SRC input. bru_s_stream()
120 /* Configure all Blend/ROP units corresponding to an enabled BRU bru_s_stream()
121 * input for alpha blending. Blend/ROP units corresponding to bru_s_stream()
122 * disabled BRU inputs are used in ROP NOP mode to ignore the bru_s_stream()
135 /* Select the virtual RPF as the Blend/ROP unit A DST input to bru_s_stream()
141 /* Route BRU inputs 0 to 3 as SRC inputs to Blend/ROP units A to bru_s_stream()
142 * D in that order. The Blend/ROP unit B SRC is hardwired to the bru_s_stream()
143 * ROP unit output, the corresponding register bits must be set bru_s_stream()
H A Dvsp1_bru.h2 * vsp1_bru.h -- R-Car VSP1 Blend ROP Unit
/linux-4.4.14/drivers/staging/sm750fb/
H A Dsm750_accel.c132 FIELD_VALUE(0, DE_CONTROL, ROP, rop); /* dpr0xc */ hw_fillrect()
151 unsigned int rop2) /* ROP value */ hw_copyarea()
270 de_ctrl = FIELD_VALUE(0, DE_CONTROL, ROP, rop2) | hw_copyarea()
311 u32 rop2) /* ROP value */ hw_imageblit()
372 de_ctrl = FIELD_VALUE(0, DE_CONTROL, ROP, rop2) | hw_imageblit()
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dg84.c53 { 0x01000000, "ROP" },
88 { 0x80, "ROP" },
H A Dctxnv50.c496 /* 7000: per-ROP group state */ nv50_gr_construct_mmio()
1231 /* Strand 3: per-ROP group state */ nv50_gr_construct_xfer1()
1291 /* per-ROP context */ nv50_gr_construct_xfer1()
2638 xf_emit(ctx, 1, 0); /* 000000ff ROP */ nv50_gr_construct_gene_ropc()
H A Dgf100.c1090 nvkm_error(subdev, "ROP%d %08x %08x\n", gf100_gr_trap_intr()
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
H A Dnv30.c101 /* Related to ROP count */ nv30_fb_init()
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/ibus/
H A Dgf100.c44 nvkm_error(ibus, "ROP%d: %06x %08x (%08x)\n", i, addr, data, stat); gf100_ibus_intr_rop()
H A Dgk104.c44 nvkm_error(ibus, "ROP%d: %06x %08x (%08x)\n", i, addr, data, stat); gk104_ibus_intr_rop()
/linux-4.4.14/include/video/
H A Dtrident.h136 #define ROP 0x2148 macro
/linux-4.4.14/drivers/video/fbdev/
H A Ddnfb.c83 /* ROP REG - all one nibble */
85 #define ROP(r2,r3,r0,r1) ( (U_SHORT)((r0)|((r1)<<4)|((r2)<<8)|((r3)<<12)) ) macro
H A Dwmt_ge_rops.c137 /* Only one ROP engine is presently supported. */ wmt_ge_rops_probe()
H A Dpm3fb.c417 /* ROP Ox3 is GXcopy */ pm3fb_fillrect()
554 /* ROP Ox3 is GXcopy */ pm3fb_imageblit()
H A Ds1d13xxxfb.c487 /* negative direction ROP */ s1d13xxxfb_bitblt_copyarea()
491 } else /* positive direction ROP */ { s1d13xxxfb_bitblt_copyarea()
H A Dtridentfb.c331 writemmr(par, ROP, rop ? ROP_X : ROP_S); blade_fill_rect()
365 writemmr(par, ROP, ROP_S); blade_copy_rect()
H A Dcirrusfb.c2643 /* BLT ROP: SrcCopy */ cirrusfb_set_blitter()
2644 vga_wgfx(regbase, CL_GR32, 0x0d); /* BLT ROP */ cirrusfb_set_blitter()
/linux-4.4.14/drivers/media/platform/s5p-g2d/
H A Dg2d-regs.h66 /* Parameter Setting Registers (ROP & Alpha Setting) */
/linux-4.4.14/sound/soc/codecs/
H A Dwm8990.c244 SOC_SINGLE("ROP Mute Switch", WM8990_LINE_OUTPUTS_VOLUME,
246 SOC_SINGLE("ROP Attenuation Switch", WM8990_LINE_OUTPUTS_VOLUME,
563 SOC_DAPM_SINGLE("RONMIX Inverted ROP Switch", WM8990_LINE_MIXER2,
750 SND_SOC_DAPM_OUTPUT("ROP"),
860 {"RONMIX", "RONMIX Inverted ROP Switch", "ROPMIX"},
882 {"ROP", NULL, "ROPMIX"},
H A Dwm8991.c227 SOC_SINGLE("ROP Mute Switch", WM8991_LINE_OUTPUTS_VOLUME,
229 SOC_SINGLE("ROP Attenuation Switch", WM8991_LINE_OUTPUTS_VOLUME,
543 SOC_DAPM_SINGLE("RONMIX Inverted ROP Switch", WM8991_LINE_MIXER2,
732 SND_SOC_DAPM_OUTPUT("ROP"),
842 {"RONMIX", "RONMIX Inverted ROP Switch", "ROPMIX"},
864 {"ROP", NULL, "ROPMIX"},
H A Dwm8400.c206 SOC_SINGLE("ROP Mute Switch", WM8400_LINE_OUTPUTS_VOLUME,
208 SOC_SINGLE("ROP Attenuation Switch", WM8400_LINE_OUTPUTS_VOLUME,
517 SOC_DAPM_SINGLE("RONMIX Inverted ROP Switch", WM8400_LINE_MIXER2,
710 SND_SOC_DAPM_OUTPUT("ROP"),
820 {"RONMIX", "RONMIX Inverted ROP Switch", "ROPMIX"},
842 {"ROP", NULL, "ROPMIX"},
H A Dwm8903.c821 SND_SOC_DAPM_OUTPUT("ROP"),
1083 { "ROP", NULL, "Right Speaker PGA" },
/linux-4.4.14/drivers/video/fbdev/via/
H A Daccel.c164 ge_cmd |= 0xCC000000; /* ROP=SRCCOPY */ hw_bitblt_1()
296 ge_cmd |= 0xCC000000; /* ROP=SRCCOPY */ hw_bitblt_2()
/linux-4.4.14/drivers/video/fbdev/sis/
H A Dsis_accel.c60 /* same ROP but with Pattern as Source */
/linux-4.4.14/arch/sh/include/asm/
H A Dhd64461.h121 #define HD64461_BBTROPR HD64461_IO_OFFSET(0x1068) /* ROP Register */
/linux-4.4.14/arch/m32r/include/asm/
H A Ds1d13806.h153 {0x0102,0x00}, // BitBlt ROP Code/Color Expansion Register
/linux-4.4.14/arch/arm/mach-sa1100/
H A Djornada720.c142 {0x0102,0x00}, // BitBlt ROP Code/Color Expansion Register
/linux-4.4.14/drivers/video/fbdev/riva/
H A Dfbdev.c967 * Set ROP. Translate X rop into ROP3. Internal routine.
1385 * color with a choice of two different ROP's, copy or invert.
/linux-4.4.14/drivers/gpu/drm/vmwgfx/device_include/
H A Dsvga_reg.h1423 * The value of ROP may only be SVGA_ROP_COPY, and this command is

Completed in 2148 milliseconds