/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Driver for Zarlink DVB-T MT352 demodulator * * Written by Holger Waechtler <[email protected]> * and Daniel Mack <[email protected]> * * AVerMedia AVerTV DVB-T 771 support by * Wolfram Joost <[email protected]> * * Support for Samsung TDTC9251DH01C(M) tuner * Copyright (C) 2004 Antonio Mancuso <[email protected]> * Amauri Celani <[email protected]> * * DVICO FusionHDTV DVB-T1 and DVICO FusionHDTV DVB-T Lite support by * Christopher Pascoe <[email protected]> */ #ifndef _MT352_PRIV_ #define _MT352_PRIV_ #define ID_MT352 … #define msb(x) … #define lsb(x) … enum mt352_reg_addr { … }; /* here we assume 1/6MHz == 166.66kHz stepsize */ #define IF_FREQUENCYx6 … #endif /* _MT352_PRIV_ */