Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/lima/
H A Dlima_gp.c171 gp_write(LIMA_GP_PERF_CNT_0_LIMIT, 0xC01A0000); in lima_gp_hard_reset_poll()
172 return gp_read(LIMA_GP_PERF_CNT_0_LIMIT) == 0xC01A0000; in lima_gp_hard_reset_poll()
180 gp_write(LIMA_GP_PERF_CNT_0_LIMIT, 0xC0FFE000); in lima_gp_hard_reset()
189 gp_write(LIMA_GP_PERF_CNT_0_LIMIT, 0); in lima_gp_hard_reset()
H A Dlima_regs.h98 #define LIMA_GP_PERF_CNT_0_LIMIT 0x54 macro