Lines Matching refs:FShft
90 #define LCCR1_DisWdth(Pixel) (((Pixel) - 1) << FShft (LCCR1_PPL))
93 #define LCCR1_HorSnchWdth(Tpix) (((Tpix) - 1) << FShft (LCCR1_HSW))
96 #define LCCR1_EndLnDel(Tpix) (((Tpix) - 1) << FShft (LCCR1_ELW))
99 #define LCCR1_BegLnDel(Tpix) (((Tpix) - 1) << FShft (LCCR1_BLW))
102 #define LCCR2_DisHght(Line) (((Line) - 1) << FShft (LCCR2_LPP))
105 #define LCCR2_VrtSnchWdth(Tln) (((Tln) - 1) << FShft (LCCR2_VSW))
108 #define LCCR2_EndFrmDel(Tln) ((Tln) << FShft (LCCR2_EFW))
111 #define LCCR2_BegFrmDel(Tln) ((Tln) << FShft (LCCR2_BFW))
127 #define LCCR3_PixClkDiv(Div) (((Div) << FShft (LCCR3_PCD)))
130 #define LCCR3_Acb(Acb) (((Acb) << FShft (LCCR3_ACB)))