Go to the source code of this file.
#define CHKRANGE |
( |
|
val, |
|
|
|
x, |
|
|
|
y |
|
) |
| (((val >= x) && (val < y)) ? 1 : 0) |
#define INRANGE |
( |
|
val, |
|
|
|
x, |
|
|
|
y |
|
) |
| |
#define STB6100_F_F (0x1f << 0) |
#define STB6100_FCCK 0x09 |
#define STB6100_FCCK_FCCK (0x01 << 6) |
#define STB6100_G_G (0x0f << 0) |
#define STB6100_G_GCT (0x07 << 5) |
#define STB6100_K_NF_MSB (0x03 << 0) |
#define STB6100_K_PSD2 (0x01 << 2) |
#define STB6100_K_PSD2_SHIFT 2 |
#define STB6100_LD_LOCK (1 << 0) |
#define STB6100_LPEN 0x0a |
#define STB6100_LPEN_BEN (0x01 << 7) |
#define STB6100_LPEN_LPEN (0x01 << 4) |
#define STB6100_LPEN_OSCP (0x01 << 6) |
#define STB6100_LPEN_SYNP (0x01 << 5) |
#define STB6100_NF_LSB 0x03 |
#define STB6100_NUMREGS 0x0c |
#define STB6100_TEST1 0x08 |
#define STB6100_TEST3 0x0b |
#define STB6100_VCO_OCK (0x03 << 5) |
#define STB6100_VCO_OCK_SHIFT 5 |
#define STB6100_VCO_ODIV (0x01 << 4) |
#define STB6100_VCO_ODIV_SHIFT 4 |
#define STB6100_VCO_OSCH (0x01 << 7) |
#define STB6100_VCO_OSCH_SHIFT 7 |
#define STB6100_VCO_OSM (0x0f << 0) |