Home
last modified time | relevance | path

Searched refs:FShft (Results 1 – 5 of 5) sorted by relevance

/linux/arch/arm/mach-sa1100/include/mach/
A DSA-1100.h343 FShft (UTCR1_BRD))
346 FShft (UTCR2_BRD))
351 FShft (UTCR1_BRD))
354 FShft (UTCR2_BRD))
482 FShft (SDCR3_BRD))
485 FShft (SDCR4_BRD))
490 FShft (SDCR3_BRD))
493 FShft (SDCR4_BRD))
1456 (0 << FShft (MSC_RT))
1458 (1 << FShft (MSC_RT))
[all …]
A Dbitfield.h69 #define FShft(Field) ((Field) & 0x0000FFFF) macro
70 #define FMsk(Field) (((UData (1) << FSize (Field)) - 1) << FShft (Field))
72 #define F1stBit(Field) (UData (1) << FShft (Field))
91 (UData (Value) << FShft (Field))
110 ((UData (Data) >> FShft (Field)) & FAlnMsk (Field))
/linux/arch/arm/mach-pxa/include/mach/
A Dregs-lcd.h90 #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)))
A Dbitfield.h70 #define FShft(Field) ((Field) & 0x0000FFFF) macro
71 #define FMsk(Field) (((UData (1) << FSize (Field)) - 1) << FShft (Field))
73 #define F1stBit(Field) (UData (1) << FShft (Field))
92 (UData (Value) << FShft (Field))
111 ((UData (Data) >> FShft (Field)) & FAlnMsk (Field))
/linux/arch/arm/mach-sa1100/
A Dclock.c128 (void __iomem *)&TUCR, FShft(TUCR_TSEL), in sa11xx_clk_init()

Completed in 15 milliseconds