Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/staging/media/hantro/
Dimx8m_vpu_hw.c178 status = vdpu_read(vpu, G2_REG_INTERRUPT); in imx8m_vpu_g2_irq()
182 vdpu_write(vpu, 0, G2_REG_INTERRUPT); in imx8m_vpu_g2_irq()
Dhantro_g2_hevc_dec.c527 status = vdpu_read(vpu, G2_REG_INTERRUPT); in hantro_g2_check_idle()
531 vdpu_write(vpu, status, G2_REG_INTERRUPT); in hantro_g2_check_idle()
583 vdpu_write(vpu, G2_REG_INTERRUPT_DEC_E, G2_REG_INTERRUPT); in hantro_g2_hevc_dec_run()
Dhantro_g2_regs.h24 #define G2_REG_INTERRUPT G2_SWREG(1) macro