1UPPER_32_BITS(9) Driver Basics UPPER_32_BITS(9)
23
4
NAME
6upper_32_bits - return bits 32-63 of a number
7
SYNOPSIS
9upper_32_bits(n);
10
ARGUMENTS
12n
13the number we're accessing
14
DESCRIPTION
16A basic shift-right of a 64- or 32-bit quantity. Use this to suppress
17the “right shift count >= width of type” warning when that quantity is
1832-bits.
19
COPYRIGHT
21Kernel Hackers Manual 2.6. November 2011 UPPER_32_BITS(9)