Searched refs:stop_clk (Results 1 – 2 of 2) sorted by relevance
/linux-6.6.21/drivers/media/dvb-frontends/ |
D | stb0899_drv.c | 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() [all …]
|
/linux-6.6.21/drivers/video/fbdev/ |
D | atmel_lcdfb.c | 1091 goto stop_clk; in atmel_lcdfb_probe() 1097 goto stop_clk; in atmel_lcdfb_probe() 1109 goto stop_clk; in atmel_lcdfb_probe() 1128 goto stop_clk; in atmel_lcdfb_probe() 1214 stop_clk: in atmel_lcdfb_probe()
|