Searched refs:y1 (Results 26 - 50 of 142) sorted by relevance

123456

/linux-master/arch/x86/crypto/
H A Daria-gfni-avx512-asm_64.S173 y0, y1, y2, y3, \
185 vmovdqu64 (9 * 64)(rio), y1; \
196 y0, y1, y2, y3, \
201 y0, y1, y2, y3, \
214 vmovdqu64 y1, 1 * 64(mem_cd); \
224 y0, y1, y2, y3, \
236 vmovdqu64 y1, 9 * 64(mem); \
270 y0, y1, y2, y3, \
293 vpxorq t0, y1, y1; \
[all...]
H A Dcamellia-aesni-avx2-asm_64.S244 #define two_roundsm32(x0, x1, x2, x3, x4, x5, x6, x7, y0, y1, y2, y3, y4, y5, \
276 #define enc_rounds32(x0, x1, x2, x3, x4, x5, x6, x7, y0, y1, y2, y3, y4, y5, \
278 two_roundsm32(x0, x1, x2, x3, x4, x5, x6, x7, y0, y1, y2, y3, y4, y5, \
280 two_roundsm32(x0, x1, x2, x3, x4, x5, x6, x7, y0, y1, y2, y3, y4, y5, \
282 two_roundsm32(x0, x1, x2, x3, x4, x5, x6, x7, y0, y1, y2, y3, y4, y5, \
285 #define dec_rounds32(x0, x1, x2, x3, x4, x5, x6, x7, y0, y1, y2, y3, y4, y5, \
287 two_roundsm32(x0, x1, x2, x3, x4, x5, x6, x7, y0, y1, y2, y3, y4, y5, \
289 two_roundsm32(x0, x1, x2, x3, x4, x5, x6, x7, y0, y1, y2, y3, y4, y5, \
291 two_roundsm32(x0, x1, x2, x3, x4, x5, x6, x7, y0, y1, y2, y3, y4, y5, \
514 #define inpack32_pre(x0, x1, x2, x3, x4, x5, x6, x7, y0, y1, y
[all...]
H A Dcamellia-aesni-avx-asm_64.S212 #define two_roundsm16(x0, x1, x2, x3, x4, x5, x6, x7, y0, y1, y2, y3, y4, y5, \
244 #define enc_rounds16(x0, x1, x2, x3, x4, x5, x6, x7, y0, y1, y2, y3, y4, y5, \
246 two_roundsm16(x0, x1, x2, x3, x4, x5, x6, x7, y0, y1, y2, y3, y4, y5, \
248 two_roundsm16(x0, x1, x2, x3, x4, x5, x6, x7, y0, y1, y2, y3, y4, y5, \
250 two_roundsm16(x0, x1, x2, x3, x4, x5, x6, x7, y0, y1, y2, y3, y4, y5, \
253 #define dec_rounds16(x0, x1, x2, x3, x4, x5, x6, x7, y0, y1, y2, y3, y4, y5, \
255 two_roundsm16(x0, x1, x2, x3, x4, x5, x6, x7, y0, y1, y2, y3, y4, y5, \
257 two_roundsm16(x0, x1, x2, x3, x4, x5, x6, x7, y0, y1, y2, y3, y4, y5, \
259 two_roundsm16(x0, x1, x2, x3, x4, x5, x6, x7, y0, y1, y2, y3, y4, y5, \
482 #define inpack16_pre(x0, x1, x2, x3, x4, x5, x6, x7, y0, y1, y
[all...]
/linux-master/drivers/gpu/drm/armada/
H A Darmada_plane.c44 unsigned int y = state->src.y1 >> 16;
111 if ((new_plane_state->dst.y1 | new_plane_state->dst.y2) & 1)
114 st->dst_yx = new_plane_state->dst.y1 >> 1;
118 st->dst_yx = new_plane_state->dst.y1;
179 old_state->src.y1 != new_state->src.y1 ||
/linux-master/drivers/video/fbdev/
H A Dhyperv_fb.c204 s32 x1, y1; /* top left corner */ member in struct:rect
274 int x1, y1, x2, y2; member in struct:hvfb_par
371 synthvid_update(struct fb_info *info, int x1, int y1, int x2, int y2) argument
388 msg.dirt.rect[0].y1 = (y1 > y2) ? 0 : y1;
392 (y2 < y1 || y2 > info->var.yres) ? info->var.yres : y2;
419 int y1, y2, miny, maxy; local
433 y1 = start / p->fix.line_length;
435 miny = min_t(int, miny, y1);
714 int x1, x2, y1, y2; local
754 hvfb_ondemand_refresh_throttle(struct hvfb_par *par, int x1, int y1, int w, int h) argument
[all...]
H A Dhgafb.c494 u_int rows, y1, y2; local
499 y1 = area->sy;
503 src = rowaddr(info, y1) + (area->sx >> 3);
506 y1++;
510 y1 = area->sy + area->height - 1;
514 src = rowaddr(info, y1) + (area->sx >> 3);
517 y1--;
H A Dbroadsheetfb.c865 u16 y1, u16 y2)
871 /* y1 must be a multiple of 4 so drop the lower bits */
872 y1 &= 0xFFFC;
878 args[2] = y1;
886 buf += y1 * par->info->var.xres;
887 broadsheet_burst_write(par, ((1 + y2 - y1) * par->info->var.xres)/2,
934 u16 y1 = 0, h = 0; local
948 y1 = pageref->offset / xres;
955 broadsheetfb_dpy_update_pages(info->par, y1, y1
864 broadsheetfb_dpy_update_pages(struct broadsheetfb_par *par, u16 y1, u16 y2) argument
[all...]
H A Dtridentfb.c355 u32 x1, u32 y1, u32 x2, u32 y2, u32 w, u32 h)
358 u32 s1 = point(x1, y1);
359 u32 s2 = point(x1 + w - 1, y1 + h - 1);
363 if ((y1 > y2) || ((y1 == y2) && (x1 > x2)))
443 u32 x1, u32 y1, u32 x2, u32 y2, u32 w, u32 h)
448 if ((x1 < x2) && (y1 == y2)) {
457 if (y1 < y2) {
459 y1_tmp = y1 + h - 1;
462 y1_tmp = y1;
354 blade_copy_rect(struct tridentfb_par *par, u32 x1, u32 y1, u32 x2, u32 y2, u32 w, u32 h) argument
442 xp_copy_rect(struct tridentfb_par *par, u32 x1, u32 y1, u32 x2, u32 y2, u32 w, u32 h) argument
516 image_copy_rect(struct tridentfb_par *par, u32 x1, u32 y1, u32 x2, u32 y2, u32 w, u32 h) argument
581 tgui_copy_rect(struct tridentfb_par *par, u32 x1, u32 y1, u32 x2, u32 y2, u32 w, u32 h) argument
[all...]
/linux-master/drivers/gpu/drm/tests/
H A Ddrm_damage_helper_test.c59 static void set_plane_src(struct drm_plane_state *state, int x1, int y1, int x2, argument
63 state->src_y = y1;
65 state->src_h = y2 - y1;
68 state->src.y1 = y1;
73 static void set_damage_clip(struct drm_mode_rect *r, int x1, int y1, int x2, argument
77 r->y1 = y1;
96 int x1, int y1, int x2, int y2)
102 * Round down x1/y1 an
95 check_damage_clip(struct kunit *test, struct drm_rect *r, int x1, int y1, int x2, int y2) argument
[all...]
/linux-master/drivers/gpu/drm/i2c/
H A Dch7006_priv.h157 static inline int interpolate(int y0, int y1, int y2, int x) argument
159 return y1 + (x < 50 ? y1 - y0 : y2 - y1) * (x - 50) / 50;
/linux-master/tools/testing/selftests/bpf/progs/
H A Dbtf_dump_test_case_packing.c69 * char y1;
82 char y1; member in struct:outer_implicitly_packed_struct
/linux-master/crypto/
H A Decc.c1129 static void ecc_point_double_jacobian(u64 *x1, u64 *y1, u64 *z1, argument
1141 /* t4 = y1^2 */
1142 vli_mod_square_fast(t4, y1, curve);
1143 /* t5 = x1*y1^2 = A */
1145 /* t4 = y1^4 */
1147 /* t2 = y1*z1 = z3 */
1148 vli_mod_mult_fast(y1, y1, z1, curve);
1185 /* t4 = B * (A - x3) - y1^4 = y3 */
1189 vli_set(z1, y1, ndigit
1194 apply_z(u64 *x1, u64 *y1, u64 *z, const struct ecc_curve *curve) argument
1205 xycz_initial_double(u64 *x1, u64 *y1, u64 *x2, u64 *y2, u64 *p_initial_z, const struct ecc_curve *curve) argument
1231 xycz_add(u64 *x1, u64 *y1, u64 *x2, u64 *y2, const struct ecc_curve *curve) argument
1274 xycz_add_c(u64 *x1, u64 *y1, u64 *x2, u64 *y2, const struct ecc_curve *curve) argument
[all...]
/linux-master/drivers/gpu/drm/gud/
H A Dgud_pipe.c119 for (y = rect->y1; y < rect->y2; y++) {
202 buf = vaddr + rect->y1 * pitch;
209 req->y = cpu_to_le32(rect->y1);
315 gdrm->damage.y1 = INT_MAX;
344 rect.y1 += i * lines;
345 rect.y2 = min_t(u32, rect.y1 + lines, damage->y2);
417 gdrm->damage.y1 = min(gdrm->damage.y1, damage->y1);
/linux-master/drivers/gpu/drm/tiny/
H A Dst7586.c70 size_t len = (clip->x2 - clip->x1) * (clip->y2 - clip->y1);
84 for (y = clip->y1; y < clip->y2; y++) {
137 (rect->y1 >> 8) & 0xFF, rect->y1 & 0xFF,
142 (end - start) * (rect->y2 - rect->y1));
181 .y1 = 0,
H A Dgm12u320.c256 int block, dst_offset, len, remain, ret, x1, x2, y1, y2; local
269 y1 = gm12u320->fb_update.rect.y1;
279 src = vaddr + y1 * fb->pitches[0] + x1 * 4;
284 for (; y1 < y2; y1++) {
287 dst_offset = (y1 * GM12U320_REAL_WIDTH + x1) * 3;
422 rect->y1 = min(rect->y1, dirty->y1);
[all...]
/linux-master/drivers/media/usb/gspca/
H A Dw996Xcf.c359 y1 = v0 + hw_bufsize / 4, local
360 u1 = y1 + hw_bufsize / 2,
376 reg_w(sd, 0x22, y1 & 0xffff); /* Y buf.1, low */
377 reg_w(sd, 0x23, y1 >> 16); /* Y buf.1, high */
383 reg_w(sd, 0x32, y1 & 0xffff); /* JPEG buf 0 low */
384 reg_w(sd, 0x33, y1 >> 16); /* JPEG buf 0 high */
386 reg_w(sd, 0x34, y1 & 0xffff); /* JPEG buf 1 low */
387 reg_w(sd, 0x35, y1 >> 16); /* JPEG bug 1 high */
/linux-master/drivers/gpu/drm/
H A Ddrm_fb_dma_helper.c143 offset = clip.y1 * state->fb->pitches[i];
145 nb_bytes = (clip.y2 - clip.y1) * state->fb->pitches[i];
/linux-master/drivers/iio/magnetometer/
H A Dyamaha-yas530.c153 /* Linearization calibration x, y1, y2 */
243 /* On YAS530 the x, y1 and y2 values are 12 bits */
258 /* On YAS532 the x, y1 and y2 values are 13 bits */
278 * @y1: the y1 axis measurement
284 static int yas530_measure(struct yas5xx *yas5xx, u16 *t, u16 *x, u16 *y1, u16 *y2) argument
329 *y1 = yas530_extract_axis(&data[4]);
343 *y1 = yas532_extract_axis(&data[4]);
364 * @y1: the y1 axi
368 yas537_measure(struct yas5xx *yas5xx, u16 *t, u16 *x, u16 *y1, u16 *y2) argument
504 u16 t_ref, t_comp, t, x, y1, y2; local
586 u16 t, x, y1, y2; local
1195 u16 t, x, y1, y2; local
[all...]
/linux-master/include/math-emu/
H A Dop-4.h516 #define __FP_FRAC_ADD_3(r2,r1,r0,x2,x1,x0,y2,y1,y0) \
521 r1 = x1 + y1; \
530 #define __FP_FRAC_ADD_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \
535 r1 = x1 + y1; \
548 #define __FP_FRAC_SUB_3(r2,r1,r0,x2,x1,x0,y2,y1,y0) \
553 r1 = x1 - y1; \
562 #define __FP_FRAC_SUB_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \
567 r1 = x1 - y1; \
580 #define __FP_FRAC_DEC_3(x2,x1,x0,y2,y1,y0) \
584 __FP_FRAC_SUB_3 (x2, x1, x0, _t2, _t1, _t0, y2, y1, y
[all...]
/linux-master/drivers/gpu/drm/qxl/
H A Dqxl_draw.c166 top = clips->y1;
174 top = min_t(int, top, (int)clips_ptr->y1);
248 rects[i].top = clips_ptr->y1;
/linux-master/drivers/iio/pressure/
H A Dmpl115.c51 int a1, y1, pcomp; local
71 y1 = (data->a0 << 10) + a1 * padc;
74 pcomp = (y1 + ((data->b2 * (int) tadc) >> 1)) >> 9;
/linux-master/drivers/gpu/drm/vkms/
H A Dvkms_formats.c42 int y_src = y - frame_info->rotated.y1 + (frame_info->src.y1 >> 16);
138 src_pixels = get_packed_src_addr(frame_info, x + frame_info->rotated.y1)
/linux-master/drivers/gpu/drm/sun4i/
H A Dsun8i_ui_layer.c119 vphase = state->src.y1 & 0xffff;
126 state->src.x1 >> 16, state->src.y1 >> 16);
153 state->dst.x1, state->dst.y1);
157 SUN8I_MIXER_COORD(state->dst.x1, state->dst.y1));
213 dma_addr += (state->src.y1 >> 16) * fb->pitches[0];
H A Dsun8i_vi_layer.c126 vphase = state->src.y1 & 0xffff;
142 remainder = (state->src.y1 >> 16) & mask;
153 (state->src.y1 >> 16) & ~(format->vsub - 1));
233 state->dst.x1, state->dst.y1);
237 SUN8I_MIXER_COORD(state->dst.x1, state->dst.y1));
321 src_y = (state->src.y1 >> 16) & ~(format->vsub - 1);
/linux-master/drivers/gpu/drm/mediatek/
H A Dmtk_plane.c161 offset = (new_state->src.y1 >> 16) * pitch;
169 int y_offset_in_blocks = (new_state->src.y1 >> 16) / AFBC_DATA_BLOCK_HEIGHT;
208 mtk_plane_state->pending.y = new_state->dst.y1;

Completed in 406 milliseconds

123456