summaryrefslogtreecommitdiff
path: root/drivers/stream_input/tv_frontend/dtv_demod/include/aml_dtv_demod_reg.h (plain)
blob: 4f49fa7c5261247f1005f0a6984ad016bc68821c
1/*
2* Copyright (C) 2017 Amlogic, Inc. All rights reserved.
3*
4* This program is free software; you can redistribute it and/or modify
5* it under the terms of the GNU General Public License as published by
6* the Free Software Foundation; either version 2 of the License, or
7* (at your option) any later version.
8*
9* This program is distributed in the hope that it will be useful, but WITHOUT
10* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
12* more details.
13*
14* You should have received a copy of the GNU General Public License along
15* with this program; if not, write to the Free Software Foundation, Inc.,
16* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
17*
18* Description:
19*/
20#ifndef _DTV_REG_H_
21#define _DTV_REG_H_
22
23#include <linux/amlogic/iomap.h>
24
25#define DTV_WRITE_CBUS_REG(_r, _v) aml_write_cbus(_r, _v)
26#define DTV_READ_CBUS_REG(_r) aml_read_cbus(_r)
27
28#endif /* */
29