Go to the documentation of this file.
6 #define FT1000_DRV_VER 0x01010403
9 #define MAX_MSG_LIMIT 200
10 #define NUM_OF_FREE_BUFFERS 1500
29 #define DEBUG(args...) printk(KERN_INFO args)
34 #define STATUS_SUCCESS 0
35 #define STATUS_FAILURE 0x1001
37 #define FT1000_STATUS_CLOSING 0x01
39 #define DSPBCMSGID 0x10
43 #undef FT1000_DPRAM_RX_BASE
44 #define FT1000_DPRAM_RX_BASE 0x1800
48 #undef FT1000_MAG_DSP_LED_INDX
49 #define FT1000_MAG_DSP_LED_INDX 0x1
50 #undef FT1000_MAG_DSP_CON_STATE_INDX
51 #define FT1000_MAG_DSP_CON_STATE_INDX 0x0
54 #define MAX_ASIC_RESET_CNT 20
56 #define MAX_BUF_SIZE 4096
59 struct usb_device *
dev;
176 void *ptempbuffer,
int size);