Searched refs:FShft (Results 1 – 1 of 1) sorted by relevance
88 #define FShft(Field) ((Field) & 0x0000FFFF) macro91 #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)))[all …]
Completed in 3 milliseconds