Pixel              90 arch/arm/mach-pxa/include/mach/regs-lcd.h #define LCCR1_DisWdth(Pixel)	(((Pixel) - 1) << FShft (LCCR1_PPL))
Pixel            1713 arch/arm/mach-sa1100/include/mach/SA-1100.h #define LCCR1_DisWdth(Pixel)    	/*  Display Width [16..1024 pix.]  */ \
Pixel            1714 arch/arm/mach-sa1100/include/mach/SA-1100.h                 	(((Pixel) - 16)/16 << FShft (LCCR1_PPL))
Pixel             194 drivers/video/fbdev/mbx/reg_bits.h #define Gsctrl_Width(Pixel)	/* Display Width [1..2048 pix.]  */ \
Pixel             195 drivers/video/fbdev/mbx/reg_bits.h                         (((Pixel) - 1) << FShft(GSCTRL_GSWIDTH))
Pixel             198 drivers/video/fbdev/mbx/reg_bits.h #define Gsctrl_Height(Pixel)	/* Display Height [1..2048 pix.]  */ \
Pixel             199 drivers/video/fbdev/mbx/reg_bits.h                         (((Pixel) - 1) << FShft(GSCTRL_GSHEIGHT))