[go: nahoru, domu]

Searched defs:DNC1GC (Results 1 - 1 of 1) sorted by relevance

/drivers/media/tuners/
H A Dmt2063.c977 * (DNC1GC & DNC2GC are the values, which are used, when the specific
1033 static const u8 DNC1GC[] = { 0, 0, 0, 0, 0, 0 }; variable
1080 val = (state->reg[MT2063_REG_DNC_GAIN] & 0xFC) | 0x03; /* Set DNC1GC=3 */
1106 val = (state->reg[MT2063_REG_DNC_GAIN] & 0xFC) | (DNC1GC[state->rcvr_mode] & 0x03); /* Set DNC1GC=x */
1132 val = (state->reg[MT2063_REG_DNC_GAIN] & 0xFC) | 0x03; /* Set DNC1GC=3 */
1158 val = (state->reg[MT2063_REG_DNC_GAIN] & 0xFC) | (DNC1GC[state->rcvr_mode] & 0x03); /* Set DNC1GC=x */
1194 * (DNC1GC & DNC2GC are the values, which are used, when the specific
1256 /* DNC1GC
[all...]

Completed in 35 milliseconds