Searched refs:VSE_CVP_STATUS_CFG_RDY (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/fpga/ |
H A D | altera-cvp.c | 29 #define VSE_CVP_STATUS_CFG_RDY BIT(18) /* CVP_CONFIG_READY */ macro 225 return altera_cvp_wait_status(conf, VSE_CVP_STATUS_CFG_RDY, 0, in altera_cvp_v2_clear_state() 310 ret = altera_cvp_wait_status(conf, VSE_CVP_STATUS_CFG_RDY, 0, in altera_cvp_teardown() 348 if (val & VSE_CVP_STATUS_CFG_RDY) { in altera_cvp_write_init() 393 ret = altera_cvp_wait_status(conf, VSE_CVP_STATUS_CFG_RDY, in altera_cvp_write_init() 394 VSE_CVP_STATUS_CFG_RDY, in altera_cvp_write_init()
|
/kernel/linux/linux-6.6/drivers/fpga/ |
H A D | altera-cvp.c | 29 #define VSE_CVP_STATUS_CFG_RDY BIT(18) /* CVP_CONFIG_READY */ macro 225 return altera_cvp_wait_status(conf, VSE_CVP_STATUS_CFG_RDY, 0, in altera_cvp_v2_clear_state() 310 ret = altera_cvp_wait_status(conf, VSE_CVP_STATUS_CFG_RDY, 0, in altera_cvp_teardown() 348 if (val & VSE_CVP_STATUS_CFG_RDY) { in altera_cvp_write_init() 393 ret = altera_cvp_wait_status(conf, VSE_CVP_STATUS_CFG_RDY, in altera_cvp_write_init() 394 VSE_CVP_STATUS_CFG_RDY, in altera_cvp_write_init()
|
Completed in 3 milliseconds