Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/lima/
Dlima_regs.h165 #define LIMA_PP_STATUS_BUS_STOPPED BIT(4) macro
Dlima_pp.c173 return !!(pp_read(LIMA_PP_STATUS) & LIMA_PP_STATUS_BUS_STOPPED); in lima_pp_bus_stop_poll()