Home
last modified time | relevance | path

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

/linux-5.19.10/arch/arm/mach-sa1100/include/mach/
DSA-1100.h143 (((Size) - 1) << FShft (UDCOMP_OUTMAXP))
149 (((Size) - 1) << FShft (UDCIMP_INMAXP))
343 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))
[all …]
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-5.19.10/drivers/video/fbdev/
Dpxa3xx-regs.h88 #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)))
[all …]
/linux-5.19.10/arch/arm/mach-sa1100/
Dclock.c128 (void __iomem *)&TUCR, FShft(TUCR_TSEL), in sa11xx_clk_init()