Lines Matching refs:x51

62 	{ 0x50, 0xd1 }, { 0x51, 0x20 },
66 { 0x50, 0xd1 }, { 0x51, 0x22 },
103 { 0x50, 0xa7 }, { 0x51, 0x00 },
104 { 0x50, 0xa8 }, { 0x51, 0xff },
105 { 0x50, 0xa9 }, { 0x51, 0xff },
106 { 0x50, 0xaa }, { 0x51, 0x00 },
107 { 0x50, 0xab }, { 0x51, 0xff },
108 { 0x50, 0xac }, { 0x51, 0xff },
109 { 0x50, 0xad }, { 0x51, 0x00 },
110 { 0x50, 0xae }, { 0x51, 0xff },
111 { 0x50, 0xaf }, { 0x51, 0xff },
121 { 0x50, 0xdc }, { 0x51, 0x00 },
122 { 0x50, 0xdd }, { 0x51, 0x7f },
123 { 0x50, 0xde }, { 0x51, 0x00 },
124 { 0x50, 0xdf }, { 0x51, 0x7f },
125 { 0x50, 0xe0 }, { 0x51, 0x00 },
126 { 0x50, 0xe1 }, { 0x51, 0x7f },
135 { 0x50, 0xb0 }, { 0x51, 0x07 }, /* Enable PER */
136 { 0x50, 0xb2 }, { 0x51, 0x00 },
137 { 0x50, 0xb3 }, { 0x51, 0x7f },
138 { 0x50, 0xb4 }, { 0x51, 0x00 },
139 { 0x50, 0xb5 }, { 0x51, 0x7f },
140 { 0x50, 0xb6 }, { 0x51, 0x00 },
141 { 0x50, 0xb7 }, { 0x51, 0x7f },
143 { 0x50, 0x50 }, { 0x51, 0x02 }, /* MER manual mode */
144 { 0x50, 0x51 }, { 0x51, 0x04 }, /* MER symbol 4 */
147 { 0x50, 0xd5 }, { 0x51, 0x01 },
148 { 0x50, 0xd6 }, { 0x51, 0x1f },
149 { 0x50, 0xd2 }, { 0x51, 0x03 },
150 { 0x50, 0xd7 }, { 0x51, 0x3f },
177 { 0x50, 0x1e }, { 0x51, 0x5d },
178 { 0x50, 0x22 }, { 0x51, 0x00 },
179 { 0x50, 0x23 }, { 0x51, 0xc8 },
180 { 0x50, 0x24 }, { 0x51, 0x00 },
181 { 0x50, 0x25 }, { 0x51, 0xf0 },
182 { 0x50, 0x26 }, { 0x51, 0x00 },
183 { 0x50, 0x27 }, { 0x51, 0xc3 },
184 { 0x50, 0x39 }, { 0x51, 0x02 },
185 { 0x50, 0xd5 }, { 0x51, 0x01 },
204 { 0x51, 0x07 },
205 { 0x51, 0x00 },
772 rc = mb86a20s_readreg(state, 0x51);
776 rc = mb86a20s_writereg(state, 0x51, val | 0x01);
779 rc = mb86a20s_writereg(state, 0x51, val & 0x06);
839 rc = mb86a20s_readreg(state, 0x51);
846 rc = mb86a20s_readreg(state, 0x51);
853 rc = mb86a20s_readreg(state, 0x51);
883 rc = mb86a20s_writereg(state, 0x51,
890 rc = mb86a20s_writereg(state, 0x51,
897 rc = mb86a20s_writereg(state, 0x51,
973 rc = mb86a20s_readreg(state, 0x51);
980 rc = mb86a20s_readreg(state, 0x51);
1017 rc = mb86a20s_writereg(state, 0x51, collect_rate >> 8);
1023 rc = mb86a20s_writereg(state, 0x51, collect_rate & 0xff);
1069 rc = mb86a20s_readreg(state, 0x51);
1086 rc = mb86a20s_readreg(state, 0x51);
1093 rc = mb86a20s_readreg(state, 0x51);
1104 rc = mb86a20s_readreg(state, 0x51);
1111 rc = mb86a20s_readreg(state, 0x51);
1145 rc = mb86a20s_writereg(state, 0x51, 0x00);
1153 rc = mb86a20s_writereg(state, 0x51, collect_rate >> 8);
1159 rc = mb86a20s_writereg(state, 0x51, collect_rate & 0xff);
1167 rc = mb86a20s_writereg(state, 0x51, 0x07);
1175 rc = mb86a20s_writereg(state, 0x51, 0x07);
1178 rc = mb86a20s_writereg(state, 0x51, 0x00);
1188 rc = mb86a20s_readreg(state, 0x51);
1192 rc = mb86a20s_writereg(state, 0x51, val | (1 << layer));
1195 rc = mb86a20s_writereg(state, 0x51, val & ~(1 << layer));
1437 rc = mb86a20s_readreg(state, 0x51);
1458 rc = mb86a20s_readreg(state, 0x51);
1465 rc = mb86a20s_readreg(state, 0x51);
1472 rc = mb86a20s_readreg(state, 0x51);
1509 rc = mb86a20s_readreg(state, 0x51);
1514 rc = mb86a20s_writereg(state, 0x51, val | 0x01);
1517 rc = mb86a20s_writereg(state, 0x51, val & 0x06);
1833 rc = mb86a20s_writereg(state, 0x51, regD5);