Searched refs:Pixel (Results 1 – 10 of 10) sorted by relevance
15 - renesas,#rpf: Number of Read Pixel Formatter (RPF) modules in the VSP1.17 - renesas,#wpf: Number of Write Pixel Formatter (WPF) modules in the VSP1.
89 #define LCCR1_DisWdth(Pixel) (((Pixel) - 1) << FShft (LCCR1_PPL)) argument
14 - pixel-clock-frequency: Pixel clock frequency.
43 - pclk-sample: Pixel clock polarity. Defaults to output on the falling edge.
193 #define Gsctrl_Width(Pixel) /* Display Width [1..2048 pix.] */ \ argument194 (((Pixel) - 1) << FShft(GSCTRL_GSWIDTH))197 #define Gsctrl_Height(Pixel) /* Display Height [1..2048 pix.] */ \ argument198 (((Pixel) - 1) << FShft(GSCTRL_GSHEIGHT))
19 c) sclk_pixel: Pixel special clock, one of the two possible inputs of
20 /* Pixel clock, porches, etc */
23 Pixel clock in picoseconds
123 Pixel values are encoded as indices into a colormap that stores red, green and267 Pixel values are bits_per_pixel wide and are split in non-overlapping red,
1746 #define LCCR1_DisWdth(Pixel) /* Display Width [16..1024 pix.] */ \ argument1747 (((Pixel) - 16)/16 << FShft (LCCR1_PPL))