Home
last modified time | relevance | path

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

/linux-4.1.27/Documentation/devicetree/bindings/media/
Drenesas,vsp1.txt15 - 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.
/linux-4.1.27/arch/arm/mach-pxa/include/mach/
Dregs-lcd.h89 #define LCCR1_DisWdth(Pixel) (((Pixel) - 1) << FShft (LCCR1_PPL)) argument
/linux-4.1.27/Documentation/devicetree/bindings/media/i2c/
Dmt9p031.txt14 - pixel-clock-frequency: Pixel clock frequency.
Dadv7604.txt43 - pclk-sample: Pixel clock polarity. Defaults to output on the falling edge.
/linux-4.1.27/drivers/video/fbdev/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))
/linux-4.1.27/Documentation/devicetree/bindings/video/
Dexynos_hdmi.txt19 c) sclk_pixel: Pixel special clock, one of the two possible inputs of
/linux-4.1.27/Documentation/fb/
Dep93xx-fb.txt20 /* Pixel clock, porches, etc */
Dpxafb.txt23 Pixel clock in picoseconds
Dapi.txt123 Pixel values are encoded as indices into a colormap that stores red, green and
267 Pixel values are bits_per_pixel wide and are split in non-overlapping red,
/linux-4.1.27/arch/arm/mach-sa1100/include/mach/
DSA-1100.h1746 #define LCCR1_DisWdth(Pixel) /* Display Width [16..1024 pix.] */ \ argument
1747 (((Pixel) - 16)/16 << FShft (LCCR1_PPL))