Lines Matching refs:FShft
88 #define FShft(Field) ((Field) & 0x0000FFFF) macro
91 #define LCCR1_DisWdth(Pixel) (((Pixel) - 1) << FShft (LCCR1_PPL))
94 #define LCCR1_HorSnchWdth(Tpix) (((Tpix) - 1) << FShft (LCCR1_HSW))
97 #define LCCR1_EndLnDel(Tpix) (((Tpix) - 1) << FShft (LCCR1_ELW))
100 #define LCCR1_BegLnDel(Tpix) (((Tpix) - 1) << FShft (LCCR1_BLW))
103 #define LCCR2_DisHght(Line) (((Line) - 1) << FShft (LCCR2_LPP))
106 #define LCCR2_VrtSnchWdth(Tln) (((Tln) - 1) << FShft (LCCR2_VSW))
109 #define LCCR2_EndFrmDel(Tln) ((Tln) << FShft (LCCR2_EFW))
112 #define LCCR2_BegFrmDel(Tln) ((Tln) << FShft (LCCR2_BFW))
128 #define LCCR3_PixClkDiv(Div) (((Div) << FShft (LCCR3_PCD)))
131 #define LCCR3_Acb(Acb) (((Acb) << FShft (LCCR3_ACB)))