#include <linux/i2c.h>
#include <linux/slab.h>
#include <linux/delay.h>
#include <linux/videodev2.h>
#include "tuner-i2c.h"
#include "tea5767.h"
Go to the source code of this file.
#define TEA5767_ADC_LEVEL_MASK 0xf0 |
#define TEA5767_BAND_LIMIT_MASK 0X40 |
#define TEA5767_CHIP_ID_MASK 0x0f |
#define TEA5767_DEEMPH_75 0X40 |
#define TEA5767_HIGH_CUT_CTRL 0x04 |
#define TEA5767_HIGH_LO_INJECT 0x10 |
#define TEA5767_IF_CNTR_MASK 0x7f |
#define TEA5767_JAPAN_BAND 0x20 |
#define TEA5767_MONO 0x08 |
#define TEA5767_MUTE 0x80 /* Mutes output */ |
#define TEA5767_MUTE_LEFT 0x02 |
#define TEA5767_MUTE_RIGHT 0x04 |
#define TEA5767_PLLREF_ENABLE 0x80 |
#define TEA5767_PORT1_HIGH 0x01 |
#define TEA5767_PORT2_HIGH 0x80 |
#define TEA5767_READY_FLAG_MASK 0x80 |
#define TEA5767_RESERVED_MASK 0xff |
#define TEA5767_SEARCH 0x40 /* Activates station search */ |
#define TEA5767_SEARCH_UP 0x80 |
#define TEA5767_SOFT_MUTE 0x08 |
#define TEA5767_SRCH_HIGH_LVL 0x60 |
#define TEA5767_SRCH_IND 0x01 |
#define TEA5767_SRCH_LOW_LVL 0x20 |
#define TEA5767_SRCH_MID_LVL 0x40 |
#define TEA5767_ST_NOISE_CTL 0x02 |
#define TEA5767_STDBY 0x40 |
#define TEA5767_STEREO_MASK 0x80 |
#define TEA5767_XTAL_32768 0x10 |