0001
0002
0003
0004
0005
0006
0007
0008
0009
0010 #ifndef S5H1420_PRIV
0011 #define S5H1420_PRIV
0012
0013 #include <asm/types.h>
0014
0015 enum s5h1420_register {
0016 ID01 = 0x00,
0017 CON_0 = 0x01,
0018 CON_1 = 0x02,
0019 PLL01 = 0x03,
0020 PLL02 = 0x04,
0021 QPSK01 = 0x05,
0022 QPSK02 = 0x06,
0023 Pre01 = 0x07,
0024 Post01 = 0x08,
0025 Loop01 = 0x09,
0026 Loop02 = 0x0a,
0027 Loop03 = 0x0b,
0028 Loop04 = 0x0c,
0029 Loop05 = 0x0d,
0030 Pnco01 = 0x0e,
0031 Pnco02 = 0x0f,
0032 Pnco03 = 0x10,
0033 Tnco01 = 0x11,
0034 Tnco02 = 0x12,
0035 Tnco03 = 0x13,
0036 Monitor01 = 0x14,
0037 Monitor02 = 0x15,
0038 Monitor03 = 0x16,
0039 Monitor04 = 0x17,
0040 Monitor05 = 0x18,
0041 Monitor06 = 0x19,
0042 Monitor07 = 0x1a,
0043 Monitor12 = 0x1f,
0044
0045 FEC01 = 0x22,
0046 Soft01 = 0x23,
0047 Soft02 = 0x24,
0048 Soft03 = 0x25,
0049 Soft04 = 0x26,
0050 Soft05 = 0x27,
0051 Soft06 = 0x28,
0052 Vit01 = 0x29,
0053 Vit02 = 0x2a,
0054 Vit03 = 0x2b,
0055 Vit04 = 0x2c,
0056 Vit05 = 0x2d,
0057 Vit06 = 0x2e,
0058 Vit07 = 0x2f,
0059 Vit08 = 0x30,
0060 Vit09 = 0x31,
0061 Vit10 = 0x32,
0062 Vit11 = 0x33,
0063 Vit12 = 0x34,
0064 Sync01 = 0x35,
0065 Sync02 = 0x36,
0066 Rs01 = 0x37,
0067 Mpeg01 = 0x38,
0068 Mpeg02 = 0x39,
0069 DiS01 = 0x3a,
0070 DiS02 = 0x3b,
0071 DiS03 = 0x3c,
0072 DiS04 = 0x3d,
0073 DiS05 = 0x3e,
0074 DiS06 = 0x3f,
0075 DiS07 = 0x40,
0076 DiS08 = 0x41,
0077 DiS09 = 0x42,
0078 DiS10 = 0x43,
0079 DiS11 = 0x44,
0080 Rf01 = 0x45,
0081 Err01 = 0x46,
0082 Err02 = 0x47,
0083 Err03 = 0x48,
0084 Err04 = 0x49,
0085 };
0086
0087
0088 #endif