Searched refs:hshift (Results 1 – 4 of 4) sorted by relevance
| /linux/arch/powerpc/include/asm/ |
| H A D | pte-walk.h | 8 bool *is_thp, unsigned *hshift); 11 bool *is_thp, unsigned *hshift) in find_linux_pte() argument 16 pte = __find_linux_pte(pgdir, ea, is_thp, hshift); in find_linux_pte() 23 if (hshift) in find_linux_pte() 24 WARN_ON(*hshift); in find_linux_pte() 29 static inline pte_t *find_init_mm_pte(unsigned long ea, unsigned *hshift) in find_init_mm_pte() argument 32 return __find_linux_pte(pgdir, ea, NULL, hshift); in find_init_mm_pte()
|
| /linux/drivers/media/pci/bt8xx/ |
| H A D | bttv-risc.c | 119 unsigned int hshift, unsigned int vshift, in bttv_risc_planar() argument 195 if (uoffset + (ylen>>hshift) > sg_dma_len(usg)) in bttv_risc_planar() 196 ylen = (sg_dma_len(usg) - uoffset) << hshift; in bttv_risc_planar() 197 if (voffset + (ylen>>hshift) > sg_dma_len(vsg)) in bttv_risc_planar() 198 ylen = (sg_dma_len(vsg) - voffset) << hshift; in bttv_risc_planar() 210 *(rp++)=cpu_to_le32(((ylen >> hshift) << 16) | in bttv_risc_planar() 211 (ylen >> hshift)); in bttv_risc_planar() 216 uoffset += ylen >> hshift; in bttv_risc_planar() 218 voffset += ylen >> hshift; in bttv_risc_planar() 712 uoffset >>= btv->fmt->hshift; in bttv_buffer_risc() [all …]
|
| H A D | bttvp.h | 106 int hshift,vshift; /* for planar modes */ member
|
| /linux/drivers/media/pci/saa7134/ |
| H A D | saa7134.h | 105 unsigned int hshift; /* horizontal downsampling (for planar yuv) */ member
|