Go to the documentation of this file.
18 #include <linux/pci.h>
64 #define TIFM_CTRL_LED 0x00000040
65 #define TIFM_CTRL_FAST_CLK 0x00000100
66 #define TIFM_CTRL_POWER_MASK 0x00000007
68 #define TIFM_SOCK_STATE_OCCUPIED 0x00000008
69 #define TIFM_SOCK_STATE_POWERED 0x00000080
71 #define TIFM_FIFO_ENABLE 0x00000001
72 #define TIFM_FIFO_READY 0x00000001
73 #define TIFM_FIFO_MORE 0x00000008
74 #define TIFM_FIFO_INT_SETALL 0x0000ffff
75 #define TIFM_FIFO_INTMASK 0x00000005
77 #define TIFM_DMA_RESET 0x00000002
78 #define TIFM_DMA_TX 0x00008000
79 #define TIFM_DMA_EN 0x00000001
80 #define TIFM_DMA_TSIZE 0x0000007f
82 #define TIFM_TYPE_XD 1
83 #define TIFM_TYPE_MS 2
84 #define TIFM_TYPE_SD 3
154 static inline void *tifm_get_drvdata(
struct tifm_dev *
dev)