/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * upd64031a - NEC Electronics Ghost Reduction input defines * * 2006 by Hans Verkuil ([email protected]) */ #ifndef _UPD64031A_H_ #define _UPD64031A_H_ /* Ghost reduction modes */ #define UPD64031A_GR_ON … #define UPD64031A_GR_OFF … #define UPD64031A_GR_THROUGH … /* Direct 3D/YCS Connection */ #define UPD64031A_3DYCS_DISABLE … #define UPD64031A_3DYCS_COMPOSITE … #define UPD64031A_3DYCS_SVIDEO … /* Composite sync digital separation circuit */ #define UPD64031A_COMPOSITE_EXTERNAL … /* Vertical sync digital separation circuit */ #define UPD64031A_VERTICAL_EXTERNAL … #endif