Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/lima/
H A Dlima_gp.c60 gp_write(LIMA_GP_INT_CLEAR, state); in lima_gp_irq_handler()
74 gp_write(LIMA_GP_INT_CLEAR, LIMA_GP_IRQ_RESET_COMPLETED); in lima_gp_soft_reset_async()
96 gp_write(LIMA_GP_INT_CLEAR, LIMA_GP_IRQ_MASK_ALL); in lima_gp_soft_reset_async_wait()
190 gp_write(LIMA_GP_INT_CLEAR, LIMA_GP_IRQ_MASK_ALL); in lima_gp_hard_reset()
H A Dlima_regs.h69 #define LIMA_GP_INT_CLEAR 0x28 macro