Linux Kernel
3.7.1
|
#include <linux/spinlock.h>
#include <linux/device.h>
#include <linux/dma-mapping.h>
#include <linux/timer.h>
#include <asm/types.h>
Go to the source code of this file.
Data Structures | |
struct | iommu_table |
struct | cal_chipset_ops |
Macros | |
#define | TCE_TABLE_SIZE_UNSPECIFIED ~0 |
#define | TCE_TABLE_SIZE_64K 0 |
#define | TCE_TABLE_SIZE_128K 1 |
#define | TCE_TABLE_SIZE_256K 2 |
#define | TCE_TABLE_SIZE_512K 3 |
#define | TCE_TABLE_SIZE_1M 4 |
#define | TCE_TABLE_SIZE_2M 5 |
#define | TCE_TABLE_SIZE_4M 6 |
#define | TCE_TABLE_SIZE_8M 7 |
Variables | |
int | use_calgary |
int use_calgary |