Home
last modified time | relevance | path

Searched refs:sx (Results 1 – 25 of 67) sorted by relevance

123

/linux/drivers/video/fbdev/
H A Datafb_iplan2p2.c24 int sy, int sx, int dy, int dx, in atafb_iplan2p2_copyarea() argument
43 u_int upwards = (dy < sy) || (dy == sy && dx < sx); in atafb_iplan2p2_copyarea()
46 if (!((sx ^ dx) & 15)) { in atafb_iplan2p2_copyarea()
50 src = (u8 *)info->screen_base + sy * next_line + (sx & ~15) / (8 / BPL); in atafb_iplan2p2_copyarea()
52 if (sx & 15) { in atafb_iplan2p2_copyarea()
75 src = (u8 *)info->screen_base + (sy - 1) * next_line + ((sx + width + 8) & ~15) / (8 / BPL); in atafb_iplan2p2_copyarea()
78 if ((sx + width) & 15) { in atafb_iplan2p2_copyarea()
97 if (sx & 15) in atafb_iplan2p2_copyarea()
109 src = (u8 *)info->screen_base + sy * next_line + (sx & ~15) / (8 / BPL); in atafb_iplan2p2_copyarea()
115 if (sx & 15) { in atafb_iplan2p2_copyarea()
[all …]
H A Datafb_iplan2p4.c24 int sy, int sx, int dy, int dx, in atafb_iplan2p4_copyarea() argument
43 u_int upwards = (dy < sy) || (dy == sy && dx < sx); in atafb_iplan2p4_copyarea()
46 if (!((sx ^ dx) & 15)) { in atafb_iplan2p4_copyarea()
50 src = (u8 *)info->screen_base + sy * next_line + (sx & ~15) / (8 / BPL); in atafb_iplan2p4_copyarea()
52 if (sx & 15) { in atafb_iplan2p4_copyarea()
75 src = (u8 *)info->screen_base + (sy - 1) * next_line + ((sx + width + 8) & ~15) / (8 / BPL); in atafb_iplan2p4_copyarea()
78 if ((sx + width) & 15) { in atafb_iplan2p4_copyarea()
97 if (sx & 15) in atafb_iplan2p4_copyarea()
109 src = (u8 *)info->screen_base + sy * next_line + (sx & ~15) / (8 / BPL); in atafb_iplan2p4_copyarea()
115 if (sx & 15) { in atafb_iplan2p4_copyarea()
[all …]
H A Datafb.h5 void atafb_mfb_copyarea(struct fb_info *info, u_long next_line, int sy, int sx, int dy,
8 int sy, int sx, int height, int width);
13 void atafb_iplan2p2_copyarea(struct fb_info *info, u_long next_line, int sy, int sx, int dy,
16 int sy, int sx, int height, int width);
21 void atafb_iplan2p4_copyarea(struct fb_info *info, u_long next_line, int sy, int sx, int dy,
24 int sy, int sx, int height, int width);
29 void atafb_iplan2p8_copyarea(struct fb_info *info, u_long next_line, int sy, int sx, int dy,
32 int sy, int sx, int height, int width);
H A Datafb_iplan2p8.c31 int sy, int sx, int dy, int dx, in atafb_iplan2p8_copyarea() argument
50 u_int upwards = (dy < sy) || (dy == sy && dx < sx); in atafb_iplan2p8_copyarea()
53 if (!((sx ^ dx) & 15)) { in atafb_iplan2p8_copyarea()
57 src = (u8 *)info->screen_base + sy * next_line + (sx & ~15) / (8 / BPL); in atafb_iplan2p8_copyarea()
59 if (sx & 15) { in atafb_iplan2p8_copyarea()
82 src = (u8 *)info->screen_base + (sy - 1) * next_line + ((sx + width + 8) & ~15) / (8 / BPL); in atafb_iplan2p8_copyarea()
85 if ((sx + width) & 15) { in atafb_iplan2p8_copyarea()
104 if (sx & 15) in atafb_iplan2p8_copyarea()
116 src = (u8 *)info->screen_base + sy * next_line + (sx & ~15) / (8 / BPL); in atafb_iplan2p8_copyarea()
122 if (sx & 15) { in atafb_iplan2p8_copyarea()
[all …]
H A Datafb_mfb.c24 int sy, int sx, int dy, int dx, in atafb_mfb_copyarea() argument
30 if (sx == 0 && dx == 0 && width == next_line) { in atafb_mfb_copyarea()
35 src = (u8 *)info->screen_base + sy * next_line + (sx >> 3); in atafb_mfb_copyarea()
43 src = (u8 *)info->screen_base + (sy + height - 1) * next_line + (sx >> 3); in atafb_mfb_copyarea()
54 int sy, int sx, int height, int width) in atafb_mfb_fillrect() argument
59 dest = (u8 *)info->screen_base + sy * next_line + (sx >> 3); in atafb_mfb_fillrect()
61 if (sx == 0 && width == next_line) { in atafb_mfb_fillrect()
H A Ddnfb.c162 (area->sx >> 4)); in dnfb_copyarea()
166 y_delta = (info->fix.line_length * 8) - area->sx - area->width; in dnfb_copyarea()
172 (((area->dx & 0xf) - (area->sx & 0xf)) % 16) | (0x4 << 5)); in dnfb_copyarea()
173 if ((area->dx & 0xf) < (area->sx & 0xf)) in dnfb_copyarea()
176 y_delta = -((info->fix.line_length * 8) - area->sx - area->width); in dnfb_copyarea()
182 ((-((area->sx & 0xf) - (area->dx & 0xf))) % 16) | in dnfb_copyarea()
184 if ((area->dx & 0xf) > (area->sx & 0xf)) in dnfb_copyarea()
H A Dvga16fb.c979 u32 sx, dx, width; in vga_8planes_copyarea() local
985 sx = area->sx / 4; in vga_8planes_copyarea()
989 if (area->dy < area->sy || (area->dy == area->sy && dx < sx)) { in vga_8planes_copyarea()
992 src = info->screen_base + sx + area->sy * info->fix.line_length; in vga_8planes_copyarea()
1007 src = info->screen_base + sx + width + in vga_8planes_copyarea()
1029 u32 dx = area->dx, dy = area->dy, sx = area->sx, sy = area->sy; in vga16fb_copyarea() local
1038 if (area->dx > vxres || area->sx > vxres || area->dy > vyres || in vga16fb_copyarea()
1059 if (sx + dx < old_dx || sy + dy < old_dy) in vga16fb_copyarea()
1063 sx += (dx - old_dx); in vga16fb_copyarea()
1067 if (sx + width > vxres || sy + height > vyres) in vga16fb_copyarea()
[all …]
H A Dhitfb.c90 static inline void hitfb_accel_bitblt(int truecolor, u16 sx, u16 sy, u16 dx, in hitfb_accel_bitblt() argument
100 if ((sy < dy) || ((sy == dy) && (sx <= dx))) { in hitfb_accel_bitblt()
101 saddr = WIDTH * (sy + height) + sx + width; in hitfb_accel_bitblt()
114 saddr = WIDTH * sy + sx; in hitfb_accel_bitblt()
167 hitfb_accel_bitblt(p->var.bits_per_pixel == 16, area->sx, area->sy, in hitfb_copyarea()
H A Dtgafb.c1157 copyarea_8bpp(struct fb_info *info, u32 dx, u32 dy, u32 sx, u32 sy, argument
1170 if ((dx | sx | width) & 7) {
1181 backward = dy == sy && dx > sx && dx < sx + width;
1186 sepos = sy * line_length + sx;
1268 unsigned long dx, dy, width, height, sx, sy, vxres, vyres; local
1275 sx = area->sx;
1282 if (dx > vxres || sx > vxres || dy > vyres || sy > vyres)
1292 if (sx + width > vxres || sy + height > vyres)
1312 copyarea_8bpp(info, dx, dy, sx, sy, height,
/linux/arch/powerpc/boot/dts/
H A Deiger.dts54 compatible = "ibm,uic-460sx","ibm,uic";
64 compatible = "ibm,uic-460sx","ibm,uic";
76 compatible = "ibm,uic-460sx","ibm,uic";
88 compatible = "ibm,uic-460sx","ibm,uic";
100 compatible = "ibm,sdr-460sx";
105 compatible = "ibm,cpr-460sx";
110 compatible = "ibm,plb-460sx", "ibm,plb4";
117 compatible = "ibm,sdram-460sx", "ibm,sdram-405gp";
122 compatible = "ibm,mcmal-460sx", "ibm,mcmal2";
145 compatible = "ibm,opb-460sx", "ibm,opb";
[all …]
H A Dredwood.dts50 compatible = "ibm,uic-460sx","ibm,uic";
60 compatible = "ibm,uic-460sx","ibm,uic";
72 compatible = "ibm,uic-460sx","ibm,uic";
84 compatible = "ibm,uic-460sx","ibm,uic";
96 compatible = "ibm,sdr-460sx";
101 compatible = "ibm,cpr-460sx";
106 compatible = "ibm,plb-460sx", "ibm,plb4";
113 compatible = "ibm,sdram-460sx", "ibm,sdram-405gp";
118 compatible = "ibm,mcmal-460sx", "ibm,mcmal2";
141 compatible = "ibm,opb-460sx", "ibm,opb";
[all …]
/linux/drivers/video/fbdev/aty/
H A Dradeon_accel.c102 u32 sx, sy, dx, dy, w, h; in radeonfb_prim_copyarea() local
106 sx = area->sx; sy = area->sy; in radeonfb_prim_copyarea()
107 xdir = sx - dx; in radeonfb_prim_copyarea()
110 if ( xdir < 0 ) { sx += w-1; dx += w-1; } in radeonfb_prim_copyarea()
129 OUTREG(SRC_Y_X, (sy << 16) | sx); in radeonfb_prim_copyarea()
140 modded.sx = area->sx; in radeonfb_copyarea()
160 modded.sx >= vxres || modded.sy >= vyres || in radeonfb_copyarea()
164 if(modded.sx + modded.width > vxres) modded.width = vxres - modded.sx; in radeonfb_copyarea()
H A Dmach64_accel.c203 u32 sx = area->sx, dx = area->dx, width = area->width, rotation = 0; in atyfb_copyarea() local
217 sx *= 3; in atyfb_copyarea()
228 if (sx < dx) { in atyfb_copyarea()
230 sx += width - 1; in atyfb_copyarea()
241 aty_st_le32(SRC_Y_X, (sx << 16) | sy, par); in atyfb_copyarea()
/linux/arch/mips/math-emu/
H A Ddp_sqrt.c68 ieee754_csr.sx &= ~IEEE754_INEXACT; in ieee754dp_sqrt()
114 ieee754_csr.sx &= ~IEEE754_INEXACT; in ieee754dp_sqrt()
119 if (ieee754_csr.sx & IEEE754_INEXACT || t.bits != y.bits) { in ieee754dp_sqrt()
121 if (!(ieee754_csr.sx & IEEE754_INEXACT)) in ieee754dp_sqrt()
127 oldcsr.sx |= IEEE754_INEXACT; in ieee754dp_sqrt()
H A Dieee754.h166 __BITFIELD_FIELD(unsigned sx:5, /* exceptions total */
202 return (ieee754_csr.sx); in ieee754_getsx()
209 return (ieee754_csr.sx = 0); in ieee754_clrsx()
216 return (ieee754_csr.sx & n); in ieee754_sxtest()
/linux/drivers/video/fbdev/savage/
H A Dsavagefb_accel.c34 int sx = region->sx, dx = region->dx; in savagefb_copyarea() local
44 if (dx <= sx) { in savagefb_copyarea()
47 sx += region->width - 1; in savagefb_copyarea()
60 BCI_SEND(BCI_X_Y(sx, sy)); in savagefb_copyarea()
/linux/tools/testing/selftests/filesystems/statmount/
H A Dstatmount_test.c88 struct statx sx; in get_mnt_id() local
91 ret = statx(AT_FDCWD, path, 0, mask, &sx); in get_mnt_id()
96 if (!(sx.stx_mask & mask)) in get_mnt_id()
101 return sx.stx_mnt_id; in get_mnt_id()
323 struct statx sx; in test_statmount_sb_basic() local
342 ret = statx(AT_FDCWD, "/", 0, 0, &sx); in test_statmount_sb_basic()
349 if (sm.sb_dev_major != sx.stx_dev_major || in test_statmount_sb_basic()
350 sm.sb_dev_minor != sx.stx_dev_minor) { in test_statmount_sb_basic()
353 sx.stx_dev_major, sx.stx_dev_minor); in test_statmount_sb_basic()
/linux/drivers/video/fbdev/sis/
H A Dsis_accel.c374 area->sx >= vxres || area->sy >= vyres || in fbcon_sis_copyarea()
379 if((area->sx + width) > vxres) width = vxres - area->sx; in fbcon_sis_copyarea()
388 if(area->sx < area->dx) xdir = 0; in fbcon_sis_copyarea()
395 SiS300SubsequentScreenToScreenCopy(ivideo, area->sx, area->sy, in fbcon_sis_copyarea()
403 SiS310SubsequentScreenToScreenCopy(ivideo, area->sx, area->sy, in fbcon_sis_copyarea()
/linux/drivers/video/fbdev/i810/
H A Di810_accel.c329 u32 sx, sy, dx, dy, pitch, width, height, src, dest, xdir; in i810fb_copyarea() local
338 sx = region->sx * par->depth; in i810fb_copyarea()
344 if (dx <= sx) { in i810fb_copyarea()
349 sx += width - 1; in i810fb_copyarea()
360 src = info->fix.smem_start + (sy * info->fix.line_length) + sx; in i810fb_copyarea()
/linux/fs/fuse/
H A Ddir.c1394 static void fuse_statx_to_attr(struct fuse_statx *sx, struct fuse_attr *attr) in fuse_statx_to_attr() argument
1397 attr->ino = sx->ino; in fuse_statx_to_attr()
1398 attr->size = sx->size; in fuse_statx_to_attr()
1399 attr->blocks = sx->blocks; in fuse_statx_to_attr()
1400 attr->atime = sx->atime.tv_sec; in fuse_statx_to_attr()
1401 attr->mtime = sx->mtime.tv_sec; in fuse_statx_to_attr()
1402 attr->ctime = sx->ctime.tv_sec; in fuse_statx_to_attr()
1403 attr->atimensec = sx->atime.tv_nsec; in fuse_statx_to_attr()
1404 attr->mtimensec = sx->mtime.tv_nsec; in fuse_statx_to_attr()
1405 attr->ctimensec = sx->ctime.tv_nsec; in fuse_statx_to_attr()
[all …]
/linux/drivers/iommu/
H A Ds390-iommu.c242 int sx; in dma_free_seg_table() local
244 for (sx = 0; sx < ZPCI_TABLE_ENTRIES; sx++) in dma_free_seg_table()
245 if (reg_entry_isvalid(sto[sx])) in dma_free_seg_table()
246 dma_free_page_table(get_st_pto(sto[sx])); in dma_free_seg_table()
455 unsigned int rtx, sx, px; in dma_walk_cpu_trans() local
466 sx = calc_sx(dma_addr); in dma_walk_cpu_trans()
467 pto = dma_get_page_table_origin(&sto[sx], gfp); in dma_walk_cpu_trans()
995 unsigned int rtx, sx, px; in s390_iommu_iova_to_phys() local
1007 sx = calc_sx(iova); in s390_iommu_iova_to_phys()
1013 ste = READ_ONCE(sto[sx]); in s390_iommu_iova_to_phys()
/linux/drivers/staging/sm750fb/
H A Dsm750_accel.c150 unsigned int sx, unsigned int sy, in sm750_hw_copyarea() argument
192 if (sx <= dx) { in sm750_hw_copyarea()
219 sx += width - 1; in sm750_hw_copyarea()
270 ((sx << DE_SOURCE_X_K1_SHIFT) & DE_SOURCE_X_K1_MASK) | in sm750_hw_copyarea()
/linux/arch/x86/include/asm/uv/
H A Duv_mmrs.h579 } sx; member
2305 } sx; member
2408 } sx; member
2511 } sx; member
2614 } sx; member
2843 } sx; member
3009 } sx; member
3413 } sx; member
3477 } sx; member
3540 } sx; member
[all …]
/linux/drivers/video/fbdev/mb862xx/
H A Dmb862xxfb_accel.c50 if (area->sx >= area->dx && area->sy >= area->dy) in mb86290fb_copyarea()
52 else if (area->sx >= area->dx && area->sy <= area->dy) in mb86290fb_copyarea()
54 else if (area->sx <= area->dx && area->sy >= area->dy) in mb86290fb_copyarea()
59 cmd[3] = (area->sy << 16) | area->sx; in mb86290fb_copyarea()
/linux/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-core.c233 int tx, ty, sx, sy; in fimc_set_scaler_info() local
248 sx = s_frame->width; in fimc_set_scaler_info()
250 if (sx <= 0 || sy <= 0) { in fimc_set_scaler_info()
251 dev_err(dev, "Invalid source size: %dx%d\n", sx, sy); in fimc_set_scaler_info()
254 sc->real_width = sx; in fimc_set_scaler_info()
257 ret = fimc_get_scaler_factor(sx, tx, &sc->pre_hratio, &sc->hfactor); in fimc_set_scaler_info()
265 sc->pre_dst_width = sx / sc->pre_hratio; in fimc_set_scaler_info()
269 sc->main_hratio = (sx << 14) / (tx << sc->hfactor); in fimc_set_scaler_info()
272 sc->main_hratio = (sx << 8) / (tx << sc->hfactor); in fimc_set_scaler_info()
277 sc->scaleup_h = (tx >= sx) ? 1 : 0; in fimc_set_scaler_info()

123