Searched refs:VSE_CVP_MODE_CTRL (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/fpga/ |
H A D | altera-cvp.c | 36 #define VSE_CVP_MODE_CTRL 0x20 /* 32bit */ macro 151 altera_read_config_dword(conf, VSE_CVP_MODE_CTRL, &val); in altera_cvp_dummy_write() 154 altera_write_config_dword(conf, VSE_CVP_MODE_CTRL, val); in altera_cvp_dummy_write() 360 altera_read_config_dword(conf, VSE_CVP_MODE_CTRL, &val); in altera_cvp_write_init() 362 altera_write_config_dword(conf, VSE_CVP_MODE_CTRL, val); in altera_cvp_write_init() 365 altera_read_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() 423 altera_read_config_dword(conf, VSE_CVP_MODE_CTRL, &val); in altera_cvp_write_init() 426 altera_write_config_dword(conf, VSE_CVP_MODE_CTRL, val); in altera_cvp_write_init() 503 altera_read_config_dword(conf, VSE_CVP_MODE_CTRL, &val); in altera_cvp_write_complete() [all …]
|