Home
last modified time | relevance | path

Searched refs:VP_SRESET (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/drivers/gpu/drm/exynos/
Dregs-vp.h23 #define VP_SRESET 0x0004 macro
Dexynos_mixer.c197 DUMPREG(VP_SRESET); in vp_regs_dump()
584 vp_reg_write(res, VP_SRESET, VP_SRESET_PROCESSING); in vp_win_reset()
587 if (~vp_reg_read(res, VP_SRESET) & VP_SRESET_PROCESSING) in vp_win_reset()
/linux-3.4.99/drivers/media/video/s5p-tv/
Dregs-vp.h20 #define VP_SRESET 0x0004 macro
Dmixer_reg.c72 vp_write(mdev, VP_SRESET, VP_SRESET_PROCESSING); in __mxr_reg_vp_reset()
75 if (~vp_read(mdev, VP_SRESET) & VP_SRESET_PROCESSING) in __mxr_reg_vp_reset()
517 DUMPREG(VP_SRESET); in mxr_reg_vp_dump()