Home
last modified time | relevance | path

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

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