/Linux-v4.19/arch/powerpc/include/asm/ |
D | pte-walk.h | 8 bool *is_thp, unsigned *hshift); 11 bool *is_thp, unsigned *hshift) in find_linux_pte() argument 14 return __find_linux_pte(pgdir, ea, is_thp, hshift); in find_linux_pte() 17 static inline pte_t *find_init_mm_pte(unsigned long ea, unsigned *hshift) in find_init_mm_pte() argument 20 return __find_linux_pte(pgdir, ea, NULL, hshift); in find_init_mm_pte() 27 bool *is_thp, unsigned *hshift) in find_current_mm_pte() argument 32 return __find_linux_pte(pgdir, ea, is_thp, hshift); in find_current_mm_pte()
|
/Linux-v4.19/drivers/net/ppp/ |
D | bsd_comp.c | 139 unsigned char hshift; /* used in hash function */ member 206 #define BSD_HASH(prefix,suffix,hshift) ((((unsigned long)(suffix))<<(hshift)) \ argument 355 unsigned int hsize, hshift, maxmaxcode; in bsd_alloc() local 373 hshift = 4; in bsd_alloc() 377 hshift = 5; in bsd_alloc() 381 hshift = 6; in bsd_alloc() 385 hshift = 7; in bsd_alloc() 442 db->hshift = hshift; in bsd_alloc() 567 int hshift; in bsd_compress() local 622 hshift = db->hshift; in bsd_compress() [all …]
|
/Linux-v4.19/drivers/isdn/i4l/ |
D | isdn_bsdcomp.c | 118 unsigned char hshift; /* used in hash function */ member 159 #define BSD_HASH(prefix, suffix, hshift) ((((unsigned long)(suffix)) << (hshift)) \ argument 307 unsigned int hsize, hshift, maxmaxcode; in bsd_alloc() local 326 hshift = htab[bits - 9][1]; in bsd_alloc() 369 db->hshift = hshift; in bsd_alloc() 457 int hshift; in bsd_compress() local 494 hshift = db->hshift; in bsd_compress() 515 hval = BSD_HASH(ent, c, hshift); in bsd_compress() 837 hval = BSD_HASH(oldcode, finchar, db->hshift); in bsd_decompress()
|
/Linux-v4.19/drivers/media/pci/bt8xx/ |
D | bttv-risc.c | 131 unsigned int hshift, unsigned int vshift, in bttv_risc_planar() argument 207 if (uoffset + (ylen>>hshift) > sg_dma_len(usg)) in bttv_risc_planar() 208 ylen = (sg_dma_len(usg) - uoffset) << hshift; in bttv_risc_planar() 209 if (voffset + (ylen>>hshift) > sg_dma_len(vsg)) in bttv_risc_planar() 210 ylen = (sg_dma_len(vsg) - voffset) << hshift; in bttv_risc_planar() 222 *(rp++)=cpu_to_le32(((ylen >> hshift) << 16) | in bttv_risc_planar() 223 (ylen >> hshift)); in bttv_risc_planar() 228 uoffset += ylen >> hshift; in bttv_risc_planar() 230 voffset += ylen >> hshift; in bttv_risc_planar() 765 uoffset >>= buf->fmt->hshift; in bttv_buffer_risc() [all …]
|
D | bttvp.h | 120 int hshift,vshift; /* for planar modes */ member
|
D | bttv-driver.c | 593 .hshift = 1, 601 .hshift = 1, 609 .hshift = 1, 617 .hshift = 2, 625 .hshift = 2, 633 .hshift = 2,
|
/Linux-v4.19/drivers/media/pci/saa7134/ |
D | saa7134-video.c | 171 .hshift = 1, 180 .hshift = 1, 190 .hshift = 1, 890 bpl_uv = bpl >> dev->fmt->hshift; in buffer_activate()
|
D | saa7134.h | 115 unsigned int hshift; /* horizontal downsampling (for planar yuv) */ member
|
/Linux-v4.19/drivers/media/pci/ngene/ |
D | ngene.h | 885 int hshift, vshift; /* for planar modes */ member
|