Lines Matching refs:ves1820_inittab
37 static u8 ves1820_inittab[] = {
165 SFIL = (SFIL << 4) | ves1820_inittab[0x0E];
167 NDEC = (NDEC << 6) | ves1820_inittab[0x03];
187 for (i = 0; i < sizeof(ves1820_inittab); i++)
188 ves1820_writereg(state, i, ves1820_inittab[i]);
190 ves1820_writereg(state, 2, ves1820_inittab[2] | 0x08);
225 ves1820_writereg(state, 2, ves1820_inittab[2] | (state->config->selagc ? 0x08 : 0));
297 ves1820_writereg(state, 0x10, ves1820_inittab[0x10] & 0xdf);
298 ves1820_writereg(state, 0x10, ves1820_inittab[0x10]);
374 state->reg0 = ves1820_inittab[0];