1 /* 2 * include/linux/amlogic/media/registers/register.h 3 * 4 * Copyright (C) 2017 Amlogic, Inc. All rights reserved. 5 * 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License as published by 8 * the Free Software Foundation; either version 2 of the License, or 9 * (at your option) any later version. 10 * 11 * This program is distributed in the hope that it will be useful, but WITHOUT 12 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 * more details. 15 * 16 */ 17 18 #ifndef CODEC_REGISTER_HEADERS_ 19 #define CODEC_REGISTER_HEADERS_ 20 21 #include "regs/aiu_regs.h" 22 #include <linux/amlogic/media/sound/audin_regs.h> 23 #include "regs/sys_regs.h" 24 #include "regs/hhi_regs.h" 25 #include "regs/parser_regs.h" 26 #include "regs/vdin_regs.h" 27 #include "regs/vpp_regs.h" 28 #include "regs/viu_regs.h" 29 #include "regs/di_regs.h" 30 #include "regs/enc_regs.h" 31 #include "regs/rdma_regs.h" 32 #include "regs/vdec_regs.h" 33 #include "regs/vpu_regs.h" 34 #include "regs/amrisc_regs.h" 35 #include "regs/hevc_regs.h" 36 #include "regs/dos_regs.h" 37 #include "regs/hcodec_regs.h" 38 #include "regs/vdec2_regs.h" 39 #include "regs/demux_regs.h" 40 #include "regs/ao_regs.h" 41 #include "regs/dmc_regs.h" 42 #include "regs/efuse_regs.h" 43 44 #endif 45