Searched refs:VP_SRESET_PROCESSING (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/drivers/media/platform/s5p-tv/
H A Dregs-vp.h62 #define VP_SRESET_PROCESSING (1 << 0) macro
H A Dmixer_reg.c72 vp_write(mdev, VP_SRESET, VP_SRESET_PROCESSING); __mxr_reg_vp_reset()
74 /* waiting until VP_SRESET_PROCESSING is 0 */ __mxr_reg_vp_reset()
75 if (~vp_read(mdev, VP_SRESET) & VP_SRESET_PROCESSING) __mxr_reg_vp_reset()
/linux-4.1.27/drivers/gpu/drm/exynos/
H A Dregs-vp.h65 #define VP_SRESET_PROCESSING (1 << 0) macro
H A Dexynos_mixer.c630 vp_reg_write(res, VP_SRESET, VP_SRESET_PROCESSING); vp_win_reset()
632 /* waiting until VP_SRESET_PROCESSING is 0 */ vp_win_reset()
633 if (~vp_reg_read(res, VP_SRESET) & VP_SRESET_PROCESSING) vp_win_reset()

Completed in 127 milliseconds