Lines Matching defs:xogc
47 unsigned int xogc;
105 unsigned int xogc) //all in Hz
172 buf[7]=8+xogc;
257 ret=mt2032_compute_freq(fe,rfin,if1,if2,from,to,&buf[1],&sel,priv->xogc);
281 buf[1]=0x80 +8+priv->xogc; // set LINT to re-init PLLs
284 buf[1]=8+priv->xogc;
376 int ret,xogc,xok=0;
398 xogc=7;
400 tuner_dbg("mt2032: xogc = 0x%02x\n",xogc&0x07);
409 xogc--;
410 tuner_dbg("mt2032: xogc = 0x%02x\n",xogc&0x07);
411 if (xogc == 3) {
412 xogc=4; // min. 4 per spec
416 buf[1]=0x88 + xogc;
421 priv->xogc=xogc;