Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/exynos/
Dregs-mixer.h78 #define MXR_STATUS_SYNC_ENABLE (1 << 2) macro
Dexynos_mixer.c396 mixer_reg_writemask(ctx, MXR_STATUS, 0, MXR_STATUS_SYNC_ENABLE); in mixer_disable_sync()
404 mixer_reg_writemask(ctx, MXR_STATUS, ~0, MXR_STATUS_SYNC_ENABLE); in mixer_enable_sync()