1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 * Driver for the Integrant ITD1000 "Zero-IF Tuner IC for Direct Broadcast Satellite"
5 * Copyright (c) 2007 Patrick Boettcher <pb@linuxtv.org>
11 struct itd1000_state
{
12 struct itd1000_config
*cfg
;
13 struct i2c_adapter
*i2c
;
15 u32 frequency
; /* contains the value resulting from the LO-setting */
17 /* ugly workaround for flexcop's incapable i2c-controller
23 enum itd1000_register
{