Home
last modified time | relevance | path

Searched refs:F1stBit (Results 1 - 3 of 3) sorted by relevance

/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
66 * F1stBit First bit of the bit field.
73 #define F1stBit(Field) (UData (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
65 * F1stBit First bit of the bit field.
72 #define F1stBit(Field) (UData (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
65 * F1stBit First bit of the bit field.
72 #define F1stBit(Field) (UData (1) << FShft (Field)) macro

Completed in 1 milliseconds