Searched refs:altera_write_config_dword (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/drivers/fpga/ |
D | altera-cvp.c | 110 static int altera_write_config_dword(struct altera_cvp_conf *conf, in altera_write_config_dword() function 154 altera_write_config_dword(conf, VSE_CVP_MODE_CTRL, val); in altera_cvp_dummy_write() 218 ret = altera_write_config_dword(conf, VSE_CVP_PROG_CTRL, val); in altera_cvp_v2_clear_state() 295 altera_write_config_dword(conf, VSE_CVP_PROG_CTRL, val); in altera_cvp_teardown() 299 altera_write_config_dword(conf, VSE_CVP_PROG_CTRL, val); in altera_cvp_teardown() 362 altera_write_config_dword(conf, VSE_CVP_MODE_CTRL, val); in altera_cvp_write_init() 367 altera_write_config_dword(conf, VSE_CVP_MODE_CTRL, val); in altera_cvp_write_init() 390 altera_write_config_dword(conf, VSE_CVP_PROG_CTRL, val); in altera_cvp_write_init() 419 altera_write_config_dword(conf, VSE_CVP_PROG_CTRL, val); in altera_cvp_write_init() 426 altera_write_config_dword(conf, VSE_CVP_MODE_CTRL, val); in altera_cvp_write_init() [all …]
|