Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/vc4/
Dvc4_hvs.c669 SCALER_DISPCTRL_DSPEIEOF(0) | in vc4_hvs_bind()
670 SCALER_DISPCTRL_DSPEIEOF(1) | in vc4_hvs_bind()
671 SCALER_DISPCTRL_DSPEIEOF(2) | in vc4_hvs_bind()
Dvc4_regs.h236 # define SCALER_DISPCTRL_DSPEIEOF(x) BIT(7 + ((x) * 2)) macro