Home
last modified time | relevance | path

Searched refs:error_ff0 (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/video/rockchip/mpp/
H A Dmpp_rkvdec2_link.c212 u32 error_ff0, error_ff1; in rkvdec_link_status_update() local
232 error_ff0 = (readl(reg_base + err_flag_base) & err_flag_bit) ? 1 : 0; in rkvdec_link_status_update()
235 if (error_ff0 == error_ff1 && enable_ff0 == enable_ff1) in rkvdec_link_status_update()
238 error_ff1 = error_ff0; in rkvdec_link_status_update()
242 dev->error = error_ff0; in rkvdec_link_status_update()