Searched defs:vshift (Results  1 – 8 of 8) sorted by relevance
| /linux-4.4.14/arch/unicore32/include/mach/ | 
| D | bitfield.h | 21 #define FIELD(val, vmask, vshift)	(((val) & ((UData(1) << (vmask)) - 1)) << (vshift))  argument22 #define FMASK(vmask, vshift)		(((UData(1) << (vmask)) - 1) << (vshift))  argument
 
 | 
| /linux-4.4.14/drivers/video/fbdev/aty/ | 
| D | mach64_ct.c | 123 	u8 vshift, xshift;  in aty_dsp_gt()  local
 | 
| /linux-4.4.14/drivers/media/pci/bt8xx/ | 
| D | bttv-risc.c | 131 		 unsigned int hshift,   unsigned int vshift,  in bttv_risc_planar()
 | 
| D | bttvp.h | 120 	int  hshift,vshift;   /* for planar modes   */  member
 | 
| /linux-4.4.14/drivers/mtd/nand/ | 
| D | diskonchip.c | 1163 	int vshift, lastvunit = 0;  in inftl_partscan()  local
 | 
| /linux-4.4.14/drivers/media/pci/saa7134/ | 
| D | saa7134.h | 118 	unsigned int   vshift;   /* vertical downsampling (for planar yuv) */  member
 | 
| /linux-4.4.14/drivers/video/fbdev/ | 
| D | amifb.c | 1598 	short clk_shift, vshift, fstrt, fsize, fstop, fconst,  shift, move, mod;  in ami_update_par()  local
 | 
| /linux-4.4.14/drivers/media/pci/ngene/ | 
| D | ngene.h | 868 	int   hshift, vshift;  /* for planar modes   */  member
 |