dst_idx 606 drivers/dma/ppc4xx/adma.c u32 dst_idx) dst_idx 626 drivers/dma/ppc4xx/adma.c psgu = dst_idx ? &dma_hw_desc->sg3u : &dma_hw_desc->sg2u; dst_idx 627 drivers/dma/ppc4xx/adma.c psgl = dst_idx ? &dma_hw_desc->sg3l : &dma_hw_desc->sg2l; dst_idx 1626 drivers/gpu/ipu-v3/ipu-image-convert.c unsigned int dst_idx; dst_idx 1665 drivers/gpu/ipu-v3/ipu-image-convert.c dst_idx = ctx->out_tile_map[ctx->next_tile]; dst_idx 1666 drivers/gpu/ipu-v3/ipu-image-convert.c dst_tile = &d_image->tile[dst_idx]; dst_idx 1689 drivers/gpu/ipu-v3/ipu-image-convert.c dst_idx = ctx->out_tile_map[ctx->next_tile + 1]; dst_idx 1690 drivers/gpu/ipu-v3/ipu-image-convert.c dst_tile = &d_image->tile[dst_idx]; dst_idx 4493 drivers/net/ethernet/netronome/nfp/bpf/jit.c unsigned int dst_idx; dst_idx 4509 drivers/net/ethernet/netronome/nfp/bpf/jit.c dst_idx = meta->n + 1 + meta->insn.imm; dst_idx 4511 drivers/net/ethernet/netronome/nfp/bpf/jit.c dst_idx = meta->n + 1 + meta->insn.off; dst_idx 4513 drivers/net/ethernet/netronome/nfp/bpf/jit.c dst_meta = nfp_bpf_goto_meta(nfp_prog, meta, dst_idx); dst_idx 2598 drivers/video/fbdev/amifb.c static void bitcpy(unsigned long *dst, int dst_idx, const unsigned long *src, dst_idx 2602 drivers/video/fbdev/amifb.c int shift = dst_idx - src_idx, left, right; dst_idx 2609 drivers/video/fbdev/amifb.c shift = dst_idx - src_idx; dst_idx 2610 drivers/video/fbdev/amifb.c first = ~0UL >> dst_idx; dst_idx 2611 drivers/video/fbdev/amifb.c last = ~(~0UL >> ((dst_idx + n) % BITS_PER_LONG)); dst_idx 2616 drivers/video/fbdev/amifb.c if (dst_idx + n <= BITS_PER_LONG) { dst_idx 2628 drivers/video/fbdev/amifb.c n -= BITS_PER_LONG - dst_idx; dst_idx 2657 drivers/video/fbdev/amifb.c if (dst_idx + n <= BITS_PER_LONG) { dst_idx 2682 drivers/video/fbdev/amifb.c n -= BITS_PER_LONG - dst_idx; dst_idx 2690 drivers/video/fbdev/amifb.c n -= BITS_PER_LONG - dst_idx; dst_idx 2738 drivers/video/fbdev/amifb.c static void bitcpy_rev(unsigned long *dst, int dst_idx, dst_idx 2742 drivers/video/fbdev/amifb.c int shift = dst_idx - src_idx, left, right; dst_idx 2752 drivers/video/fbdev/amifb.c dst_idx += (n - 1) % BITS_PER_LONG; dst_idx 2753 drivers/video/fbdev/amifb.c dst += dst_idx >> SHIFT_PER_LONG; dst_idx 2754 drivers/video/fbdev/amifb.c dst_idx &= BITS_PER_LONG - 1; dst_idx 2760 drivers/video/fbdev/amifb.c shift = dst_idx - src_idx; dst_idx 2761 drivers/video/fbdev/amifb.c first = ~0UL << (BITS_PER_LONG - 1 - dst_idx); dst_idx 2762 drivers/video/fbdev/amifb.c last = ~(~0UL << (BITS_PER_LONG - 1 - ((dst_idx - n) % BITS_PER_LONG))); dst_idx 2767 drivers/video/fbdev/amifb.c if ((unsigned long)dst_idx + 1 >= n) { dst_idx 2779 drivers/video/fbdev/amifb.c n -= dst_idx + 1; dst_idx 2808 drivers/video/fbdev/amifb.c if ((unsigned long)dst_idx + 1 >= n) { dst_idx 2833 drivers/video/fbdev/amifb.c n -= dst_idx + 1; dst_idx 2841 drivers/video/fbdev/amifb.c n -= dst_idx + 1; dst_idx 2890 drivers/video/fbdev/amifb.c static void bitcpy_not(unsigned long *dst, int dst_idx, dst_idx 2894 drivers/video/fbdev/amifb.c int shift = dst_idx - src_idx, left, right; dst_idx 2901 drivers/video/fbdev/amifb.c shift = dst_idx - src_idx; dst_idx 2902 drivers/video/fbdev/amifb.c first = ~0UL >> dst_idx; dst_idx 2903 drivers/video/fbdev/amifb.c last = ~(~0UL >> ((dst_idx + n) % BITS_PER_LONG)); dst_idx 2908 drivers/video/fbdev/amifb.c if (dst_idx + n <= BITS_PER_LONG) { dst_idx 2920 drivers/video/fbdev/amifb.c n -= BITS_PER_LONG - dst_idx; dst_idx 2949 drivers/video/fbdev/amifb.c if (dst_idx + n <= BITS_PER_LONG) { dst_idx 2974 drivers/video/fbdev/amifb.c n -= BITS_PER_LONG - dst_idx; dst_idx 2982 drivers/video/fbdev/amifb.c n -= BITS_PER_LONG - dst_idx; dst_idx 3030 drivers/video/fbdev/amifb.c static void bitfill32(unsigned long *dst, int dst_idx, u32 pat, u32 n) dst_idx 3042 drivers/video/fbdev/amifb.c first = ~0UL >> dst_idx; dst_idx 3043 drivers/video/fbdev/amifb.c last = ~(~0UL >> ((dst_idx + n) % BITS_PER_LONG)); dst_idx 3045 drivers/video/fbdev/amifb.c if (dst_idx + n <= BITS_PER_LONG) { dst_idx 3056 drivers/video/fbdev/amifb.c n -= BITS_PER_LONG - dst_idx; dst_idx 3086 drivers/video/fbdev/amifb.c static void bitxor32(unsigned long *dst, int dst_idx, u32 pat, u32 n) dst_idx 3098 drivers/video/fbdev/amifb.c first = ~0UL >> dst_idx; dst_idx 3099 drivers/video/fbdev/amifb.c last = ~(~0UL >> ((dst_idx + n) % BITS_PER_LONG)); dst_idx 3101 drivers/video/fbdev/amifb.c if (dst_idx + n <= BITS_PER_LONG) { dst_idx 3112 drivers/video/fbdev/amifb.c n -= BITS_PER_LONG - dst_idx; dst_idx 3134 drivers/video/fbdev/amifb.c unsigned long *dst, int dst_idx, u32 n, dst_idx 3138 drivers/video/fbdev/amifb.c dst += dst_idx >> SHIFT_PER_LONG; dst_idx 3139 drivers/video/fbdev/amifb.c dst_idx &= (BITS_PER_LONG - 1); dst_idx 3140 drivers/video/fbdev/amifb.c bitfill32(dst, dst_idx, color & 1 ? ~0 : 0, n); dst_idx 3144 drivers/video/fbdev/amifb.c dst_idx += next_plane * 8; dst_idx 3149 drivers/video/fbdev/amifb.c unsigned long *dst, int dst_idx, u32 n, dst_idx 3153 drivers/video/fbdev/amifb.c dst += dst_idx >> SHIFT_PER_LONG; dst_idx 3154 drivers/video/fbdev/amifb.c dst_idx &= (BITS_PER_LONG - 1); dst_idx 3155 drivers/video/fbdev/amifb.c bitxor32(dst, dst_idx, color & 1 ? ~0 : 0, n); dst_idx 3159 drivers/video/fbdev/amifb.c dst_idx += next_plane * 8; dst_idx 3168 drivers/video/fbdev/amifb.c int dst_idx, x2, y2; dst_idx 3188 drivers/video/fbdev/amifb.c dst_idx = ((unsigned long)info->screen_base & (BYTES_PER_LONG - 1)) * 8; dst_idx 3189 drivers/video/fbdev/amifb.c dst_idx += rect->dy * par->next_line * 8 + rect->dx; dst_idx 3194 drivers/video/fbdev/amifb.c par->next_plane, dst, dst_idx, width, dst_idx 3200 drivers/video/fbdev/amifb.c dst, dst_idx, width, rect->color); dst_idx 3203 drivers/video/fbdev/amifb.c dst_idx += par->next_line * 8; dst_idx 3208 drivers/video/fbdev/amifb.c unsigned long *dst, int dst_idx, dst_idx 3212 drivers/video/fbdev/amifb.c dst += dst_idx >> SHIFT_PER_LONG; dst_idx 3213 drivers/video/fbdev/amifb.c dst_idx &= (BITS_PER_LONG - 1); dst_idx 3216 drivers/video/fbdev/amifb.c bitcpy(dst, dst_idx, src, src_idx, n); dst_idx 3219 drivers/video/fbdev/amifb.c dst_idx += next_plane * 8; dst_idx 3225 drivers/video/fbdev/amifb.c unsigned long *dst, int dst_idx, dst_idx 3229 drivers/video/fbdev/amifb.c dst += dst_idx >> SHIFT_PER_LONG; dst_idx 3230 drivers/video/fbdev/amifb.c dst_idx &= (BITS_PER_LONG - 1); dst_idx 3233 drivers/video/fbdev/amifb.c bitcpy_rev(dst, dst_idx, src, src_idx, n); dst_idx 3236 drivers/video/fbdev/amifb.c dst_idx += next_plane * 8; dst_idx 3249 drivers/video/fbdev/amifb.c int dst_idx, src_idx; dst_idx 3282 drivers/video/fbdev/amifb.c dst_idx = ((unsigned long)info->screen_base & (BYTES_PER_LONG - 1)) * 8; dst_idx 3283 drivers/video/fbdev/amifb.c src_idx = dst_idx; dst_idx 3284 drivers/video/fbdev/amifb.c dst_idx += dy * par->next_line * 8 + dx; dst_idx 3288 drivers/video/fbdev/amifb.c dst_idx -= par->next_line * 8; dst_idx 3291 drivers/video/fbdev/amifb.c par->next_plane, dst, dst_idx, src, dst_idx 3297 drivers/video/fbdev/amifb.c par->next_plane, dst, dst_idx, src, dst_idx 3299 drivers/video/fbdev/amifb.c dst_idx += par->next_line * 8; dst_idx 3307 drivers/video/fbdev/amifb.c unsigned long *dst, int dst_idx, u32 n, dst_idx 3314 drivers/video/fbdev/amifb.c dst += dst_idx >> SHIFT_PER_LONG; dst_idx 3315 drivers/video/fbdev/amifb.c dst_idx &= (BITS_PER_LONG - 1); dst_idx 3321 drivers/video/fbdev/amifb.c bitcpy(dst, dst_idx, src, src_idx, n); dst_idx 3323 drivers/video/fbdev/amifb.c bitcpy_not(dst, dst_idx, src, src_idx, n); dst_idx 3326 drivers/video/fbdev/amifb.c bitfill32(dst, dst_idx, fgcolor & 1 ? ~0 : 0, n); dst_idx 3331 drivers/video/fbdev/amifb.c dst_idx += next_plane * 8; dst_idx 3341 drivers/video/fbdev/amifb.c int dst_idx; dst_idx 3362 drivers/video/fbdev/amifb.c dst_idx = ((unsigned long)info->screen_base & (BYTES_PER_LONG - 1)) * 8; dst_idx 3363 drivers/video/fbdev/amifb.c dst_idx += dy * par->next_line * 8 + dx; dst_idx 3368 drivers/video/fbdev/amifb.c par->next_plane, dst, dst_idx, width, dst_idx 3371 drivers/video/fbdev/amifb.c dst_idx += par->next_line * 8; dst_idx 2579 drivers/video/fbdev/atafb.c int dst_idx; dst_idx 2608 drivers/video/fbdev/atafb.c dst_idx = ((unsigned long)info->screen_base & (BYTES_PER_LONG - 1)) * 8; dst_idx 2609 drivers/video/fbdev/atafb.c dst_idx += dy * par->next_line * 8 + dx; dst_idx 92 drivers/video/fbdev/c2p_iplan2.c u32 dst_idx, first, last, w; dst_idx 97 drivers/video/fbdev/c2p_iplan2.c dst_idx = dx % 16; dst_idx 98 drivers/video/fbdev/c2p_iplan2.c first = 0xffffU >> dst_idx; dst_idx 100 drivers/video/fbdev/c2p_iplan2.c last = 0xffffU ^ (0xffffU >> ((dst_idx+width) % 16)); dst_idx 106 drivers/video/fbdev/c2p_iplan2.c if (dst_idx+width <= 16) { dst_idx 110 drivers/video/fbdev/c2p_iplan2.c memcpy(d.pixels+dst_idx, c, width); dst_idx 119 drivers/video/fbdev/c2p_iplan2.c if (dst_idx) { dst_idx 120 drivers/video/fbdev/c2p_iplan2.c w = 16 - dst_idx; dst_idx 121 drivers/video/fbdev/c2p_iplan2.c memset(d.pixels, 0, dst_idx); dst_idx 122 drivers/video/fbdev/c2p_iplan2.c memcpy(d.pixels+dst_idx, c, w); dst_idx 94 drivers/video/fbdev/c2p_planar.c u32 dst_idx, first, last, w; dst_idx 99 drivers/video/fbdev/c2p_planar.c dst_idx = dx % 32; dst_idx 100 drivers/video/fbdev/c2p_planar.c first = 0xffffffffU >> dst_idx; dst_idx 101 drivers/video/fbdev/c2p_planar.c last = ~(0xffffffffU >> ((dst_idx+width) % 32)); dst_idx 106 drivers/video/fbdev/c2p_planar.c if (dst_idx+width <= 32) { dst_idx 110 drivers/video/fbdev/c2p_planar.c memcpy(d.pixels+dst_idx, c, width); dst_idx 120 drivers/video/fbdev/c2p_planar.c if (dst_idx) { dst_idx 121 drivers/video/fbdev/c2p_planar.c w = 32 - dst_idx; dst_idx 122 drivers/video/fbdev/c2p_planar.c memset(d.pixels, 0, dst_idx); dst_idx 123 drivers/video/fbdev/c2p_planar.c memcpy(d.pixels+dst_idx, c, w); dst_idx 46 drivers/video/fbdev/core/cfbcopyarea.c bitcpy(struct fb_info *p, unsigned long __iomem *dst, unsigned dst_idx, dst_idx 51 drivers/video/fbdev/core/cfbcopyarea.c int const shift = dst_idx-src_idx; dst_idx 58 drivers/video/fbdev/core/cfbcopyarea.c memmove((char *)dst + ((dst_idx & (bits - 1))) / 8, dst_idx 63 drivers/video/fbdev/core/cfbcopyarea.c first = fb_shifted_pixels_mask_long(p, dst_idx, bswapmask); dst_idx 64 drivers/video/fbdev/core/cfbcopyarea.c last = ~fb_shifted_pixels_mask_long(p, (dst_idx+n) % bits, bswapmask); dst_idx 69 drivers/video/fbdev/core/cfbcopyarea.c if (dst_idx+n <= bits) { dst_idx 82 drivers/video/fbdev/core/cfbcopyarea.c n -= bits - dst_idx; dst_idx 113 drivers/video/fbdev/core/cfbcopyarea.c if (dst_idx+n <= bits) { dst_idx 147 drivers/video/fbdev/core/cfbcopyarea.c n -= bits - dst_idx; dst_idx 154 drivers/video/fbdev/core/cfbcopyarea.c n -= bits - dst_idx; dst_idx 212 drivers/video/fbdev/core/cfbcopyarea.c bitcpy_rev(struct fb_info *p, unsigned long __iomem *dst, unsigned dst_idx, dst_idx 224 drivers/video/fbdev/core/cfbcopyarea.c memmove((char *)dst + ((dst_idx & (bits - 1))) / 8, dst_idx 229 drivers/video/fbdev/core/cfbcopyarea.c dst += (dst_idx + n - 1) / bits; dst_idx 231 drivers/video/fbdev/core/cfbcopyarea.c dst_idx = (dst_idx + n - 1) % bits; dst_idx 234 drivers/video/fbdev/core/cfbcopyarea.c shift = dst_idx-src_idx; dst_idx 236 drivers/video/fbdev/core/cfbcopyarea.c first = ~fb_shifted_pixels_mask_long(p, (dst_idx + 1) % bits, bswapmask); dst_idx 237 drivers/video/fbdev/core/cfbcopyarea.c last = fb_shifted_pixels_mask_long(p, (bits + dst_idx + 1 - n) % bits, bswapmask); dst_idx 242 drivers/video/fbdev/core/cfbcopyarea.c if ((unsigned long)dst_idx+1 >= n) { dst_idx 255 drivers/video/fbdev/core/cfbcopyarea.c n -= dst_idx+1; dst_idx 286 drivers/video/fbdev/core/cfbcopyarea.c if ((unsigned long)dst_idx+1 >= n) { dst_idx 333 drivers/video/fbdev/core/cfbcopyarea.c n -= dst_idx+1; dst_idx 388 drivers/video/fbdev/core/cfbcopyarea.c unsigned dst_idx = 0, src_idx = 0, rev_copy = 0; dst_idx 405 drivers/video/fbdev/core/cfbcopyarea.c dst_idx = src_idx = 8*((unsigned long)p->screen_base & (bytes-1)); dst_idx 407 drivers/video/fbdev/core/cfbcopyarea.c dst_idx += dy*bits_per_line + dx*p->var.bits_per_pixel; dst_idx 415 drivers/video/fbdev/core/cfbcopyarea.c dst_idx -= bits_per_line; dst_idx 417 drivers/video/fbdev/core/cfbcopyarea.c bitcpy_rev(p, base + (dst_idx / bits), dst_idx % bits, dst_idx 423 drivers/video/fbdev/core/cfbcopyarea.c bitcpy(p, base + (dst_idx / bits), dst_idx % bits, dst_idx 426 drivers/video/fbdev/core/cfbcopyarea.c dst_idx += bits_per_line; dst_idx 35 drivers/video/fbdev/core/cfbfillrect.c bitfill_aligned(struct fb_info *p, unsigned long __iomem *dst, int dst_idx, dst_idx 43 drivers/video/fbdev/core/cfbfillrect.c first = fb_shifted_pixels_mask_long(p, dst_idx, bswapmask); dst_idx 44 drivers/video/fbdev/core/cfbfillrect.c last = ~fb_shifted_pixels_mask_long(p, (dst_idx+n) % bits, bswapmask); dst_idx 46 drivers/video/fbdev/core/cfbfillrect.c if (dst_idx+n <= bits) { dst_idx 58 drivers/video/fbdev/core/cfbfillrect.c n -= bits - dst_idx; dst_idx 92 drivers/video/fbdev/core/cfbfillrect.c bitfill_unaligned(struct fb_info *p, unsigned long __iomem *dst, int dst_idx, dst_idx 100 drivers/video/fbdev/core/cfbfillrect.c first = FB_SHIFT_HIGH(p, ~0UL, dst_idx); dst_idx 101 drivers/video/fbdev/core/cfbfillrect.c last = ~(FB_SHIFT_HIGH(p, ~0UL, (dst_idx+n) % bits)); dst_idx 103 drivers/video/fbdev/core/cfbfillrect.c if (dst_idx+n <= bits) { dst_idx 115 drivers/video/fbdev/core/cfbfillrect.c n -= bits - dst_idx; dst_idx 147 drivers/video/fbdev/core/cfbfillrect.c int dst_idx, unsigned long pat, unsigned n, int bits, dst_idx 156 drivers/video/fbdev/core/cfbfillrect.c first = fb_shifted_pixels_mask_long(p, dst_idx, bswapmask); dst_idx 157 drivers/video/fbdev/core/cfbfillrect.c last = ~fb_shifted_pixels_mask_long(p, (dst_idx+n) % bits, bswapmask); dst_idx 159 drivers/video/fbdev/core/cfbfillrect.c if (dst_idx+n <= bits) { dst_idx 172 drivers/video/fbdev/core/cfbfillrect.c n -= bits - dst_idx; dst_idx 218 drivers/video/fbdev/core/cfbfillrect.c int dst_idx, unsigned long pat, int left, int right, dst_idx 226 drivers/video/fbdev/core/cfbfillrect.c first = FB_SHIFT_HIGH(p, ~0UL, dst_idx); dst_idx 227 drivers/video/fbdev/core/cfbfillrect.c last = ~(FB_SHIFT_HIGH(p, ~0UL, (dst_idx+n) % bits)); dst_idx 229 drivers/video/fbdev/core/cfbfillrect.c if (dst_idx+n <= bits) { dst_idx 244 drivers/video/fbdev/core/cfbfillrect.c n -= bits - dst_idx; dst_idx 285 drivers/video/fbdev/core/cfbfillrect.c int dst_idx, left; dst_idx 299 drivers/video/fbdev/core/cfbfillrect.c dst_idx = ((unsigned long)p->screen_base & (bytes - 1))*8; dst_idx 300 drivers/video/fbdev/core/cfbfillrect.c dst_idx += rect->dy*p->fix.line_length*8+rect->dx*bpp; dst_idx 308 drivers/video/fbdev/core/cfbfillrect.c unsigned long __iomem *dst, int dst_idx, dst_idx 325 drivers/video/fbdev/core/cfbfillrect.c dst += dst_idx >> (ffs(bits) - 1); dst_idx 326 drivers/video/fbdev/core/cfbfillrect.c dst_idx &= (bits - 1); dst_idx 327 drivers/video/fbdev/core/cfbfillrect.c fill_op32(p, dst, dst_idx, pat, width*bpp, bits, dst_idx 329 drivers/video/fbdev/core/cfbfillrect.c dst_idx += p->fix.line_length*8; dst_idx 334 drivers/video/fbdev/core/cfbfillrect.c int dst_idx, unsigned long pat, int left, dst_idx 355 drivers/video/fbdev/core/cfbfillrect.c dst += dst_idx / bits; dst_idx 356 drivers/video/fbdev/core/cfbfillrect.c dst_idx &= (bits - 1); dst_idx 357 drivers/video/fbdev/core/cfbfillrect.c r = dst_idx % bpp; dst_idx 360 drivers/video/fbdev/core/cfbfillrect.c fill_op(p, dst, dst_idx, pat2, left, right, dst_idx 362 drivers/video/fbdev/core/cfbfillrect.c dst_idx += p->fix.line_length*8; dst_idx 28 drivers/video/fbdev/core/syscopyarea.c bitcpy(struct fb_info *p, unsigned long *dst, unsigned dst_idx, dst_idx 32 drivers/video/fbdev/core/syscopyarea.c int const shift = dst_idx-src_idx; dst_idx 35 drivers/video/fbdev/core/syscopyarea.c first = FB_SHIFT_HIGH(p, ~0UL, dst_idx); dst_idx 36 drivers/video/fbdev/core/syscopyarea.c last = ~(FB_SHIFT_HIGH(p, ~0UL, (dst_idx+n) % bits)); dst_idx 40 drivers/video/fbdev/core/syscopyarea.c if (dst_idx+n <= bits) { dst_idx 52 drivers/video/fbdev/core/syscopyarea.c n -= bits - dst_idx; dst_idx 83 drivers/video/fbdev/core/syscopyarea.c if (dst_idx+n <= bits) { dst_idx 114 drivers/video/fbdev/core/syscopyarea.c n -= bits - dst_idx; dst_idx 122 drivers/video/fbdev/core/syscopyarea.c n -= bits - dst_idx; dst_idx 170 drivers/video/fbdev/core/syscopyarea.c bitcpy_rev(struct fb_info *p, unsigned long *dst, unsigned dst_idx, dst_idx 177 drivers/video/fbdev/core/syscopyarea.c dst += (dst_idx + n - 1) / bits; dst_idx 179 drivers/video/fbdev/core/syscopyarea.c dst_idx = (dst_idx + n - 1) % bits; dst_idx 182 drivers/video/fbdev/core/syscopyarea.c shift = dst_idx-src_idx; dst_idx 184 drivers/video/fbdev/core/syscopyarea.c first = ~FB_SHIFT_HIGH(p, ~0UL, (dst_idx + 1) % bits); dst_idx 185 drivers/video/fbdev/core/syscopyarea.c last = FB_SHIFT_HIGH(p, ~0UL, (bits + dst_idx + 1 - n) % bits); dst_idx 189 drivers/video/fbdev/core/syscopyarea.c if ((unsigned long)dst_idx+1 >= n) { dst_idx 202 drivers/video/fbdev/core/syscopyarea.c n -= dst_idx+1; dst_idx 230 drivers/video/fbdev/core/syscopyarea.c if ((unsigned long)dst_idx+1 >= n) { dst_idx 273 drivers/video/fbdev/core/syscopyarea.c n -= dst_idx+1; dst_idx 322 drivers/video/fbdev/core/syscopyarea.c unsigned dst_idx = 0, src_idx = 0, rev_copy = 0; dst_idx 338 drivers/video/fbdev/core/syscopyarea.c dst_idx = src_idx = 8*((unsigned long)p->screen_base & (bytes-1)); dst_idx 340 drivers/video/fbdev/core/syscopyarea.c dst_idx += dy*bits_per_line + dx*p->var.bits_per_pixel; dst_idx 348 drivers/video/fbdev/core/syscopyarea.c dst_idx -= bits_per_line; dst_idx 350 drivers/video/fbdev/core/syscopyarea.c bitcpy_rev(p, base + (dst_idx / bits), dst_idx % bits, dst_idx 356 drivers/video/fbdev/core/syscopyarea.c bitcpy(p, base + (dst_idx / bits), dst_idx % bits, dst_idx 359 drivers/video/fbdev/core/syscopyarea.c dst_idx += bits_per_line; dst_idx 25 drivers/video/fbdev/core/sysfillrect.c bitfill_aligned(struct fb_info *p, unsigned long *dst, int dst_idx, dst_idx 33 drivers/video/fbdev/core/sysfillrect.c first = FB_SHIFT_HIGH(p, ~0UL, dst_idx); dst_idx 34 drivers/video/fbdev/core/sysfillrect.c last = ~(FB_SHIFT_HIGH(p, ~0UL, (dst_idx+n) % bits)); dst_idx 36 drivers/video/fbdev/core/sysfillrect.c if (dst_idx+n <= bits) { dst_idx 48 drivers/video/fbdev/core/sysfillrect.c n -= bits - dst_idx; dst_idx 81 drivers/video/fbdev/core/sysfillrect.c bitfill_unaligned(struct fb_info *p, unsigned long *dst, int dst_idx, dst_idx 89 drivers/video/fbdev/core/sysfillrect.c first = FB_SHIFT_HIGH(p, ~0UL, dst_idx); dst_idx 90 drivers/video/fbdev/core/sysfillrect.c last = ~(FB_SHIFT_HIGH(p, ~0UL, (dst_idx+n) % bits)); dst_idx 92 drivers/video/fbdev/core/sysfillrect.c if (dst_idx+n <= bits) { dst_idx 104 drivers/video/fbdev/core/sysfillrect.c n -= bits - dst_idx; dst_idx 135 drivers/video/fbdev/core/sysfillrect.c bitfill_aligned_rev(struct fb_info *p, unsigned long *dst, int dst_idx, dst_idx 144 drivers/video/fbdev/core/sysfillrect.c first = FB_SHIFT_HIGH(p, ~0UL, dst_idx); dst_idx 145 drivers/video/fbdev/core/sysfillrect.c last = ~(FB_SHIFT_HIGH(p, ~0UL, (dst_idx+n) % bits)); dst_idx 147 drivers/video/fbdev/core/sysfillrect.c if (dst_idx+n <= bits) { dst_idx 158 drivers/video/fbdev/core/sysfillrect.c n -= bits - dst_idx; dst_idx 191 drivers/video/fbdev/core/sysfillrect.c bitfill_unaligned_rev(struct fb_info *p, unsigned long *dst, int dst_idx, dst_idx 200 drivers/video/fbdev/core/sysfillrect.c first = FB_SHIFT_HIGH(p, ~0UL, dst_idx); dst_idx 201 drivers/video/fbdev/core/sysfillrect.c last = ~(FB_SHIFT_HIGH(p, ~0UL, (dst_idx+n) % bits)); dst_idx 203 drivers/video/fbdev/core/sysfillrect.c if (dst_idx+n <= bits) { dst_idx 216 drivers/video/fbdev/core/sysfillrect.c n -= bits - dst_idx; dst_idx 250 drivers/video/fbdev/core/sysfillrect.c int dst_idx, left; dst_idx 264 drivers/video/fbdev/core/sysfillrect.c dst_idx = ((unsigned long)p->screen_base & (bytes - 1))*8; dst_idx 265 drivers/video/fbdev/core/sysfillrect.c dst_idx += rect->dy*p->fix.line_length*8+rect->dx*bpp; dst_idx 272 drivers/video/fbdev/core/sysfillrect.c int dst_idx, unsigned long pat, unsigned n, dst_idx 289 drivers/video/fbdev/core/sysfillrect.c dst += dst_idx >> (ffs(bits) - 1); dst_idx 290 drivers/video/fbdev/core/sysfillrect.c dst_idx &= (bits - 1); dst_idx 291 drivers/video/fbdev/core/sysfillrect.c fill_op32(p, dst, dst_idx, pat, width*bpp, bits); dst_idx 292 drivers/video/fbdev/core/sysfillrect.c dst_idx += p->fix.line_length*8; dst_idx 297 drivers/video/fbdev/core/sysfillrect.c int dst_idx, unsigned long pat, int left, dst_idx 319 drivers/video/fbdev/core/sysfillrect.c dst += dst_idx / bits; dst_idx 320 drivers/video/fbdev/core/sysfillrect.c dst_idx &= (bits - 1); dst_idx 321 drivers/video/fbdev/core/sysfillrect.c r = dst_idx % bpp; dst_idx 324 drivers/video/fbdev/core/sysfillrect.c fill_op(p, dst, dst_idx, pat2, left, right, dst_idx 326 drivers/video/fbdev/core/sysfillrect.c dst_idx += p->fix.line_length*8; dst_idx 1871 fs/xfs/xfs_trace.h TP_PROTO(struct xfs_da_args *args, int src_idx, int dst_idx, int count), dst_idx 1872 fs/xfs/xfs_trace.h TP_ARGS(args, src_idx, dst_idx, count), dst_idx 1878 fs/xfs/xfs_trace.h __field(int, dst_idx) dst_idx 1886 fs/xfs/xfs_trace.h __entry->dst_idx = dst_idx; dst_idx 1895 fs/xfs/xfs_trace.h __entry->dst_idx, dst_idx 545 mm/list_lru.c int dst_idx = dst_memcg->kmemcg_id; dst_idx 556 mm/list_lru.c dst = list_lru_from_memcg_idx(nlru, dst_idx); dst_idx 124 net/can/gw.c int dst_idx; dst_idx 674 net/can/gw.c if (nla_put_u32(skb, CGW_DST_IF, gwj->ccgw.dst_idx) < 0) dst_idx 972 net/can/gw.c ccgw->dst_idx = nla_get_u32(tb[CGW_DST_IF]); dst_idx 975 net/can/gw.c if (!ccgw->src_idx && !ccgw->dst_idx) dst_idx 979 net/can/gw.c if (!ccgw->src_idx || !ccgw->dst_idx) dst_idx 1038 net/can/gw.c if (!ccgw.src_idx || !ccgw.dst_idx) dst_idx 1066 net/can/gw.c gwj->dst.dev = __dev_get_by_index(net, gwj->ccgw.dst_idx); dst_idx 1131 net/can/gw.c if (!ccgw.src_idx && !ccgw.dst_idx) { dst_idx 1459 sound/usb/pcm.c unsigned int dst_idx = 0; dst_idx 1485 sound/usb/pcm.c dst[dst_idx++] = marker[subs->dsd_dop.marker]; dst_idx 1500 sound/usb/pcm.c dst[dst_idx++] = bitrev8(src[idx]); dst_idx 1502 sound/usb/pcm.c dst[dst_idx++] = src[idx];