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 15 of file mangle-port.h.
Definition at line 19 of file mangle-port.h.
Definition at line 21 of file mangle-port.h.
Definition at line 17 of file mangle-port.h.
Definition at line 8 of file mangle-port.h.
Definition at line 11 of file mangle-port.h.
Definition at line 12 of file mangle-port.h.
Definition at line 10 of file mangle-port.h.
Definition at line 14 of file mangle-port.h.
#define ioswabl | ( | a, | |
x | |||
) | le32_to_cpu(x) |
Definition at line 18 of file mangle-port.h.
#define ioswabq | ( | a, | |
x | |||
) | le64_to_cpu(x) |
Definition at line 20 of file mangle-port.h.
#define ioswabw | ( | a, | |
x | |||
) | le16_to_cpu(x) |
Definition at line 16 of file mangle-port.h.