Searched refs:Fld (Results 1 – 1 of 1) sorted by relevance
| /drivers/video/fbdev/ |
| A D | pxa3xx-regs.h | 87 #define Fld(Size, Shft) (((Size) << 16) + (Shft)) macro 90 #define LCCR1_PPL Fld (10, 0) /* Pixels Per Line - 1 */ 93 #define LCCR1_HSW Fld (6, 10) /* Horizontal Synchronization */ 96 #define LCCR1_ELW Fld (8, 16) /* End-of-Line pixel clock Wait - 1 */ 99 #define LCCR1_BLW Fld (8, 24) /* Beginning-of-Line pixel clock */ 102 #define LCCR2_LPP Fld (10, 0) /* Line Per Panel - 1 */ 105 #define LCCR2_VSW Fld (6, 10) /* Vertical Synchronization pulse - 1 */ 108 #define LCCR2_EFW Fld (8, 16) /* End-of-Frame line clock Wait */ 111 #define LCCR2_BFW Fld (8, 24) /* Beginning-of-Frame line clock */ 127 #define LCCR3_PCD Fld (8, 0) /* Pixel Clock Divisor */ [all …]
|
Completed in 5 milliseconds