Lines Matching refs:stop_clk

1293 	u8 stop_clk[2];  in stb0899_set_delivery()  local
1295 stop_clk[0] = stb0899_read_reg(state, STB0899_STOPCLK1); in stb0899_set_delivery()
1296 stop_clk[1] = stb0899_read_reg(state, STB0899_STOPCLK2); in stb0899_set_delivery()
1316 STB0899_SETFIELD_VAL(STOP_CHK8PSK, stop_clk[0], 1); in stb0899_set_delivery()
1317 STB0899_SETFIELD_VAL(STOP_CKFEC108, stop_clk[0], 1); in stb0899_set_delivery()
1318 STB0899_SETFIELD_VAL(STOP_CKFEC216, stop_clk[0], 1); in stb0899_set_delivery()
1320 STB0899_SETFIELD_VAL(STOP_CKPKDLIN108, stop_clk[1], 1); in stb0899_set_delivery()
1321 STB0899_SETFIELD_VAL(STOP_CKPKDLIN216, stop_clk[1], 1); in stb0899_set_delivery()
1323 STB0899_SETFIELD_VAL(STOP_CKINTBUF216, stop_clk[0], 1); in stb0899_set_delivery()
1324 STB0899_SETFIELD_VAL(STOP_CKCORE216, stop_clk[0], 0); in stb0899_set_delivery()
1326 STB0899_SETFIELD_VAL(STOP_CKS2DMD108, stop_clk[1], 1); in stb0899_set_delivery()
1344 STB0899_SETFIELD_VAL(STOP_CHK8PSK, stop_clk[0], 1); in stb0899_set_delivery()
1345 STB0899_SETFIELD_VAL(STOP_CKFEC108, stop_clk[0], 0); in stb0899_set_delivery()
1346 STB0899_SETFIELD_VAL(STOP_CKFEC216, stop_clk[0], 0); in stb0899_set_delivery()
1348 STB0899_SETFIELD_VAL(STOP_CKPKDLIN108, stop_clk[1], 0); in stb0899_set_delivery()
1349 STB0899_SETFIELD_VAL(STOP_CKPKDLIN216, stop_clk[1], 0); in stb0899_set_delivery()
1351 STB0899_SETFIELD_VAL(STOP_CKINTBUF216, stop_clk[0], 0); in stb0899_set_delivery()
1352 STB0899_SETFIELD_VAL(STOP_CKCORE216, stop_clk[0], 0); in stb0899_set_delivery()
1354 STB0899_SETFIELD_VAL(STOP_CKS2DMD108, stop_clk[1], 0); in stb0899_set_delivery()
1371 STB0899_SETFIELD_VAL(STOP_CHK8PSK, stop_clk[0], 1); in stb0899_set_delivery()
1372 STB0899_SETFIELD_VAL(STOP_CKFEC108, stop_clk[0], 1); in stb0899_set_delivery()
1373 STB0899_SETFIELD_VAL(STOP_CKFEC216, stop_clk[0], 1); in stb0899_set_delivery()
1375 STB0899_SETFIELD_VAL(STOP_CKPKDLIN108, stop_clk[1], 1); in stb0899_set_delivery()
1376 STB0899_SETFIELD_VAL(STOP_CKPKDLIN216, stop_clk[1], 1); in stb0899_set_delivery()
1378 STB0899_SETFIELD_VAL(STOP_CKCORE216, stop_clk[0], 0); in stb0899_set_delivery()
1380 STB0899_SETFIELD_VAL(STOP_CKS2DMD108, stop_clk[1], 1); in stb0899_set_delivery()
1386 STB0899_SETFIELD_VAL(STOP_CKADCI108, stop_clk[0], 0); in stb0899_set_delivery()
1387 stb0899_write_regs(state, STB0899_STOPCLK1, stop_clk, 2); in stb0899_set_delivery()