Go to the source code of this file.
|
struct dvb_frontend * | gp8psk_fe_attach (struct dvb_usb_device *d) |
|
int | gp8psk_usb_in_op (struct dvb_usb_device *d, u8 req, u16 value, u16 index, u8 *b, int blen) |
|
int | gp8psk_usb_out_op (struct dvb_usb_device *d, u8 req, u16 value, u16 index, u8 *b, int blen) |
|
int | gp8psk_bcm4500_reload (struct dvb_usb_device *d) |
|
#define ADV_MOD_DCII_C_OQPSK 7 /* Digicipher II offset QPSK */ |
#define ADV_MOD_DCII_C_QPSK 4 /* Digicipher II Combo */ |
#define ADV_MOD_DCII_I_QPSK 5 /* Digicipher II I-stream */ |
#define ADV_MOD_DCII_Q_QPSK 6 /* Digicipher II Q-stream */ |
#define ADV_MOD_DSS_QPSK 8 /* DSS (DIRECTV) QPSK */ |
#define ADV_MOD_DVB_BPSK 9 /* DVB-S BPSK */ |
#define ADV_MOD_DVB_QPSK 0 /* DVB-S QPSK */ |
#define ADV_MOD_TURBO_16QAM 3 /* Turbo 16QAM (also used for Trellis 8PSK) */ |
#define ADV_MOD_TURBO_8PSK 2 /* Turbo 8PSK (also used for Trellis 8PSK) */ |
#define ADV_MOD_TURBO_QPSK 1 /* Turbo QPSK */ |
#define ARM_TRANSFER 0x85 |
#define bm8pskFW_Loaded 0x02 |
#define bm8pskStarted 0x01 |
#define bmIntersilOn 0x04 |
#define BOOT_8PSK 0x89 /* in */ |
#define DVB_USB_LOG_PREFIX "gp8psk" |
#define FW_BCD_VERSION_READ 0x14 |
#define FW_VERSION_READ 0x0B |
#define GET_8PSK_CONFIG 0x80 /* in */ |
#define GET_FPGA_VERS 0x95 |
#define GET_SERIAL_NUMBER 0x93 /* in */ |
#define GET_SIGNAL_LOCK 0x90 /* in */ |
#define GET_SIGNAL_STRENGTH 0x87 /* in */ |
#define GET_USB_SPEED 0x07 |
#define GP8PSK_FW_REV1 0x020604 |
#define GP8PSK_FW_REV2 0x020704 |
#define GP8PSK_FW_VERS |
( |
|
_fw_vers | ) |
((_fw_vers)[2]<<0x10 | (_fw_vers)[1]<<0x08 | (_fw_vers)[0]) |
#define LOAD_BCM4500 0x88 |
#define PRODUCT_STRING_READ 0x0D |
#define SEND_DISEQC_COMMAND 0x8D |
#define SET_22KHZ_TONE 0x8C |
#define SET_8PSK_CONFIG 0x81 |
#define SET_DN_SWITCH 0x8F |
#define SET_DVB_MODE 0x8E |
#define SET_LNB_VOLTAGE 0x8B |
#define START_INTERSIL 0x8A /* in */ |
#define TH_COMMAND_IN 0xC0 |
#define TH_COMMAND_OUT 0xC1 |
#define USE_EXTRA_VOLT 0x94 |
#define VENDOR_STRING_READ 0x0C |