Home
last modified time | relevance | path

Searched refs:FMsk (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/arch/arm/mach-sa1100/
H A Dsleep.S86 bic r3, r3, #FMsk(MSC_RT)
87 bic r3, r3, #FMsk(MSC_RT)<<16
90 bic r4, r4, #FMsk(MSC_RT)
91 bic r4, r4, #FMsk(MSC_RT)<<16
94 bic r5, r5, #FMsk(MSC_RT)
95 bic r5, r5, #FMsk(MSC_RT)<<16
/kernel/linux/linux-6.6/arch/arm/mach-sa1100/
H A Dsleep.S86 bic r3, r3, #FMsk(MSC_RT)
87 bic r3, r3, #FMsk(MSC_RT)<<16
90 bic r4, r4, #FMsk(MSC_RT)
91 bic r4, r4, #FMsk(MSC_RT)<<16
94 bic r5, r5, #FMsk(MSC_RT)
95 bic r5, r5, #FMsk(MSC_RT)<<16
/kernel/linux/linux-5.10/arch/arm/mach-pxa/include/mach/
H A Dbitfield.h51 * MACROS: FSize, FShft, FMsk, FAlnMsk, F1stBit
54 * The macros "FSize", "FShft", "FMsk", "FAlnMsk", and "F1stBit" return
64 * FMsk Mask for the bit field.
71 #define FMsk(Field) (((UData (1) << FSize (Field)) - 1) << FShft (Field)) macro
/kernel/linux/linux-5.10/arch/arm/mach-sa1100/include/mach/
H A Dbitfield.h50 * MACROS: FSize, FShft, FMsk, FAlnMsk, F1stBit
53 * The macros "FSize", "FShft", "FMsk", "FAlnMsk", and "F1stBit" return
63 * FMsk Mask for the bit field.
70 #define FMsk(Field) (((UData (1) << FSize (Field)) - 1) << FShft (Field)) macro
/kernel/linux/linux-6.6/arch/arm/mach-sa1100/include/mach/
H A Dbitfield.h50 * MACROS: FSize, FShft, FMsk, FAlnMsk, F1stBit
53 * The macros "FSize", "FShft", "FMsk", "FAlnMsk", and "F1stBit" return
63 * FMsk Mask for the bit field.
70 #define FMsk(Field) (((UData (1) << FSize (Field)) - 1) << FShft (Field)) macro

Completed in 2 milliseconds