Lines Matching +full:0 +full:x00000030

15 #define DEMOD_UNUSED                        (0xFF)
17 #define MCI_CONTROL (0x500)
18 #define MCI_COMMAND (0x600)
19 #define MCI_RESULT (0x680)
21 #define MCI_COMMAND_SIZE (0x80)
22 #define MCI_RESULT_SIZE (0x80)
24 #define MCI_CONTROL_START_COMMAND (0x00000001)
25 #define MCI_CONTROL_ENABLE_DONE_INTERRUPT (0x00000002)
26 #define MCI_CONTROL_RESET (0x00008000)
27 #define MCI_CONTROL_READY (0x00010000)
29 #define SX8_TSCONFIG (0x280)
31 #define SX8_TSCONFIG_MODE_MASK (0x00000003)
32 #define SX8_TSCONFIG_MODE_OFF (0x00000000)
33 #define SX8_TSCONFIG_MODE_NORMAL (0x00000001)
34 #define SX8_TSCONFIG_MODE_IQ (0x00000003)
52 #define SX8_TSCONFIG_TSHEADER (0x00000004)
53 #define SX8_TSCONFIG_BURST (0x00000008)
55 #define SX8_TSCONFIG_BURSTSIZE_MASK (0x00000030)
56 #define SX8_TSCONFIG_BURSTSIZE_2K (0x00000000)
57 #define SX8_TSCONFIG_BURSTSIZE_4K (0x00000010)
58 #define SX8_TSCONFIG_BURSTSIZE_8K (0x00000020)
59 #define SX8_TSCONFIG_BURSTSIZE_16K (0x00000030)
61 #define SX8_DEMOD_STOPPED (0)
68 #define MCI_CMD_STOP (0x01)
69 #define MCI_CMD_GETSTATUS (0x02)
70 #define MCI_CMD_GETSIGNALINFO (0x03)
71 #define MCI_CMD_RFPOWER (0x04)
73 #define MCI_CMD_SEARCH_DVBS (0x10)
75 #define MCI_CMD_GET_IQSYMBOL (0x30)
77 #define SX8_CMD_INPUT_ENABLE (0x40)
78 #define SX8_CMD_INPUT_DISABLE (0x41)
79 #define SX8_CMD_START_IQ (0x42)
80 #define SX8_CMD_STOP_IQ (0x43)
81 #define SX8_CMD_ENABLE_IQOUTPUT (0x44)
82 #define SX8_CMD_DISABLE_IQOUTPUT (0x45)
84 #define MCI_STATUS_OK (0x00)
85 #define MCI_STATUS_UNSUPPORTED (0x80)
86 #define MCI_STATUS_RETRY (0xFD)
87 #define MCI_STATUS_NOT_READY (0xFE)
88 #define MCI_STATUS_ERROR (0xFF)
90 #define MCI_SUCCESS(status) ((status & MCI_STATUS_UNSUPPORTED) == 0)
106 * Bit 0: DVB-S Enabled
112 * Bit 0: QPSK,
139 * Bit 0: 0=VTM/1=SCAN
153 * Bit 1:0 = STVVGLNA Gain.
154 * 0 = AGC, 1 = 0dB, 2 = Minimum, 3 = Maximum
177 /* 2-0: rolloff */
196 * (set to 0 on start command)