Home
last modified time | relevance | path

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

/drivers/video/mbx/
Dreg_bits.h193 #define Gsctrl_Width(Pixel) /* Display Width [1..2048 pix.] */ \ argument
194 (((Pixel) - 1) << FShft(GSCTRL_GSWIDTH))
197 #define Gsctrl_Height(Pixel) /* Display Height [1..2048 pix.] */ \ argument
198 (((Pixel) - 1) << FShft(GSCTRL_GSHEIGHT))