Go to the documentation of this file.
27 #include <linux/types.h>
30 #define VERSION_MAJOR 1
31 #define VERSION_MINOR 4
32 #define VERSION_PATCH 23
34 #define HI_TR_FUNC_ADDR HI_IF_RAM_USR_BEGIN__A
36 #define DRXD_MAX_RETRIES (1000)
37 #define HI_I2C_DELAY 84
38 #define HI_I2C_BRIDGE_DELAY 750
40 #define EQ_TD_TPS_PWR_UNKNOWN 0x00C0
41 #define EQ_TD_TPS_PWR_QPSK 0x016a
42 #define EQ_TD_TPS_PWR_QAM16_ALPHAN 0x0195
43 #define EQ_TD_TPS_PWR_QAM16_ALPHA1 0x0195
44 #define EQ_TD_TPS_PWR_QAM16_ALPHA2 0x011E
45 #define EQ_TD_TPS_PWR_QAM16_ALPHA4 0x01CE
46 #define EQ_TD_TPS_PWR_QAM64_ALPHAN 0x019F
47 #define EQ_TD_TPS_PWR_QAM64_ALPHA1 0x019F
48 #define EQ_TD_TPS_PWR_QAM64_ALPHA2 0x00F8
49 #define EQ_TD_TPS_PWR_QAM64_ALPHA4 0x014D
51 #define DRXD_DEF_AG_PWD_CONSUMER 0x000E
52 #define DRXD_DEF_AG_PWD_PRO 0x0000
53 #define DRXD_DEF_AG_AGC_SIO 0x0000
55 #define DRXD_FE_CTRL_MAX 1023
57 #define DRXD_OSCDEV_DO_SCAN (16)
59 #define DRXD_OSCDEV_DONT_SCAN (0)
61 #define DRXD_OSCDEV_STEP (275)
63 #define DRXD_SCAN_TIMEOUT (650)
65 #define DRXD_BANDWIDTH_8MHZ_IN_HZ (0x8B8249L)
66 #define DRXD_BANDWIDTH_7MHZ_IN_HZ (0x7A1200L)
67 #define DRXD_BANDWIDTH_6MHZ_IN_HZ (0x68A1B6L)
69 #define IRLEN_COARSE_8K (10)
70 #define IRLEN_FINE_8K (10)
71 #define IRLEN_COARSE_2K (7)
72 #define IRLEN_FINE_2K (9)
73 #define DIFF_INVALID (511)
74 #define DIFF_TARGET (4)
75 #define DIFF_MARGIN (1)