Searched refs:stride (Results 1 - 25 of 35) sorted by relevance

12

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/
H A Dpwc-uncompress.c79 int n, line, col, stride; local
116 stride = pdev->view.x * pdev->offset.y + pdev->offset.x;
117 dsty = (u16 *)(image + stride);
120 stride = pdev->view.x * pdev->offset.y / 4 + pdev->offset.x / 2;
121 dstu = (u16 *)(image + n + stride);
122 dstv = (u16 *)(image + n + n / 4 + stride);
125 stride = (pdev->view.x - pdev->image.x) / 2; /* u16 is 2 bytes */
136 dsty += stride;
138 dstv += (stride >> 1);
140 dstu += (stride >>
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/ide/
H A Dpdcraid.c72 unsigned int stride; member in struct:pdcraid
162 unsigned long partition_map_normal(unsigned long block, unsigned long partition_off, unsigned long partition_size, int stride) argument
167 unsigned long partition_map_linux(unsigned long block, unsigned long partition_off, unsigned long partition_size, int stride) argument
171 newblock = stride - (partition_off%stride); if (newblock == stride) newblock = 0;
181 unsigned long partition_map_linux_raid0_4disk(unsigned long block, unsigned long partition_off, unsigned long partition_size, int stride) argument
185 newblock = stride - (partition_off%stride); if (newblock == stride) newbloc
[all...]
H A Dhptraid.c52 unsigned int stride; member in struct:hptraid
160 if (thisraid->stride==0)
161 thisraid->stride=1;
167 /* Woops we need to split the request to avoid crossing a stride barrier */
168 if ((rsect/thisraid->stride) != ((rsect+(bh->b_size/512)-1)/thisraid->stride)) {
182 block = rsect_left / thisraid->stride;
184 block = (block / thisraid->cutoff_disks[i]) * thisraid->stride;
185 rsect = rsect_accum + (rsect_left % thisraid->stride) + block;
318 raid[device].stride
[all...]
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/resize/
H A Dmain.c104 if (fs->stride)
121 /* printf("group %d has stride %d\n", group, b_stride); */
133 fs->stride = sum / num;
135 fs->stride = 0;
137 fs->super->s_raid_stride = fs->stride;
141 if (fs->stride)
142 printf("Using RAID stride of %d\n", fs->stride);
353 _("Invalid stride length"));
356 fs->stride
[all...]
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/ext2fs/
H A Dalloc_tables.c46 if (fs->stride) {
52 start_blk += ((fs->stride * group) %
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips64/sn/
H A Dkldir.h223 size_t stride; /* Stride if array, 0 if not */ member in struct:kldir_ent_s
H A Daddrs.h356 KLD_LAUNCH(nasid)->stride * (slice))
363 KLD_NMI(nasid)->stride * (slice))
378 KLD_SYMMON_STK(nasid)->stride * (slice))
379 #define SYMMON_STK_STRIDE(nasid) KLD_SYMMON_STK(nasid)->stride
384 #define SYMMON_STK_SIZE(nasid) KLD_SYMMON_STK(nasid)->stride
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips64/sn/
H A Dkldir.h223 size_t stride; /* Stride if array, 0 if not */ member in struct:kldir_ent_s
H A Daddrs.h356 KLD_LAUNCH(nasid)->stride * (slice))
363 KLD_NMI(nasid)->stride * (slice))
378 KLD_SYMMON_STK(nasid)->stride * (slice))
379 #define SYMMON_STK_STRIDE(nasid) KLD_SYMMON_STK(nasid)->stride
384 #define SYMMON_STK_SIZE(nasid) KLD_SYMMON_STK(nasid)->stride
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ia64/sn/
H A Dkldir.h142 size_t stride; /* Stride if array, 0 if not */ member in struct:kldir_ent_s
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ia64/sn/
H A Dkldir.h142 size_t stride; /* Stride if array, 0 if not */ member in struct:kldir_ent_s
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/lib/
H A Dswiotlb.c131 unsigned int nslots, stride, index, wrap; local
135 * For mappings greater than a page size, we limit the stride (and hence alignment)
140 stride = (1 << (PAGE_SHIFT - IO_TLB_SHIFT));
142 stride = 1;
153 wrap = index = ALIGN(io_tlb_index, stride);
182 index += stride;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/mm/
H A Dtlb.c185 local_cpu_data->ptce_stride[0] = ptce_info.stride[0];
186 local_cpu_data->ptce_stride[1] = ptce_info.stride[1];
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/mtd/devices/
H A Dms02-nv.c288 uint stride = 0; local
296 stride = 2;
302 stride = 2;
310 if (!ms02nv_init_one(ms02nv_addrs[i] << stride))
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/drm-4.0/
H A Dmga_drm.h173 unsigned int stride; member in struct:drm_mga_init
H A Dmga_state.c72 PRIMOUTREG(MGAREG_YTOP, box->y1 * dev_priv->stride / dev_priv->cpp);
73 PRIMOUTREG(MGAREG_YBOT, box->y2 * dev_priv->stride / dev_priv->cpp);
512 PRIMOUTREG(MGAREG_PITCH, dev_priv->stride / dev_priv->cpp);
697 int pixel_stride = dev_priv->stride / dev_priv->cpp;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/video/
H A Dtdfxfb.c277 unsigned long stride; member in struct:banshee_reg
445 u32 width, u32 height,u32 stride,u32 bpp);
447 u32 color,u32 stride,u32 bpp,u32 rop);
692 u32 color, u32 stride, u32 bpp, u32 rop) {
694 u32 fmt= stride | ((bpp+((bpp==8) ? 0 : 8)) << 13);
715 u32 stride,
719 u32 fmt= stride | ((bpp+((bpp==8) ? 0 : 8)) << 13);
750 int stride=fb_info.current_par.lpitch; local
754 u32 fmt= stride | ((bpp+((bpp==8) ? 0 : 8)) << 13);
808 int stride local
691 do_fillrect(u32 x, u32 y, u32 w, u32 h, u32 color, u32 stride, u32 bpp, u32 rop) argument
709 do_bitblt(u32 curx, u32 cury, u32 dstx, u32 dsty, u32 width, u32 height, u32 stride, u32 bpp) argument
[all...]
H A Depson1356fb.c589 u32 stride = par->width_virt * par->Bpp; local
591 dstAddr = blt->dst_x * par->Bpp + blt->dst_y * stride;
601 writew(stride/2, &bltreg->mem_addr_offset0);
657 u32 stride = par->width_virt * par->Bpp; local
658 u32 dest_addr = (blt->dst_y * stride) + (blt->dst_x * par->Bpp);
679 writew(stride/2, &bltreg->mem_addr_offset0);
697 u32 stride = par->width_virt * par->Bpp; // virt line length in bytes local
705 src_addr = srcx*par->Bpp + srcy*stride;
706 dest_addr = dstx*par->Bpp + dsty*stride;
719 src_addr += stride * (heigh
768 u32 stride = par->width_virt * par->Bpp; local
988 u32 stride = par->width_virt * par->Bpp; local
[all...]
H A Dvirgefb.c682 u_short width, u_short height, u_short stride, u_short depth);
684 u_short color, u_short stride, u_short depth);
1217 u_short width, u_short height, u_short stride, u_short depth)
1268 wl_mmio(BLT_SRC_DEST_STRIDE, (((stride << 16) | stride) /* & 0x0ff80ff8 */)); /* why is this needed now ? */
1277 u_short color, u_short stride, u_short depth)
1310 wl_mmio(BLT_SRC_DEST_STRIDE, (((stride << 16) | stride) /* & 0x0ff80ff8 */));
1216 virgefb_BitBLT(u_short curx, u_short cury, u_short destx, u_short desty, u_short width, u_short height, u_short stride, u_short depth) argument
1276 virgefb_RectFill(u_short x, u_short y, u_short width, u_short height, u_short color, u_short stride, u_short depth) argument
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/misc/
H A Dtune2fs.c84 static int stride, stripe_width; variable
834 } else if (strcmp(token, "stride") == 0) {
839 stride = strtoul(arg, &p, 0);
840 if (*p || (stride == 0)) {
842 _("Invalid RAID stride: %s\n"),
873 "\tstripe-width=<RAID stride*data disks in blocks>\n"
1065 sb->s_raid_stride = stride;
1067 printf(_("Setting stride size to %d\n"), stride);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ia64/
H A Dpal.h139 stride : 8, /* 31-24 Stride */ member in struct:pal_cache_config_info_1_s::__anon7930
176 #define pcci_stride pcci_info_1.pcci1_bits.stride
1169 u32 stride[2]; member in struct:ia64_ptce_info_s
1188 ptce->stride[0] = iprv.v2 >> 32;
1189 ptce->stride[1] = iprv.v2 & 0xffffffff;
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ia64/
H A Dpal.h139 stride : 8, /* 31-24 Stride */ member in struct:pal_cache_config_info_1_s::__anon3514
176 #define pcci_stride pcci_info_1.pcci1_bits.stride
1169 u32 stride[2]; member in struct:ia64_ptce_info_s
1188 ptce->stride[0] = iprv.v2 >> 32;
1189 ptce->stride[1] = iprv.v2 & 0xffffffff;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/media/video/
H A Dzr36120.c540 int stride; local
591 * thereby automaticly making sure the stride to the
599 /* determine the DispMode and stride */
604 stride = i->bpl - (winWidth*i->bpp);
610 stride = i->bpl*2 - (winWidth*i->bpp);
617 if (stride<0) {
618 DEBUG(printk(CARD_DEBUG "WARNING stride = %d\n",CARD,stride));
619 stride = 0;
623 zraor(stride<<1
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/sn/kernel/
H A Dllsc4.c730 int i, stride, memmapi; local
735 stride = k_linepad + sizeof(dataline_t);
746 memmap[memmapi].nextaddr += (stride & 0xffff);
766 if (stride > 16384) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/kernel/
H A Dpalinfo.c372 "Purge outer loop stride : %d\n" \
373 "Purge inner loop stride : %d\n",
377 ptce.stride[0],
378 ptce.stride[1]);

Completed in 328 milliseconds

12