Go to the documentation of this file.
14 #ifndef _DVB_USB_VP7045_H_
15 #define _DVB_USB_VP7045_H_
17 #define DVB_USB_LOG_PREFIX "vp7045"
23 #define TH_COMMAND_IN 0xC0
24 #define TH_COMMAND_OUT 0xC1
27 #define TUNER_REG_READ 0x03
28 #define TUNER_REG_WRITE 0x04
30 #define RC_VAL_READ 0x05
31 #define RC_NO_KEY 0x44
33 #define SET_TUNER_POWER 0x06
34 #define CHECK_TUNER_POWER 0x12
35 #define Tuner_Power_ON 1
36 #define Tuner_Power_OFF 0
38 #define GET_USB_SPEED 0x07
40 #define LOCK_TUNER_COMMAND 0x09
42 #define TUNER_SIGNAL_READ 0x0A
45 #define SET_EE_VALUE 0x10
46 #define GET_EE_VALUE 0x11
47 #define FX2_ID_ADDR 0x00
48 #define VID_MSB_ADDR 0x02
49 #define VID_LSB_ADDR 0x01
50 #define PID_MSB_ADDR 0x04
51 #define PID_LSB_ADDR 0x03
52 #define MAC_0_ADDR 0x07
53 #define MAC_1_ADDR 0x08
54 #define MAC_2_ADDR 0x09
55 #define MAC_3_ADDR 0x0a
56 #define MAC_4_ADDR 0x0b
57 #define MAC_5_ADDR 0x0c
59 #define RESET_FX2 0x13
61 #define FW_VERSION_READ 0x0B
62 #define VENDOR_STRING_READ 0x0C
63 #define PRODUCT_STRING_READ 0x0D
64 #define FW_BCD_VERSION_READ 0x14