Lines Matching defs:vth
119 u8 vth[6];
963 state->vth[0] = 0xd7;
964 state->vth[1] = 0x85;
965 state->vth[2] = 0x58;
966 state->vth[3] = 0x3a;
967 state->vth[4] = 0x34;
968 state->vth[5] = 0x28;
969 write_reg(state, RSTV0910_P2_VTH12 + state->regoff + 0, state->vth[0]);
970 write_reg(state, RSTV0910_P2_VTH12 + state->regoff + 1, state->vth[1]);
971 write_reg(state, RSTV0910_P2_VTH12 + state->regoff + 2, state->vth[2]);
972 write_reg(state, RSTV0910_P2_VTH12 + state->regoff + 3, state->vth[3]);
973 write_reg(state, RSTV0910_P2_VTH12 + state->regoff + 4, state->vth[4]);
974 write_reg(state, RSTV0910_P2_VTH12 + state->regoff + 5, state->vth[5]);
994 s32 vth = table_lookup(vthlookup_table, ARRAY_SIZE(vthlookup_table),
998 if (state->vth[i] > vth)
999 state->vth[i] = vth;
1001 write_reg(state, RSTV0910_P2_VTH12 + state->regoff + 0, state->vth[0]);
1002 write_reg(state, RSTV0910_P2_VTH12 + state->regoff + 1, state->vth[1]);
1003 write_reg(state, RSTV0910_P2_VTH12 + state->regoff + 2, state->vth[2]);
1004 write_reg(state, RSTV0910_P2_VTH12 + state->regoff + 3, state->vth[3]);
1005 write_reg(state, RSTV0910_P2_VTH12 + state->regoff + 4, state->vth[4]);
1006 write_reg(state, RSTV0910_P2_VTH12 + state->regoff + 5, state->vth[5]);