Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | reg_val |
struct | reg_mod_vals |
struct | hd29l2_priv |
Macros | |
#define | HD29L2_XTAL 30400000 /* Hz */ |
#define | HD29L2_QAM4NR 0x00 |
#define | HD29L2_QAM4 0x01 |
#define | HD29L2_QAM16 0x02 |
#define | HD29L2_QAM32 0x03 |
#define | HD29L2_QAM64 0x04 |
#define | HD29L2_CODE_RATE_04 0x00 |
#define | HD29L2_CODE_RATE_06 0x08 |
#define | HD29L2_CODE_RATE_08 0x10 |
#define | HD29L2_PN945 0x00 |
#define | HD29L2_PN595 0x01 |
#define | HD29L2_PN420 0x02 |
#define | HD29L2_CARRIER_SINGLE 0x00 |
#define | HD29L2_CARRIER_MULTI 0x01 |
#define | HD29L2_INTERLEAVER_720 0x00 |
#define | HD29L2_INTERLEAVER_420 0x01 |
#define HD29L2_CARRIER_MULTI 0x01 |
Definition at line 49 of file hd29l2_priv.h.
#define HD29L2_CARRIER_SINGLE 0x00 |
Definition at line 48 of file hd29l2_priv.h.
#define HD29L2_CODE_RATE_04 0x00 |
Definition at line 40 of file hd29l2_priv.h.
#define HD29L2_CODE_RATE_06 0x08 |
Definition at line 41 of file hd29l2_priv.h.
#define HD29L2_CODE_RATE_08 0x10 |
Definition at line 42 of file hd29l2_priv.h.
#define HD29L2_INTERLEAVER_420 0x01 |
Definition at line 52 of file hd29l2_priv.h.
#define HD29L2_INTERLEAVER_720 0x00 |
Definition at line 51 of file hd29l2_priv.h.
#define HD29L2_PN420 0x02 |
Definition at line 46 of file hd29l2_priv.h.
#define HD29L2_PN595 0x01 |
Definition at line 45 of file hd29l2_priv.h.
#define HD29L2_PN945 0x00 |
Definition at line 44 of file hd29l2_priv.h.
#define HD29L2_QAM16 0x02 |
Definition at line 36 of file hd29l2_priv.h.
#define HD29L2_QAM32 0x03 |
Definition at line 37 of file hd29l2_priv.h.
#define HD29L2_QAM4 0x01 |
Definition at line 35 of file hd29l2_priv.h.
#define HD29L2_QAM4NR 0x00 |
Definition at line 34 of file hd29l2_priv.h.
#define HD29L2_QAM64 0x04 |
Definition at line 38 of file hd29l2_priv.h.
#define HD29L2_XTAL 30400000 /* Hz */ |
Definition at line 31 of file hd29l2_priv.h.