Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/vc4/
Dvc4_hvs.c876 SCALER_DISPCTRL_DSPEIEOF(0) | in vc4_hvs_bind()
877 SCALER_DISPCTRL_DSPEIEOF(1) | in vc4_hvs_bind()
878 SCALER_DISPCTRL_DSPEIEOF(2) | in vc4_hvs_bind()
Dvc4_regs.h236 # define SCALER_DISPCTRL_DSPEIEOF(x) BIT(7 + ((x) * 2)) macro