Searched refs:stop_clk (Results 1 – 1 of 1) sorted by relevance
/linux-4.19.296/drivers/media/dvb-frontends/ |
D | stb0899_drv.c | 1305 u8 stop_clk[2]; in stb0899_set_delivery() local 1307 stop_clk[0] = stb0899_read_reg(state, STB0899_STOPCLK1); in stb0899_set_delivery() 1308 stop_clk[1] = stb0899_read_reg(state, STB0899_STOPCLK2); in stb0899_set_delivery() 1328 STB0899_SETFIELD_VAL(STOP_CHK8PSK, stop_clk[0], 1); in stb0899_set_delivery() 1329 STB0899_SETFIELD_VAL(STOP_CKFEC108, stop_clk[0], 1); in stb0899_set_delivery() 1330 STB0899_SETFIELD_VAL(STOP_CKFEC216, stop_clk[0], 1); in stb0899_set_delivery() 1332 STB0899_SETFIELD_VAL(STOP_CKPKDLIN108, stop_clk[1], 1); in stb0899_set_delivery() 1333 STB0899_SETFIELD_VAL(STOP_CKPKDLIN216, stop_clk[1], 1); in stb0899_set_delivery() 1335 STB0899_SETFIELD_VAL(STOP_CKINTBUF216, stop_clk[0], 1); in stb0899_set_delivery() 1336 STB0899_SETFIELD_VAL(STOP_CKCORE216, stop_clk[0], 0); in stb0899_set_delivery() [all …]
|