• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/frontends/

Lines Matching refs:stop_clk

1312 	u8 stop_clk[2];
1314 stop_clk[0] = stb0899_read_reg(state, STB0899_STOPCLK1);
1315 stop_clk[1] = stb0899_read_reg(state, STB0899_STOPCLK2);
1335 STB0899_SETFIELD_VAL(STOP_CHK8PSK, stop_clk[0], 1);
1336 STB0899_SETFIELD_VAL(STOP_CKFEC108, stop_clk[0], 1);
1337 STB0899_SETFIELD_VAL(STOP_CKFEC216, stop_clk[0], 1);
1339 STB0899_SETFIELD_VAL(STOP_CKPKDLIN108, stop_clk[1], 1);
1340 STB0899_SETFIELD_VAL(STOP_CKPKDLIN216, stop_clk[1], 1);
1342 STB0899_SETFIELD_VAL(STOP_CKINTBUF216, stop_clk[0], 1);
1343 STB0899_SETFIELD_VAL(STOP_CKCORE216, stop_clk[0], 0);
1345 STB0899_SETFIELD_VAL(STOP_CKS2DMD108, stop_clk[1], 1);
1363 STB0899_SETFIELD_VAL(STOP_CHK8PSK, stop_clk[0], 1);
1364 STB0899_SETFIELD_VAL(STOP_CKFEC108, stop_clk[0], 0);
1365 STB0899_SETFIELD_VAL(STOP_CKFEC216, stop_clk[0], 0);
1367 STB0899_SETFIELD_VAL(STOP_CKPKDLIN108, stop_clk[1], 0);
1368 STB0899_SETFIELD_VAL(STOP_CKPKDLIN216, stop_clk[1], 0);
1370 STB0899_SETFIELD_VAL(STOP_CKINTBUF216, stop_clk[0], 0);
1371 STB0899_SETFIELD_VAL(STOP_CKCORE216, stop_clk[0], 0);
1373 STB0899_SETFIELD_VAL(STOP_CKS2DMD108, stop_clk[1], 0);
1390 STB0899_SETFIELD_VAL(STOP_CHK8PSK, stop_clk[0], 1);
1391 STB0899_SETFIELD_VAL(STOP_CKFEC108, stop_clk[0], 1);
1392 STB0899_SETFIELD_VAL(STOP_CKFEC216, stop_clk[0], 1);
1394 STB0899_SETFIELD_VAL(STOP_CKPKDLIN108, stop_clk[1], 1);
1395 STB0899_SETFIELD_VAL(STOP_CKPKDLIN216, stop_clk[1], 1);
1397 STB0899_SETFIELD_VAL(STOP_CKCORE216, stop_clk[0], 0);
1399 STB0899_SETFIELD_VAL(STOP_CKS2DMD108, stop_clk[1], 1);
1405 STB0899_SETFIELD_VAL(STOP_CKADCI108, stop_clk[0], 0);
1406 stb0899_write_regs(state, STB0899_STOPCLK1, stop_clk, 2);