blob: df411ff393c15970025ce337e7333665df7e872a [file] [log] [blame]
/*
* drivers/amlogic/media/dtv_demod/include/demod_dbg.h
*
* Copyright (C) 2017 Amlogic, Inc. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
* more details.
*
*/
#define ADC_PLL_CNTL0_TL1 (0xb0 << 2)
#define ADC_PLL_CNTL1_TL1 (0xb1 << 2)
#define ADC_PLL_CNTL2_TL1 (0xb2 << 2)
struct demod_debugfs_files_t {
const char *name;
const umode_t mode;
const struct file_operations *fops;
};
extern void aml_demod_dbg_init(void);
extern void aml_demod_dbg_exit(void);