| /* SPDX-License-Identifier: (GPL-2.0+ OR MIT) */ |
| * Copyright (c) 2019 Amlogic, Inc. All rights reserved. |
| #include <linux/bitops.h> |
| #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 struct file_operations *fops; |
| void aml_demod_dbg_init(void); |
| void aml_demod_dbg_exit(void); |
| int dtvdemod_create_class_files(struct class *clsp); |
| void dtvdemod_remove_class_files(struct class *clsp); |
| unsigned int clear_ddr_bus_data(void); |