Lines Matching refs:stop_clk

1311 	u8 stop_clk[2];  in stb0899_set_delivery()  local
1313 stop_clk[0] = stb0899_read_reg(state, STB0899_STOPCLK1); in stb0899_set_delivery()
1314 stop_clk[1] = stb0899_read_reg(state, STB0899_STOPCLK2); in stb0899_set_delivery()
1334 STB0899_SETFIELD_VAL(STOP_CHK8PSK, stop_clk[0], 1); in stb0899_set_delivery()
1335 STB0899_SETFIELD_VAL(STOP_CKFEC108, stop_clk[0], 1); in stb0899_set_delivery()
1336 STB0899_SETFIELD_VAL(STOP_CKFEC216, stop_clk[0], 1); in stb0899_set_delivery()
1338 STB0899_SETFIELD_VAL(STOP_CKPKDLIN108, stop_clk[1], 1); in stb0899_set_delivery()
1339 STB0899_SETFIELD_VAL(STOP_CKPKDLIN216, stop_clk[1], 1); in stb0899_set_delivery()
1341 STB0899_SETFIELD_VAL(STOP_CKINTBUF216, stop_clk[0], 1); in stb0899_set_delivery()
1342 STB0899_SETFIELD_VAL(STOP_CKCORE216, stop_clk[0], 0); in stb0899_set_delivery()
1344 STB0899_SETFIELD_VAL(STOP_CKS2DMD108, stop_clk[1], 1); in stb0899_set_delivery()
1362 STB0899_SETFIELD_VAL(STOP_CHK8PSK, stop_clk[0], 1); in stb0899_set_delivery()
1363 STB0899_SETFIELD_VAL(STOP_CKFEC108, stop_clk[0], 0); in stb0899_set_delivery()
1364 STB0899_SETFIELD_VAL(STOP_CKFEC216, stop_clk[0], 0); in stb0899_set_delivery()
1366 STB0899_SETFIELD_VAL(STOP_CKPKDLIN108, stop_clk[1], 0); in stb0899_set_delivery()
1367 STB0899_SETFIELD_VAL(STOP_CKPKDLIN216, stop_clk[1], 0); in stb0899_set_delivery()
1369 STB0899_SETFIELD_VAL(STOP_CKINTBUF216, stop_clk[0], 0); in stb0899_set_delivery()
1370 STB0899_SETFIELD_VAL(STOP_CKCORE216, stop_clk[0], 0); in stb0899_set_delivery()
1372 STB0899_SETFIELD_VAL(STOP_CKS2DMD108, stop_clk[1], 0); in stb0899_set_delivery()
1389 STB0899_SETFIELD_VAL(STOP_CHK8PSK, stop_clk[0], 1); in stb0899_set_delivery()
1390 STB0899_SETFIELD_VAL(STOP_CKFEC108, stop_clk[0], 1); in stb0899_set_delivery()
1391 STB0899_SETFIELD_VAL(STOP_CKFEC216, stop_clk[0], 1); in stb0899_set_delivery()
1393 STB0899_SETFIELD_VAL(STOP_CKPKDLIN108, stop_clk[1], 1); in stb0899_set_delivery()
1394 STB0899_SETFIELD_VAL(STOP_CKPKDLIN216, stop_clk[1], 1); in stb0899_set_delivery()
1396 STB0899_SETFIELD_VAL(STOP_CKCORE216, stop_clk[0], 0); in stb0899_set_delivery()
1398 STB0899_SETFIELD_VAL(STOP_CKS2DMD108, stop_clk[1], 1); in stb0899_set_delivery()
1404 STB0899_SETFIELD_VAL(STOP_CKADCI108, stop_clk[0], 0); in stb0899_set_delivery()
1405 stb0899_write_regs(state, STB0899_STOPCLK1, stop_clk, 2); in stb0899_set_delivery()