Home
last modified time | relevance | path

Searched refs:hshift (Results 1 – 9 of 9) sorted by relevance

/Linux-v4.19/arch/powerpc/include/asm/
Dpte-walk.h8 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/
Dbsd_comp.c139 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/
Disdn_bsdcomp.c118 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/
Dbttv-risc.c131 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 …]
Dbttvp.h120 int hshift,vshift; /* for planar modes */ member
Dbttv-driver.c593 .hshift = 1,
601 .hshift = 1,
609 .hshift = 1,
617 .hshift = 2,
625 .hshift = 2,
633 .hshift = 2,
/Linux-v4.19/drivers/media/pci/saa7134/
Dsaa7134-video.c171 .hshift = 1,
180 .hshift = 1,
190 .hshift = 1,
890 bpl_uv = bpl >> dev->fmt->hshift; in buffer_activate()
Dsaa7134.h115 unsigned int hshift; /* horizontal downsampling (for planar yuv) */ member
/Linux-v4.19/drivers/media/pci/ngene/
Dngene.h885 int hshift, vshift; /* for planar modes */ member