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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/mach-pxa/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
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.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
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/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
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/mach-pxa/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
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/video/mbx/
H A Dreg_bits.h11 #define F1stBit(Field) (UData (1) << FShft (Field)) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/video/mbx/
H A Dreg_bits.h11 #define F1stBit(Field) (UData (1) << FShft (Field)) macro

Completed in 64 milliseconds