Lines Matching refs:DNC1GC
947 * (DNC1GC & DNC2GC are the values, which are used, when the specific
1003 static const u8 DNC1GC[] = { 0, 0, 0, 0, 0, 0 };
1050 val = (state->reg[MT2063_REG_DNC_GAIN] & 0xFC) | 0x03; /* Set DNC1GC=3 */
1076 val = (state->reg[MT2063_REG_DNC_GAIN] & 0xFC) | (DNC1GC[state->rcvr_mode] & 0x03); /* Set DNC1GC=x */
1102 val = (state->reg[MT2063_REG_DNC_GAIN] & 0xFC) | 0x03; /* Set DNC1GC=3 */
1128 val = (state->reg[MT2063_REG_DNC_GAIN] & 0xFC) | (DNC1GC[state->rcvr_mode] & 0x03); /* Set DNC1GC=x */
1164 * (DNC1GC & DNC2GC are the values, which are used, when the specific
1226 /* DNC1GC & DNC2GC */