Searched refs:dx (Results 1 - 25 of 203) sorted by relevance

123456789

/linux-master/drivers/video/fbdev/
H A Dc2p.h13 extern void c2p_planar(void *dst, const void *src, u32 dx, u32 dy, u32 width,
17 extern void c2p_iplan2(void *dst, const void *src, u32 dx, u32 dy, u32 width,
H A Datafb.h6 int dx, int height, int width);
10 int dy, int dx, u32 width,
14 int dx, int height, int width);
18 int dy, int dx, u32 width,
22 int dx, int height, int width);
26 int dy, int dx, u32 width,
30 int dx, int height, int width);
34 int dy, int dx, u32 width,
H A Datafb_mfb.c24 int sy, int sx, int dy, int dx,
30 if (sx == 0 && dx == 0 && width == next_line) {
36 dest = (u8 *)info->screen_base + dy * next_line + (dx >> 3);
44 dest = (u8 *)info->screen_base + (dy + height - 1) * next_line + (dx >> 3);
77 int dy, int dx, u32 width,
83 dest = (u8 *)info->screen_base + dy * next_line + (dx >> 3);
23 atafb_mfb_copyarea(struct fb_info *info, u_long next_line, int sy, int sx, int dy, int dx, int height, int width) argument
76 atafb_mfb_linefill(struct fb_info *info, u_long next_line, int dy, int dx, u32 width, const u8 *data, u32 bgcolor, u32 fgcolor) argument
H A Datafb_iplan2p4.c24 int sy, int sx, int dy, int dx,
43 u_int upwards = (dy < sy) || (dy == sy && dx < sx);
46 if (!((sx ^ dx) & 15)) {
51 dst = (u8 *)info->screen_base + dy * next_line + (dx & ~15) / (8 / BPL);
76 dst = (u8 *)info->screen_base + (dy - 1) * next_line + ((dx + width + 8) & ~15) / (8 / BPL);
110 dst = (u8 *)info->screen_base + dy * next_line + (dx & ~15) / (8 / BPL);
159 dst = (u8 *)info->screen_base + (dy - 1) * next_line + ((dx + width + 8) & ~15) / (8 / BPL);
164 if ((dx + width) & 15)
253 int dy, int dx, u32 width,
261 dest = (u32 *)(info->screen_base + dy * next_line + (dx
23 atafb_iplan2p4_copyarea(struct fb_info *info, u_long next_line, int sy, int sx, int dy, int dx, int height, int width) argument
252 atafb_iplan2p4_linefill(struct fb_info *info, u_long next_line, int dy, int dx, u32 width, const u8 *data, u32 bgcolor, u32 fgcolor) argument
[all...]
H A Datafb_iplan2p2.c24 int sy, int sx, int dy, int dx,
43 u_int upwards = (dy < sy) || (dy == sy && dx < sx);
46 if (!((sx ^ dx) & 15)) {
51 dst = (u8 *)info->screen_base + dy * next_line + (dx & ~15) / (8 / BPL);
76 dst = (u8 *)info->screen_base + (dy - 1) * next_line + ((dx + width + 8) & ~15) / (8 / BPL);
110 dst = (u8 *)info->screen_base + dy * next_line + (dx & ~15) / (8 / BPL);
152 dst = (u8 *)info->screen_base + (dy - 1) * next_line + ((dx + width + 8) & ~15) / (8 / BPL);
157 if ((dx + width) & 15)
239 int dy, int dx, u32 width,
247 dest = (u32 *)(info->screen_base + dy * next_line + (dx
23 atafb_iplan2p2_copyarea(struct fb_info *info, u_long next_line, int sy, int sx, int dy, int dx, int height, int width) argument
238 atafb_iplan2p2_linefill(struct fb_info *info, u_long next_line, int dy, int dx, u32 width, const u8 *data, u32 bgcolor, u32 fgcolor) argument
[all...]
H A Ddnfb.c163 dest = area->dy * (info->fix.line_length >> 1) + (area->dx >> 4);
167 x_end = area->dx + area->width - 1;
168 x_word_count = (x_end >> 4) - (area->dx >> 4) + 1;
169 start_mask = 0xffff0000 >> (area->dx & 0xf);
172 (((area->dx & 0xf) - (area->sx & 0xf)) % 16) | (0x4 << 5));
173 if ((area->dx & 0xf) < (area->sx & 0xf))
177 x_end = area->dx - area->width + 1;
178 x_word_count = (area->dx >> 4) - (x_end >> 4) + 1;
179 start_mask = 0x7ffff >> (area->dx & 0xf);
182 ((-((area->sx & 0xf) - (area->dx
[all...]
H A Dc2p_iplan2.c76 * @dx: Horizontal destination offset (in pixels)
85 void c2p_iplan2(void *dst, const void *src, u32 dx, u32 dy, u32 width, argument
96 dst += dy*dst_nextline+(dx & ~15)*bpp;
97 dst_idx = dx % 16;
H A Dc2p_planar.c76 * @dx: Horizontal destination offset (in pixels)
86 void c2p_planar(void *dst, const void *src, u32 dx, u32 dy, u32 width, argument
98 dst += dy*dst_nextline+(dx & ~31);
99 dst_idx = dx % 32;
/linux-master/drivers/video/fbdev/mb862xx/
H A Dmb862xxfb_accel.c50 if (area->sx >= area->dx && area->sy >= area->dy)
52 else if (area->sx >= area->dx && area->sy <= area->dy)
54 else if (area->sx <= area->dx && area->sy >= area->dy)
60 cmd[4] = (area->dy << 16) | area->dx;
69 static void mb86290fb_imageblit1(u32 *cmd, u16 step, u16 dx, u16 dy, argument
96 cmd[7] = (dy << 16) | dx;
118 static void mb86290fb_imageblit8(u32 *cmd, u16 step, u16 dx, u16 dy, argument
129 cmd[1] = (dy << 16) | dx;
157 static void mb86290fb_imageblit16(u32 *cmd, u16 step, u16 dx, u16 dy, argument
172 cmd[1] = (dy << 16) | dx;
193 u16 dx = image->dx, dy = image->dy; local
[all...]
/linux-master/drivers/video/fbdev/savage/
H A Dsavagefb_accel.c34 int sx = region->sx, dx = region->dx; local
44 if (dx <= sx) {
48 dx += region->width - 1;
61 BCI_SEND(BCI_X_Y(dx, dy));
88 BCI_SEND( BCI_X_Y(rect->dx, rect->dy) );
128 BCI_SEND(BCI_CLIP_LR(image->dx, image->dx + image->width - 1));
131 BCI_SEND(BCI_X_Y(image->dx, image->dy));
/linux-master/arch/x86/include/asm/
H A Dapm.h15 "mov %%dx, %%ds\n\t" \
16 "mov %%dx, %%es\n\t" \
17 "mov %%dx, %%fs\n\t" \
18 "mov %%dx, %%gs\n\t"
52 int cx, dx, si; local
67 : "=a" (*eax), "=b" (error), "=c" (cx), "=d" (dx),
/linux-master/drivers/gpu/drm/omapdrm/dss/
H A Dhdmi_phy.c38 int dx, dy; local
40 dx = lanes[i];
43 if (dx < 0 || dx >= 8)
49 if (dx & 1) {
50 if (dy != dx - 1)
54 if (dy != dx + 1)
59 lane = dx / 2;
/linux-master/drivers/video/fbdev/omap2/omapfb/dss/
H A Dhdmi_phy.c47 int dx, dy; local
49 dx = lanes[i];
52 if (dx < 0 || dx >= 8)
58 if (dx & 1) {
59 if (dy != dx - 1)
63 if (dy != dx + 1)
68 lane = dx / 2;
/linux-master/arch/m68k/include/asm/
H A Datarikb.h22 void ikbd_mouse_kbd_mode(int dx, int dy);
/linux-master/tools/testing/selftests/x86/
H A Dcheck_initial_reg_state.c11 unsigned long ax, bx, cx, dx, si, di, bp, sp, flags; variable
23 "mov %rdx, dx\n\t"
42 "mov %edx, dx\n\t"
63 if (ax || bx || cx || dx || si || di || bp
73 SHOW(dx);
/linux-master/drivers/video/fbdev/aty/
H A Dradeon_accel.c64 OUTREG(DST_Y_X, (region->dy << 16) | region->dx);
89 modded.dx >= vxres || modded.dy >= vyres)
92 if(modded.dx + modded.width > vxres) modded.width = vxres - modded.dx;
102 u32 sx, sy, dx, dy, w, h; local
105 dx = area->dx; dy = area->dy;
107 xdir = sx - dx;
110 if ( xdir < 0 ) { sx += w-1; dx += w-1; }
130 OUTREG(DST_Y_X, (dy << 16) | dx);
[all...]
H A Dmach64_accel.c28 static u32 rotation24bpp(u32 dx, u32 direction) argument
32 rotation = (dx / 4) % 6;
34 rotation = ((dx + 2) / 4) % 6;
203 u32 sx = area->sx, dx = area->dx, width = area->width, rotation = 0; local
218 dx *= 3;
228 if (sx < dx) {
229 dx += width - 1;
235 rotation = rotation24bpp(dx, direction);
244 draw_rect(dx, d
250 u32 color, dx = rect->dx, width = rect->width, rotation = 0; local
290 u32 src_bytes, dx = image->dx, dy = image->dy, width = image->width; local
[all...]
/linux-master/drivers/staging/media/atomisp/pci/isp/kernels/ctc/ctc1_5/
H A Dia_css_ctc1_5.host.c30 int dx = x1 - x0; local
37 if (dx == 0) {
42 dydx_int = dy / dx;
43 dydx_frc = ((dy - dydx_int * dx) << frc_bits) / dx;
56 <= (((float)dy / (float)dx) * (1 << sft))
/linux-master/drivers/input/mouse/
H A Damimouse.c38 int nx, ny, dx, dy; local
45 dx = nx - amimouse_lastx;
48 if (dx < -127) dx = (256 + nx) - amimouse_lastx;
49 if (dx > 127) dx = (nx - 256) - amimouse_lastx;
58 input_report_rel(dev, REL_X, dx);
/linux-master/drivers/platform/chrome/
H A Dcros_ec_sensorhub_trace.h81 TP_PROTO(struct cros_ec_sensors_ts_filter_state *state, s64 dx, s64 dy),
82 TP_ARGS(state, dx, dy),
84 __field(s64, dx)
93 __entry->dx = dx;
101 TP_printk("dx: %12lld. dy: %12lld median_m: %12lld median_error: %12lld len: %lld x: %12lld y: %12lld",
102 __entry->dx,
/linux-master/arch/x86/realmode/rm/
H A Dtrampoline_32.S53 movw $1, %dx # protected mode (PE) bit
54 lmsw %dx # into protected mode
/linux-master/drivers/video/fbdev/sis/
H A Dsis_accel.c322 if(!rect->width || !rect->height || rect->dx >= vxres || rect->dy >= vyres)
326 width = ((rect->dx + rect->width) > vxres) ? (vxres - rect->dx) : rect->width;
341 SiS300SubsequentSolidFillRect(ivideo, rect->dx, rect->dy, width, height);
348 SiS310SubsequentSolidFillRect(ivideo, rect->dx, rect->dy, width, height);
375 area->dx >= vxres || area->dy >= vyres)
380 if((area->dx + width) > vxres) width = vxres - area->dx;
388 if(area->sx < area->dx) xdir = 0;
396 area->dx, are
[all...]
/linux-master/arch/x86/boot/
H A Dmemory.c84 if (oreg.cx || oreg.dx) {
86 oreg.bx = oreg.dx;
/linux-master/drivers/gpu/drm/vboxvideo/
H A Dvbox_irq.c79 if (hintsi->dx >= 0xffff ||
81 hintsj->dx >= 0xffff ||
83 (hintsi->dx <
84 hintsj->dx + (hintsj->cx & 0x8fff) &&
85 hintsi->dx + (hintsi->cx & 0x8fff) >
86 hintsj->dx) ||
98 vbox->last_mode_hints[i].dx = currentx;
141 vbox_conn->vbox_crtc->x_hint = hints->dx;
/linux-master/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
H A DEventClass.py60 flags, ip, ax, bx, cx, dx, si, di, bp, sp = struct.unpack('QQQQQQQQQQ', tmp_buf)
66 self.dx = dx

Completed in 395 milliseconds

123456789