Lines Matching refs:xogc
60 unsigned int xogc; member
290 int ret,xogc,xok=0; in mt2032_init() local
338 xogc=7; in mt2032_init()
340 dprintk("mt2032: xogc = 0x%02x\n",xogc&0x07); in mt2032_init()
349 xogc--; in mt2032_init()
350 dprintk("mt2032: xogc = 0x%02x\n",xogc&0x07); in mt2032_init()
351 if (xogc == 3) { in mt2032_init()
352 xogc=4; // min. 4 per spec in mt2032_init()
356 buf[1]=0x88 + xogc; in mt2032_init()
361 t->xogc=xogc; in mt2032_init()
402 unsigned int xogc) //all in Hz in mt2032_compute_freq() argument
467 buf[7]=8+xogc; in mt2032_compute_freq()
548 ret=mt2032_compute_freq(rfin,if1,if2,from,to,&buf[1],&sel,t->xogc); in mt2032_set_if_freq()
572 buf[1]=0x80 +8+t->xogc; // set LINT to re-init PLLs in mt2032_set_if_freq()
575 buf[1]=8+t->xogc; in mt2032_set_if_freq()