Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/vc4/
H A 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()
H A Dvc4_regs.h236 # define SCALER_DISPCTRL_DSPEIEOF(x) BIT(7 + ((x) * 2)) macro