Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
#define | __swizzle_addr_b(port) (port) |
#define | __swizzle_addr_w(port) (port) |
#define | __swizzle_addr_l(port) (port) |
#define | __swizzle_addr_q(port) (port) |
#define | ioswabb(a, x) (x) |
#define | __mem_ioswabb(a, x) (x) |
#define | ioswabw(a, x) le16_to_cpu(x) |
#define | __mem_ioswabw(a, x) (x) |
#define | ioswabl(a, x) le32_to_cpu(x) |
#define | __mem_ioswabl(a, x) (x) |
#define | ioswabq(a, x) le64_to_cpu(x) |
#define | __mem_ioswabq(a, x) (x) |
Definition at line 10 of file mangle-port.h.
Definition at line 22 of file mangle-port.h.
Definition at line 24 of file mangle-port.h.
Definition at line 19 of file mangle-port.h.
Definition at line 4 of file mangle-port.h.
Definition at line 6 of file mangle-port.h.
Definition at line 7 of file mangle-port.h.
Definition at line 5 of file mangle-port.h.
Definition at line 9 of file mangle-port.h.
#define ioswabl | ( | a, | |
x | |||
) | le32_to_cpu(x) |
Definition at line 21 of file mangle-port.h.
#define ioswabq | ( | a, | |
x | |||
) | le64_to_cpu(x) |
Definition at line 23 of file mangle-port.h.
#define ioswabw | ( | a, | |
x | |||
) | le16_to_cpu(x) |
Definition at line 18 of file mangle-port.h.