18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only */ 28c2ecf20Sopenharmony_ci/** 38c2ecf20Sopenharmony_ci * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved. 48c2ecf20Sopenharmony_ci */ 58c2ecf20Sopenharmony_ci 68c2ecf20Sopenharmony_ci#ifndef CT20K1REG_H 78c2ecf20Sopenharmony_ci#define CT20K1REG_H 88c2ecf20Sopenharmony_ci 98c2ecf20Sopenharmony_ci/* 20k1 registers */ 108c2ecf20Sopenharmony_ci#define DSPXRAM_START 0x000000 118c2ecf20Sopenharmony_ci#define DSPXRAM_END 0x013FFC 128c2ecf20Sopenharmony_ci#define DSPAXRAM_START 0x020000 138c2ecf20Sopenharmony_ci#define DSPAXRAM_END 0x023FFC 148c2ecf20Sopenharmony_ci#define DSPYRAM_START 0x040000 158c2ecf20Sopenharmony_ci#define DSPYRAM_END 0x04FFFC 168c2ecf20Sopenharmony_ci#define DSPAYRAM_START 0x020000 178c2ecf20Sopenharmony_ci#define DSPAYRAM_END 0x063FFC 188c2ecf20Sopenharmony_ci#define DSPMICRO_START 0x080000 198c2ecf20Sopenharmony_ci#define DSPMICRO_END 0x0B3FFC 208c2ecf20Sopenharmony_ci#define DSP0IO_START 0x100000 218c2ecf20Sopenharmony_ci#define DSP0IO_END 0x101FFC 228c2ecf20Sopenharmony_ci#define AUDIORINGIPDSP0_START 0x100000 238c2ecf20Sopenharmony_ci#define AUDIORINGIPDSP0_END 0x1003FC 248c2ecf20Sopenharmony_ci#define AUDIORINGOPDSP0_START 0x100400 258c2ecf20Sopenharmony_ci#define AUDIORINGOPDSP0_END 0x1007FC 268c2ecf20Sopenharmony_ci#define AUDPARARINGIODSP0_START 0x100800 278c2ecf20Sopenharmony_ci#define AUDPARARINGIODSP0_END 0x100BFC 288c2ecf20Sopenharmony_ci#define DSP0LOCALHWREG_START 0x100C00 298c2ecf20Sopenharmony_ci#define DSP0LOCALHWREG_END 0x100C3C 308c2ecf20Sopenharmony_ci#define DSP0XYRAMAGINDEX_START 0x100C40 318c2ecf20Sopenharmony_ci#define DSP0XYRAMAGINDEX_END 0x100C5C 328c2ecf20Sopenharmony_ci#define DSP0XYRAMAGMDFR_START 0x100C60 338c2ecf20Sopenharmony_ci#define DSP0XYRAMAGMDFR_END 0x100C7C 348c2ecf20Sopenharmony_ci#define DSP0INTCONTLVEC_START 0x100C80 358c2ecf20Sopenharmony_ci#define DSP0INTCONTLVEC_END 0x100CD8 368c2ecf20Sopenharmony_ci#define INTCONTLGLOBALREG_START 0x100D1C 378c2ecf20Sopenharmony_ci#define INTCONTLGLOBALREG_END 0x100D3C 388c2ecf20Sopenharmony_ci#define HOSTINTFPORTADDRCONTDSP0 0x100D40 398c2ecf20Sopenharmony_ci#define HOSTINTFPORTDATADSP0 0x100D44 408c2ecf20Sopenharmony_ci#define TIME0PERENBDSP0 0x100D60 418c2ecf20Sopenharmony_ci#define TIME0COUNTERDSP0 0x100D64 428c2ecf20Sopenharmony_ci#define TIME1PERENBDSP0 0x100D68 438c2ecf20Sopenharmony_ci#define TIME1COUNTERDSP0 0x100D6C 448c2ecf20Sopenharmony_ci#define TIME2PERENBDSP0 0x100D70 458c2ecf20Sopenharmony_ci#define TIME2COUNTERDSP0 0x100D74 468c2ecf20Sopenharmony_ci#define TIME3PERENBDSP0 0x100D78 478c2ecf20Sopenharmony_ci#define TIME3COUNTERDSP0 0x100D7C 488c2ecf20Sopenharmony_ci#define XRAMINDOPERREFNOUP_STARTDSP0 0x100D80 498c2ecf20Sopenharmony_ci#define XRAMINDOPERREFNOUP_ENDDSP0 0x100D9C 508c2ecf20Sopenharmony_ci#define XRAMINDOPERREFUP_STARTDSP0 0x100DA0 518c2ecf20Sopenharmony_ci#define XRAMINDOPERREFUP_ENDDSP0 0x100DBC 528c2ecf20Sopenharmony_ci#define YRAMINDOPERREFNOUP_STARTDSP0 0x100DC0 538c2ecf20Sopenharmony_ci#define YRAMINDOPERREFNOUP_ENDDSP0 0x100DDC 548c2ecf20Sopenharmony_ci#define YRAMINDOPERREFUP_STARTDSP0 0x100DE0 558c2ecf20Sopenharmony_ci#define YRAMINDOPERREFUP_ENDDSP0 0x100DFC 568c2ecf20Sopenharmony_ci#define DSP0CONDCODE 0x100E00 578c2ecf20Sopenharmony_ci#define DSP0STACKFLAG 0x100E04 588c2ecf20Sopenharmony_ci#define DSP0PROGCOUNTSTACKPTREG 0x100E08 598c2ecf20Sopenharmony_ci#define DSP0PROGCOUNTSTACKDATAREG 0x100E0C 608c2ecf20Sopenharmony_ci#define DSP0CURLOOPADDRREG 0x100E10 618c2ecf20Sopenharmony_ci#define DSP0CURLOOPCOUNT 0x100E14 628c2ecf20Sopenharmony_ci#define DSP0TOPLOOPCOUNTSTACK 0x100E18 638c2ecf20Sopenharmony_ci#define DSP0TOPLOOPADDRSTACK 0x100E1C 648c2ecf20Sopenharmony_ci#define DSP0LOOPSTACKPTR 0x100E20 658c2ecf20Sopenharmony_ci#define DSP0STASSTACKDATAREG 0x100E24 668c2ecf20Sopenharmony_ci#define DSP0STASSTACKPTR 0x100E28 678c2ecf20Sopenharmony_ci#define DSP0PROGCOUNT 0x100E2C 688c2ecf20Sopenharmony_ci#define GLOBDSPDEBGREG 0x100E30 698c2ecf20Sopenharmony_ci#define GLOBDSPBREPTRREG 0x100E30 708c2ecf20Sopenharmony_ci#define DSP0XYRAMBASE_START 0x100EA0 718c2ecf20Sopenharmony_ci#define DSP0XYRAMBASE_END 0x100EBC 728c2ecf20Sopenharmony_ci#define DSP0XYRAMLENG_START 0x100EC0 738c2ecf20Sopenharmony_ci#define DSP0XYRAMLENG_END 0x100EDC 748c2ecf20Sopenharmony_ci#define SEMAPHOREREGDSP0 0x100EE0 758c2ecf20Sopenharmony_ci#define DSP0INTCONTMASKREG 0x100EE4 768c2ecf20Sopenharmony_ci#define DSP0INTCONTPENDREG 0x100EE8 778c2ecf20Sopenharmony_ci#define DSP0INTCONTSERVINT 0x100EEC 788c2ecf20Sopenharmony_ci#define DSPINTCONTEXTINTMODREG 0x100EEC 798c2ecf20Sopenharmony_ci#define GPIODSP0 0x100EFC 808c2ecf20Sopenharmony_ci#define DMADSPBASEADDRREG_STARTDSP0 0x100F00 818c2ecf20Sopenharmony_ci#define DMADSPBASEADDRREG_ENDDSP0 0x100F1C 828c2ecf20Sopenharmony_ci#define DMAHOSTBASEADDRREG_STARTDSP0 0x100F20 838c2ecf20Sopenharmony_ci#define DMAHOSTBASEADDRREG_ENDDSP0 0x100F3C 848c2ecf20Sopenharmony_ci#define DMADSPCURADDRREG_STARTDSP0 0x100F40 858c2ecf20Sopenharmony_ci#define DMADSPCURADDRREG_ENDDSP0 0x100F5C 868c2ecf20Sopenharmony_ci#define DMAHOSTCURADDRREG_STARTDSP0 0x100F60 878c2ecf20Sopenharmony_ci#define DMAHOSTCURADDRREG_ENDDSP0 0x100F7C 888c2ecf20Sopenharmony_ci#define DMATANXCOUNTREG_STARTDSP0 0x100F80 898c2ecf20Sopenharmony_ci#define DMATANXCOUNTREG_ENDDSP0 0x100F9C 908c2ecf20Sopenharmony_ci#define DMATIMEBUGREG_STARTDSP0 0x100FA0 918c2ecf20Sopenharmony_ci#define DMATIMEBUGREG_ENDDSP0 0x100FAC 928c2ecf20Sopenharmony_ci#define DMACNTLMODFREG_STARTDSP0 0x100FA0 938c2ecf20Sopenharmony_ci#define DMACNTLMODFREG_ENDDSP0 0x100FAC 948c2ecf20Sopenharmony_ci 958c2ecf20Sopenharmony_ci#define DMAGLOBSTATSREGDSP0 0x100FEC 968c2ecf20Sopenharmony_ci#define DSP0XGPRAM_START 0x101000 978c2ecf20Sopenharmony_ci#define DSP0XGPRAM_END 0x1017FC 988c2ecf20Sopenharmony_ci#define DSP0YGPRAM_START 0x101800 998c2ecf20Sopenharmony_ci#define DSP0YGPRAM_END 0x101FFC 1008c2ecf20Sopenharmony_ci 1018c2ecf20Sopenharmony_ci 1028c2ecf20Sopenharmony_ci 1038c2ecf20Sopenharmony_ci 1048c2ecf20Sopenharmony_ci#define AUDIORINGIPDSP1_START 0x102000 1058c2ecf20Sopenharmony_ci#define AUDIORINGIPDSP1_END 0x1023FC 1068c2ecf20Sopenharmony_ci#define AUDIORINGOPDSP1_START 0x102400 1078c2ecf20Sopenharmony_ci#define AUDIORINGOPDSP1_END 0x1027FC 1088c2ecf20Sopenharmony_ci#define AUDPARARINGIODSP1_START 0x102800 1098c2ecf20Sopenharmony_ci#define AUDPARARINGIODSP1_END 0x102BFC 1108c2ecf20Sopenharmony_ci#define DSP1LOCALHWREG_START 0x102C00 1118c2ecf20Sopenharmony_ci#define DSP1LOCALHWREG_END 0x102C3C 1128c2ecf20Sopenharmony_ci#define DSP1XYRAMAGINDEX_START 0x102C40 1138c2ecf20Sopenharmony_ci#define DSP1XYRAMAGINDEX_END 0x102C5C 1148c2ecf20Sopenharmony_ci#define DSP1XYRAMAGMDFR_START 0x102C60 1158c2ecf20Sopenharmony_ci#define DSP1XYRAMAGMDFR_END 0x102C7C 1168c2ecf20Sopenharmony_ci#define DSP1INTCONTLVEC_START 0x102C80 1178c2ecf20Sopenharmony_ci#define DSP1INTCONTLVEC_END 0x102CD8 1188c2ecf20Sopenharmony_ci#define HOSTINTFPORTADDRCONTDSP1 0x102D40 1198c2ecf20Sopenharmony_ci#define HOSTINTFPORTDATADSP1 0x102D44 1208c2ecf20Sopenharmony_ci#define TIME0PERENBDSP1 0x102D60 1218c2ecf20Sopenharmony_ci#define TIME0COUNTERDSP1 0x102D64 1228c2ecf20Sopenharmony_ci#define TIME1PERENBDSP1 0x102D68 1238c2ecf20Sopenharmony_ci#define TIME1COUNTERDSP1 0x102D6C 1248c2ecf20Sopenharmony_ci#define TIME2PERENBDSP1 0x102D70 1258c2ecf20Sopenharmony_ci#define TIME2COUNTERDSP1 0x102D74 1268c2ecf20Sopenharmony_ci#define TIME3PERENBDSP1 0x102D78 1278c2ecf20Sopenharmony_ci#define TIME3COUNTERDSP1 0x102D7C 1288c2ecf20Sopenharmony_ci#define XRAMINDOPERREFNOUP_STARTDSP1 0x102D80 1298c2ecf20Sopenharmony_ci#define XRAMINDOPERREFNOUP_ENDDSP1 0x102D9C 1308c2ecf20Sopenharmony_ci#define XRAMINDOPERREFUP_STARTDSP1 0x102DA0 1318c2ecf20Sopenharmony_ci#define XRAMINDOPERREFUP_ENDDSP1 0x102DBC 1328c2ecf20Sopenharmony_ci#define YRAMINDOPERREFNOUP_STARTDSP1 0x102DC0 1338c2ecf20Sopenharmony_ci#define YRAMINDOPERREFNOUP_ENDDSP1 0x102DDC 1348c2ecf20Sopenharmony_ci#define YRAMINDOPERREFUP_STARTDSP1 0x102DE0 1358c2ecf20Sopenharmony_ci#define YRAMINDOPERREFUP_ENDDSP1 0x102DFC 1368c2ecf20Sopenharmony_ci 1378c2ecf20Sopenharmony_ci#define DSP1CONDCODE 0x102E00 1388c2ecf20Sopenharmony_ci#define DSP1STACKFLAG 0x102E04 1398c2ecf20Sopenharmony_ci#define DSP1PROGCOUNTSTACKPTREG 0x102E08 1408c2ecf20Sopenharmony_ci#define DSP1PROGCOUNTSTACKDATAREG 0x102E0C 1418c2ecf20Sopenharmony_ci#define DSP1CURLOOPADDRREG 0x102E10 1428c2ecf20Sopenharmony_ci#define DSP1CURLOOPCOUNT 0x102E14 1438c2ecf20Sopenharmony_ci#define DSP1TOPLOOPCOUNTSTACK 0x102E18 1448c2ecf20Sopenharmony_ci#define DSP1TOPLOOPADDRSTACK 0x102E1C 1458c2ecf20Sopenharmony_ci#define DSP1LOOPSTACKPTR 0x102E20 1468c2ecf20Sopenharmony_ci#define DSP1STASSTACKDATAREG 0x102E24 1478c2ecf20Sopenharmony_ci#define DSP1STASSTACKPTR 0x102E28 1488c2ecf20Sopenharmony_ci#define DSP1PROGCOUNT 0x102E2C 1498c2ecf20Sopenharmony_ci#define DSP1XYRAMBASE_START 0x102EA0 1508c2ecf20Sopenharmony_ci#define DSP1XYRAMBASE_END 0x102EBC 1518c2ecf20Sopenharmony_ci#define DSP1XYRAMLENG_START 0x102EC0 1528c2ecf20Sopenharmony_ci#define DSP1XYRAMLENG_END 0x102EDC 1538c2ecf20Sopenharmony_ci#define SEMAPHOREREGDSP1 0x102EE0 1548c2ecf20Sopenharmony_ci#define DSP1INTCONTMASKREG 0x102EE4 1558c2ecf20Sopenharmony_ci#define DSP1INTCONTPENDREG 0x102EE8 1568c2ecf20Sopenharmony_ci#define DSP1INTCONTSERVINT 0x102EEC 1578c2ecf20Sopenharmony_ci#define GPIODSP1 0x102EFC 1588c2ecf20Sopenharmony_ci#define DMADSPBASEADDRREG_STARTDSP1 0x102F00 1598c2ecf20Sopenharmony_ci#define DMADSPBASEADDRREG_ENDDSP1 0x102F1C 1608c2ecf20Sopenharmony_ci#define DMAHOSTBASEADDRREG_STARTDSP1 0x102F20 1618c2ecf20Sopenharmony_ci#define DMAHOSTBASEADDRREG_ENDDSP1 0x102F3C 1628c2ecf20Sopenharmony_ci#define DMADSPCURADDRREG_STARTDSP1 0x102F40 1638c2ecf20Sopenharmony_ci#define DMADSPCURADDRREG_ENDDSP1 0x102F5C 1648c2ecf20Sopenharmony_ci#define DMAHOSTCURADDRREG_STARTDSP1 0x102F60 1658c2ecf20Sopenharmony_ci#define DMAHOSTCURADDRREG_ENDDSP1 0x102F7C 1668c2ecf20Sopenharmony_ci#define DMATANXCOUNTREG_STARTDSP1 0x102F80 1678c2ecf20Sopenharmony_ci#define DMATANXCOUNTREG_ENDDSP1 0x102F9C 1688c2ecf20Sopenharmony_ci#define DMATIMEBUGREG_STARTDSP1 0x102FA0 1698c2ecf20Sopenharmony_ci#define DMATIMEBUGREG_ENDDSP1 0x102FAC 1708c2ecf20Sopenharmony_ci#define DMACNTLMODFREG_STARTDSP1 0x102FA0 1718c2ecf20Sopenharmony_ci#define DMACNTLMODFREG_ENDDSP1 0x102FAC 1728c2ecf20Sopenharmony_ci 1738c2ecf20Sopenharmony_ci#define DMAGLOBSTATSREGDSP1 0x102FEC 1748c2ecf20Sopenharmony_ci#define DSP1XGPRAM_START 0x103000 1758c2ecf20Sopenharmony_ci#define DSP1XGPRAM_END 0x1033FC 1768c2ecf20Sopenharmony_ci#define DSP1YGPRAM_START 0x103400 1778c2ecf20Sopenharmony_ci#define DSP1YGPRAM_END 0x1037FC 1788c2ecf20Sopenharmony_ci 1798c2ecf20Sopenharmony_ci 1808c2ecf20Sopenharmony_ci 1818c2ecf20Sopenharmony_ci#define AUDIORINGIPDSP2_START 0x104000 1828c2ecf20Sopenharmony_ci#define AUDIORINGIPDSP2_END 0x1043FC 1838c2ecf20Sopenharmony_ci#define AUDIORINGOPDSP2_START 0x104400 1848c2ecf20Sopenharmony_ci#define AUDIORINGOPDSP2_END 0x1047FC 1858c2ecf20Sopenharmony_ci#define AUDPARARINGIODSP2_START 0x104800 1868c2ecf20Sopenharmony_ci#define AUDPARARINGIODSP2_END 0x104BFC 1878c2ecf20Sopenharmony_ci#define DSP2LOCALHWREG_START 0x104C00 1888c2ecf20Sopenharmony_ci#define DSP2LOCALHWREG_END 0x104C3C 1898c2ecf20Sopenharmony_ci#define DSP2XYRAMAGINDEX_START 0x104C40 1908c2ecf20Sopenharmony_ci#define DSP2XYRAMAGINDEX_END 0x104C5C 1918c2ecf20Sopenharmony_ci#define DSP2XYRAMAGMDFR_START 0x104C60 1928c2ecf20Sopenharmony_ci#define DSP2XYRAMAGMDFR_END 0x104C7C 1938c2ecf20Sopenharmony_ci#define DSP2INTCONTLVEC_START 0x104C80 1948c2ecf20Sopenharmony_ci#define DSP2INTCONTLVEC_END 0x104CD8 1958c2ecf20Sopenharmony_ci#define HOSTINTFPORTADDRCONTDSP2 0x104D40 1968c2ecf20Sopenharmony_ci#define HOSTINTFPORTDATADSP2 0x104D44 1978c2ecf20Sopenharmony_ci#define TIME0PERENBDSP2 0x104D60 1988c2ecf20Sopenharmony_ci#define TIME0COUNTERDSP2 0x104D64 1998c2ecf20Sopenharmony_ci#define TIME1PERENBDSP2 0x104D68 2008c2ecf20Sopenharmony_ci#define TIME1COUNTERDSP2 0x104D6C 2018c2ecf20Sopenharmony_ci#define TIME2PERENBDSP2 0x104D70 2028c2ecf20Sopenharmony_ci#define TIME2COUNTERDSP2 0x104D74 2038c2ecf20Sopenharmony_ci#define TIME3PERENBDSP2 0x104D78 2048c2ecf20Sopenharmony_ci#define TIME3COUNTERDSP2 0x104D7C 2058c2ecf20Sopenharmony_ci#define XRAMINDOPERREFNOUP_STARTDSP2 0x104D80 2068c2ecf20Sopenharmony_ci#define XRAMINDOPERREFNOUP_ENDDSP2 0x104D9C 2078c2ecf20Sopenharmony_ci#define XRAMINDOPERREFUP_STARTDSP2 0x104DA0 2088c2ecf20Sopenharmony_ci#define XRAMINDOPERREFUP_ENDDSP2 0x104DBC 2098c2ecf20Sopenharmony_ci#define YRAMINDOPERREFNOUP_STARTDSP2 0x104DC0 2108c2ecf20Sopenharmony_ci#define YRAMINDOPERREFNOUP_ENDDSP2 0x104DDC 2118c2ecf20Sopenharmony_ci#define YRAMINDOPERREFUP_STARTDSP2 0x104DE0 2128c2ecf20Sopenharmony_ci#define YRAMINDOPERREFUP_ENDDSP2 0x104DFC 2138c2ecf20Sopenharmony_ci#define DSP2CONDCODE 0x104E00 2148c2ecf20Sopenharmony_ci#define DSP2STACKFLAG 0x104E04 2158c2ecf20Sopenharmony_ci#define DSP2PROGCOUNTSTACKPTREG 0x104E08 2168c2ecf20Sopenharmony_ci#define DSP2PROGCOUNTSTACKDATAREG 0x104E0C 2178c2ecf20Sopenharmony_ci#define DSP2CURLOOPADDRREG 0x104E10 2188c2ecf20Sopenharmony_ci#define DSP2CURLOOPCOUNT 0x104E14 2198c2ecf20Sopenharmony_ci#define DSP2TOPLOOPCOUNTSTACK 0x104E18 2208c2ecf20Sopenharmony_ci#define DSP2TOPLOOPADDRSTACK 0x104E1C 2218c2ecf20Sopenharmony_ci#define DSP2LOOPSTACKPTR 0x104E20 2228c2ecf20Sopenharmony_ci#define DSP2STASSTACKDATAREG 0x104E24 2238c2ecf20Sopenharmony_ci#define DSP2STASSTACKPTR 0x104E28 2248c2ecf20Sopenharmony_ci#define DSP2PROGCOUNT 0x104E2C 2258c2ecf20Sopenharmony_ci#define DSP2XYRAMBASE_START 0x104EA0 2268c2ecf20Sopenharmony_ci#define DSP2XYRAMBASE_END 0x104EBC 2278c2ecf20Sopenharmony_ci#define DSP2XYRAMLENG_START 0x104EC0 2288c2ecf20Sopenharmony_ci#define DSP2XYRAMLENG_END 0x104EDC 2298c2ecf20Sopenharmony_ci#define SEMAPHOREREGDSP2 0x104EE0 2308c2ecf20Sopenharmony_ci#define DSP2INTCONTMASKREG 0x104EE4 2318c2ecf20Sopenharmony_ci#define DSP2INTCONTPENDREG 0x104EE8 2328c2ecf20Sopenharmony_ci#define DSP2INTCONTSERVINT 0x104EEC 2338c2ecf20Sopenharmony_ci#define GPIODSP2 0x104EFC 2348c2ecf20Sopenharmony_ci#define DMADSPBASEADDRREG_STARTDSP2 0x104F00 2358c2ecf20Sopenharmony_ci#define DMADSPBASEADDRREG_ENDDSP2 0x104F1C 2368c2ecf20Sopenharmony_ci#define DMAHOSTBASEADDRREG_STARTDSP2 0x104F20 2378c2ecf20Sopenharmony_ci#define DMAHOSTBASEADDRREG_ENDDSP2 0x104F3C 2388c2ecf20Sopenharmony_ci#define DMADSPCURADDRREG_STARTDSP2 0x104F40 2398c2ecf20Sopenharmony_ci#define DMADSPCURADDRREG_ENDDSP2 0x104F5C 2408c2ecf20Sopenharmony_ci#define DMAHOSTCURADDRREG_STARTDSP2 0x104F60 2418c2ecf20Sopenharmony_ci#define DMAHOSTCURADDRREG_ENDDSP2 0x104F7C 2428c2ecf20Sopenharmony_ci#define DMATANXCOUNTREG_STARTDSP2 0x104F80 2438c2ecf20Sopenharmony_ci#define DMATANXCOUNTREG_ENDDSP2 0x104F9C 2448c2ecf20Sopenharmony_ci#define DMATIMEBUGREG_STARTDSP2 0x104FA0 2458c2ecf20Sopenharmony_ci#define DMATIMEBUGREG_ENDDSP2 0x104FAC 2468c2ecf20Sopenharmony_ci#define DMACNTLMODFREG_STARTDSP2 0x104FA0 2478c2ecf20Sopenharmony_ci#define DMACNTLMODFREG_ENDDSP2 0x104FAC 2488c2ecf20Sopenharmony_ci 2498c2ecf20Sopenharmony_ci#define DMAGLOBSTATSREGDSP2 0x104FEC 2508c2ecf20Sopenharmony_ci#define DSP2XGPRAM_START 0x105000 2518c2ecf20Sopenharmony_ci#define DSP2XGPRAM_END 0x1051FC 2528c2ecf20Sopenharmony_ci#define DSP2YGPRAM_START 0x105800 2538c2ecf20Sopenharmony_ci#define DSP2YGPRAM_END 0x1059FC 2548c2ecf20Sopenharmony_ci 2558c2ecf20Sopenharmony_ci 2568c2ecf20Sopenharmony_ci 2578c2ecf20Sopenharmony_ci#define AUDIORINGIPDSP3_START 0x106000 2588c2ecf20Sopenharmony_ci#define AUDIORINGIPDSP3_END 0x1063FC 2598c2ecf20Sopenharmony_ci#define AUDIORINGOPDSP3_START 0x106400 2608c2ecf20Sopenharmony_ci#define AUDIORINGOPDSP3_END 0x1067FC 2618c2ecf20Sopenharmony_ci#define AUDPARARINGIODSP3_START 0x106800 2628c2ecf20Sopenharmony_ci#define AUDPARARINGIODSP3_END 0x106BFC 2638c2ecf20Sopenharmony_ci#define DSP3LOCALHWREG_START 0x106C00 2648c2ecf20Sopenharmony_ci#define DSP3LOCALHWREG_END 0x106C3C 2658c2ecf20Sopenharmony_ci#define DSP3XYRAMAGINDEX_START 0x106C40 2668c2ecf20Sopenharmony_ci#define DSP3XYRAMAGINDEX_END 0x106C5C 2678c2ecf20Sopenharmony_ci#define DSP3XYRAMAGMDFR_START 0x106C60 2688c2ecf20Sopenharmony_ci#define DSP3XYRAMAGMDFR_END 0x106C7C 2698c2ecf20Sopenharmony_ci#define DSP3INTCONTLVEC_START 0x106C80 2708c2ecf20Sopenharmony_ci#define DSP3INTCONTLVEC_END 0x106CD8 2718c2ecf20Sopenharmony_ci#define HOSTINTFPORTADDRCONTDSP3 0x106D40 2728c2ecf20Sopenharmony_ci#define HOSTINTFPORTDATADSP3 0x106D44 2738c2ecf20Sopenharmony_ci#define TIME0PERENBDSP3 0x106D60 2748c2ecf20Sopenharmony_ci#define TIME0COUNTERDSP3 0x106D64 2758c2ecf20Sopenharmony_ci#define TIME1PERENBDSP3 0x106D68 2768c2ecf20Sopenharmony_ci#define TIME1COUNTERDSP3 0x106D6C 2778c2ecf20Sopenharmony_ci#define TIME2PERENBDSP3 0x106D70 2788c2ecf20Sopenharmony_ci#define TIME2COUNTERDSP3 0x106D74 2798c2ecf20Sopenharmony_ci#define TIME3PERENBDSP3 0x106D78 2808c2ecf20Sopenharmony_ci#define TIME3COUNTERDSP3 0x106D7C 2818c2ecf20Sopenharmony_ci#define XRAMINDOPERREFNOUP_STARTDSP3 0x106D80 2828c2ecf20Sopenharmony_ci#define XRAMINDOPERREFNOUP_ENDDSP3 0x106D9C 2838c2ecf20Sopenharmony_ci#define XRAMINDOPERREFUP_STARTDSP3 0x106DA0 2848c2ecf20Sopenharmony_ci#define XRAMINDOPERREFUP_ENDDSP3 0x106DBC 2858c2ecf20Sopenharmony_ci#define YRAMINDOPERREFNOUP_STARTDSP3 0x106DC0 2868c2ecf20Sopenharmony_ci#define YRAMINDOPERREFNOUP_ENDDSP3 0x106DDC 2878c2ecf20Sopenharmony_ci#define YRAMINDOPERREFUP_STARTDSP3 0x106DE0 2888c2ecf20Sopenharmony_ci#define YRAMINDOPERREFUP_ENDDSP3 0x100DFC 2898c2ecf20Sopenharmony_ci 2908c2ecf20Sopenharmony_ci#define DSP3CONDCODE 0x106E00 2918c2ecf20Sopenharmony_ci#define DSP3STACKFLAG 0x106E04 2928c2ecf20Sopenharmony_ci#define DSP3PROGCOUNTSTACKPTREG 0x106E08 2938c2ecf20Sopenharmony_ci#define DSP3PROGCOUNTSTACKDATAREG 0x106E0C 2948c2ecf20Sopenharmony_ci#define DSP3CURLOOPADDRREG 0x106E10 2958c2ecf20Sopenharmony_ci#define DSP3CURLOOPCOUNT 0x106E14 2968c2ecf20Sopenharmony_ci#define DSP3TOPLOOPCOUNTSTACK 0x106E18 2978c2ecf20Sopenharmony_ci#define DSP3TOPLOOPADDRSTACK 0x106E1C 2988c2ecf20Sopenharmony_ci#define DSP3LOOPSTACKPTR 0x106E20 2998c2ecf20Sopenharmony_ci#define DSP3STASSTACKDATAREG 0x106E24 3008c2ecf20Sopenharmony_ci#define DSP3STASSTACKPTR 0x106E28 3018c2ecf20Sopenharmony_ci#define DSP3PROGCOUNT 0x106E2C 3028c2ecf20Sopenharmony_ci#define DSP3XYRAMBASE_START 0x106EA0 3038c2ecf20Sopenharmony_ci#define DSP3XYRAMBASE_END 0x106EBC 3048c2ecf20Sopenharmony_ci#define DSP3XYRAMLENG_START 0x106EC0 3058c2ecf20Sopenharmony_ci#define DSP3XYRAMLENG_END 0x106EDC 3068c2ecf20Sopenharmony_ci#define SEMAPHOREREGDSP3 0x106EE0 3078c2ecf20Sopenharmony_ci#define DSP3INTCONTMASKREG 0x106EE4 3088c2ecf20Sopenharmony_ci#define DSP3INTCONTPENDREG 0x106EE8 3098c2ecf20Sopenharmony_ci#define DSP3INTCONTSERVINT 0x106EEC 3108c2ecf20Sopenharmony_ci#define GPIODSP3 0x106EFC 3118c2ecf20Sopenharmony_ci#define DMADSPBASEADDRREG_STARTDSP3 0x106F00 3128c2ecf20Sopenharmony_ci#define DMADSPBASEADDRREG_ENDDSP3 0x106F1C 3138c2ecf20Sopenharmony_ci#define DMAHOSTBASEADDRREG_STARTDSP3 0x106F20 3148c2ecf20Sopenharmony_ci#define DMAHOSTBASEADDRREG_ENDDSP3 0x106F3C 3158c2ecf20Sopenharmony_ci#define DMADSPCURADDRREG_STARTDSP3 0x106F40 3168c2ecf20Sopenharmony_ci#define DMADSPCURADDRREG_ENDDSP3 0x106F5C 3178c2ecf20Sopenharmony_ci#define DMAHOSTCURADDRREG_STARTDSP3 0x106F60 3188c2ecf20Sopenharmony_ci#define DMAHOSTCURADDRREG_ENDDSP3 0x106F7C 3198c2ecf20Sopenharmony_ci#define DMATANXCOUNTREG_STARTDSP3 0x106F80 3208c2ecf20Sopenharmony_ci#define DMATANXCOUNTREG_ENDDSP3 0x106F9C 3218c2ecf20Sopenharmony_ci#define DMATIMEBUGREG_STARTDSP3 0x106FA0 3228c2ecf20Sopenharmony_ci#define DMATIMEBUGREG_ENDDSP3 0x106FAC 3238c2ecf20Sopenharmony_ci#define DMACNTLMODFREG_STARTDSP3 0x106FA0 3248c2ecf20Sopenharmony_ci#define DMACNTLMODFREG_ENDDSP3 0x106FAC 3258c2ecf20Sopenharmony_ci 3268c2ecf20Sopenharmony_ci#define DMAGLOBSTATSREGDSP3 0x106FEC 3278c2ecf20Sopenharmony_ci#define DSP3XGPRAM_START 0x107000 3288c2ecf20Sopenharmony_ci#define DSP3XGPRAM_END 0x1071FC 3298c2ecf20Sopenharmony_ci#define DSP3YGPRAM_START 0x107800 3308c2ecf20Sopenharmony_ci#define DSP3YGPRAM_END 0x1079FC 3318c2ecf20Sopenharmony_ci 3328c2ecf20Sopenharmony_ci/* end of DSP reg definitions */ 3338c2ecf20Sopenharmony_ci 3348c2ecf20Sopenharmony_ci#define DSPAIMAP_START 0x108000 3358c2ecf20Sopenharmony_ci#define DSPAIMAP_END 0x1083FC 3368c2ecf20Sopenharmony_ci#define DSPPIMAP_START 0x108400 3378c2ecf20Sopenharmony_ci#define DSPPIMAP_END 0x1087FC 3388c2ecf20Sopenharmony_ci#define DSPPOMAP_START 0x108800 3398c2ecf20Sopenharmony_ci#define DSPPOMAP_END 0x108BFC 3408c2ecf20Sopenharmony_ci#define DSPPOCTL 0x108C00 3418c2ecf20Sopenharmony_ci#define TKCTL_START 0x110000 3428c2ecf20Sopenharmony_ci#define TKCTL_END 0x110FFC 3438c2ecf20Sopenharmony_ci#define TKCC_START 0x111000 3448c2ecf20Sopenharmony_ci#define TKCC_END 0x111FFC 3458c2ecf20Sopenharmony_ci#define TKIMAP_START 0x112000 3468c2ecf20Sopenharmony_ci#define TKIMAP_END 0x112FFC 3478c2ecf20Sopenharmony_ci#define TKDCTR16 0x113000 3488c2ecf20Sopenharmony_ci#define TKPB16 0x113004 3498c2ecf20Sopenharmony_ci#define TKBS16 0x113008 3508c2ecf20Sopenharmony_ci#define TKDCTR32 0x11300C 3518c2ecf20Sopenharmony_ci#define TKPB32 0x113010 3528c2ecf20Sopenharmony_ci#define TKBS32 0x113014 3538c2ecf20Sopenharmony_ci#define ICDCTR16 0x113018 3548c2ecf20Sopenharmony_ci#define ITBS16 0x11301C 3558c2ecf20Sopenharmony_ci#define ICDCTR32 0x113020 3568c2ecf20Sopenharmony_ci#define ITBS32 0x113024 3578c2ecf20Sopenharmony_ci#define ITSTART 0x113028 3588c2ecf20Sopenharmony_ci#define TKSQ 0x11302C 3598c2ecf20Sopenharmony_ci 3608c2ecf20Sopenharmony_ci#define TKSCCTL_START 0x114000 3618c2ecf20Sopenharmony_ci#define TKSCCTL_END 0x11403C 3628c2ecf20Sopenharmony_ci#define TKSCADR_START 0x114100 3638c2ecf20Sopenharmony_ci#define TKSCADR_END 0x11413C 3648c2ecf20Sopenharmony_ci#define TKSCDATAX_START 0x114800 3658c2ecf20Sopenharmony_ci#define TKSCDATAX_END 0x1149FC 3668c2ecf20Sopenharmony_ci#define TKPCDATAX_START 0x120000 3678c2ecf20Sopenharmony_ci#define TKPCDATAX_END 0x12FFFC 3688c2ecf20Sopenharmony_ci 3698c2ecf20Sopenharmony_ci#define MALSA 0x130000 3708c2ecf20Sopenharmony_ci#define MAPPHA 0x130004 3718c2ecf20Sopenharmony_ci#define MAPPLA 0x130008 3728c2ecf20Sopenharmony_ci#define MALSB 0x130010 3738c2ecf20Sopenharmony_ci#define MAPPHB 0x130014 3748c2ecf20Sopenharmony_ci#define MAPPLB 0x130018 3758c2ecf20Sopenharmony_ci 3768c2ecf20Sopenharmony_ci#define TANSPORTMAPABREGS_START 0x130020 3778c2ecf20Sopenharmony_ci#define TANSPORTMAPABREGS_END 0x13A2FC 3788c2ecf20Sopenharmony_ci 3798c2ecf20Sopenharmony_ci#define PTPAHX 0x13B000 3808c2ecf20Sopenharmony_ci#define PTPALX 0x13B004 3818c2ecf20Sopenharmony_ci 3828c2ecf20Sopenharmony_ci#define TANSPPAGETABLEPHYADDR015_START 0x13B008 3838c2ecf20Sopenharmony_ci#define TANSPPAGETABLEPHYADDR015_END 0x13B07C 3848c2ecf20Sopenharmony_ci#define TRNQADRX_START 0x13B100 3858c2ecf20Sopenharmony_ci#define TRNQADRX_END 0x13B13C 3868c2ecf20Sopenharmony_ci#define TRNQTIMX_START 0x13B200 3878c2ecf20Sopenharmony_ci#define TRNQTIMX_END 0x13B23C 3888c2ecf20Sopenharmony_ci#define TRNQAPARMX_START 0x13B300 3898c2ecf20Sopenharmony_ci#define TRNQAPARMX_END 0x13B33C 3908c2ecf20Sopenharmony_ci 3918c2ecf20Sopenharmony_ci#define TRNQCNT 0x13B400 3928c2ecf20Sopenharmony_ci#define TRNCTL 0x13B404 3938c2ecf20Sopenharmony_ci#define TRNIS 0x13B408 3948c2ecf20Sopenharmony_ci#define TRNCURTS 0x13B40C 3958c2ecf20Sopenharmony_ci 3968c2ecf20Sopenharmony_ci#define AMOP_START 0x140000 3978c2ecf20Sopenharmony_ci#define AMOPLO 0x140000 3988c2ecf20Sopenharmony_ci#define AMOPHI 0x140004 3998c2ecf20Sopenharmony_ci#define AMOP_END 0x147FFC 4008c2ecf20Sopenharmony_ci#define PMOP_START 0x148000 4018c2ecf20Sopenharmony_ci#define PMOPLO 0x148000 4028c2ecf20Sopenharmony_ci#define PMOPHI 0x148004 4038c2ecf20Sopenharmony_ci#define PMOP_END 0x14FFFC 4048c2ecf20Sopenharmony_ci#define PCURR_START 0x150000 4058c2ecf20Sopenharmony_ci#define PCURR_END 0x153FFC 4068c2ecf20Sopenharmony_ci#define PTRAG_START 0x154000 4078c2ecf20Sopenharmony_ci#define PTRAG_END 0x157FFC 4088c2ecf20Sopenharmony_ci#define PSR_START 0x158000 4098c2ecf20Sopenharmony_ci#define PSR_END 0x15BFFC 4108c2ecf20Sopenharmony_ci 4118c2ecf20Sopenharmony_ci#define PFSTAT4SEG_START 0x160000 4128c2ecf20Sopenharmony_ci#define PFSTAT4SEG_END 0x160BFC 4138c2ecf20Sopenharmony_ci#define PFSTAT2SEG_START 0x160C00 4148c2ecf20Sopenharmony_ci#define PFSTAT2SEG_END 0x1617FC 4158c2ecf20Sopenharmony_ci#define PFTARG4SEG_START 0x164000 4168c2ecf20Sopenharmony_ci#define PFTARG4SEG_END 0x164BFC 4178c2ecf20Sopenharmony_ci#define PFTARG2SEG_START 0x164C00 4188c2ecf20Sopenharmony_ci#define PFTARG2SEG_END 0x1657FC 4198c2ecf20Sopenharmony_ci#define PFSR4SEG_START 0x168000 4208c2ecf20Sopenharmony_ci#define PFSR4SEG_END 0x168BFC 4218c2ecf20Sopenharmony_ci#define PFSR2SEG_START 0x168C00 4228c2ecf20Sopenharmony_ci#define PFSR2SEG_END 0x1697FC 4238c2ecf20Sopenharmony_ci#define PCURRMS4SEG_START 0x16C000 4248c2ecf20Sopenharmony_ci#define PCURRMS4SEG_END 0x16CCFC 4258c2ecf20Sopenharmony_ci#define PCURRMS2SEG_START 0x16CC00 4268c2ecf20Sopenharmony_ci#define PCURRMS2SEG_END 0x16D7FC 4278c2ecf20Sopenharmony_ci#define PTARGMS4SEG_START 0x170000 4288c2ecf20Sopenharmony_ci#define PTARGMS4SEG_END 0x172FFC 4298c2ecf20Sopenharmony_ci#define PTARGMS2SEG_START 0x173000 4308c2ecf20Sopenharmony_ci#define PTARGMS2SEG_END 0x1747FC 4318c2ecf20Sopenharmony_ci#define PSRMS4SEG_START 0x170000 4328c2ecf20Sopenharmony_ci#define PSRMS4SEG_END 0x172FFC 4338c2ecf20Sopenharmony_ci#define PSRMS2SEG_START 0x173000 4348c2ecf20Sopenharmony_ci#define PSRMS2SEG_END 0x1747FC 4358c2ecf20Sopenharmony_ci 4368c2ecf20Sopenharmony_ci#define PRING_LO_START 0x190000 4378c2ecf20Sopenharmony_ci#define PRING_LO_END 0x193FFC 4388c2ecf20Sopenharmony_ci#define PRING_HI_START 0x194000 4398c2ecf20Sopenharmony_ci#define PRING_HI_END 0x197FFC 4408c2ecf20Sopenharmony_ci#define PRING_LO_HI_START 0x198000 4418c2ecf20Sopenharmony_ci#define PRING_LO_HI 0x198000 4428c2ecf20Sopenharmony_ci#define PRING_LO_HI_END 0x19BFFC 4438c2ecf20Sopenharmony_ci 4448c2ecf20Sopenharmony_ci#define PINTFIFO 0x1A0000 4458c2ecf20Sopenharmony_ci#define SRCCTL 0x1B0000 4468c2ecf20Sopenharmony_ci#define SRCCCR 0x1B0004 4478c2ecf20Sopenharmony_ci#define SRCIMAP 0x1B0008 4488c2ecf20Sopenharmony_ci#define SRCODDC 0x1B000C 4498c2ecf20Sopenharmony_ci#define SRCCA 0x1B0010 4508c2ecf20Sopenharmony_ci#define SRCCF 0x1B0014 4518c2ecf20Sopenharmony_ci#define SRCSA 0x1B0018 4528c2ecf20Sopenharmony_ci#define SRCLA 0x1B001C 4538c2ecf20Sopenharmony_ci#define SRCCTLSWR 0x1B0020 4548c2ecf20Sopenharmony_ci 4558c2ecf20Sopenharmony_ci/* SRC HERE */ 4568c2ecf20Sopenharmony_ci#define SRCALBA 0x1B002C 4578c2ecf20Sopenharmony_ci#define SRCMCTL 0x1B012C 4588c2ecf20Sopenharmony_ci#define SRCCERR 0x1B022C 4598c2ecf20Sopenharmony_ci#define SRCITB 0x1B032C 4608c2ecf20Sopenharmony_ci#define SRCIPM 0x1B082C 4618c2ecf20Sopenharmony_ci#define SRCIP 0x1B102C 4628c2ecf20Sopenharmony_ci#define SRCENBSTAT 0x1B202C 4638c2ecf20Sopenharmony_ci#define SRCENBLO 0x1B212C 4648c2ecf20Sopenharmony_ci#define SRCENBHI 0x1B222C 4658c2ecf20Sopenharmony_ci#define SRCENBS 0x1B232C 4668c2ecf20Sopenharmony_ci#define SRCENB 0x1B282C 4678c2ecf20Sopenharmony_ci#define SRCENB07 0x1B282C 4688c2ecf20Sopenharmony_ci#define SRCENBS07 0x1B302C 4698c2ecf20Sopenharmony_ci 4708c2ecf20Sopenharmony_ci#define SRCDN0Z 0x1B0030 4718c2ecf20Sopenharmony_ci#define SRCDN0Z0 0x1B0030 4728c2ecf20Sopenharmony_ci#define SRCDN0Z1 0x1B0034 4738c2ecf20Sopenharmony_ci#define SRCDN0Z2 0x1B0038 4748c2ecf20Sopenharmony_ci#define SRCDN0Z3 0x1B003C 4758c2ecf20Sopenharmony_ci#define SRCDN1Z 0x1B0040 4768c2ecf20Sopenharmony_ci#define SRCDN1Z0 0x1B0040 4778c2ecf20Sopenharmony_ci#define SRCDN1Z1 0x1B0044 4788c2ecf20Sopenharmony_ci#define SRCDN1Z2 0x1B0048 4798c2ecf20Sopenharmony_ci#define SRCDN1Z3 0x1B004C 4808c2ecf20Sopenharmony_ci#define SRCDN1Z4 0x1B0050 4818c2ecf20Sopenharmony_ci#define SRCDN1Z5 0x1B0054 4828c2ecf20Sopenharmony_ci#define SRCDN1Z6 0x1B0058 4838c2ecf20Sopenharmony_ci#define SRCDN1Z7 0x1B005C 4848c2ecf20Sopenharmony_ci#define SRCUPZ 0x1B0060 4858c2ecf20Sopenharmony_ci#define SRCUPZ0 0x1B0060 4868c2ecf20Sopenharmony_ci#define SRCUPZ1 0x1B0064 4878c2ecf20Sopenharmony_ci#define SRCUPZ2 0x1B0068 4888c2ecf20Sopenharmony_ci#define SRCUPZ3 0x1B006C 4898c2ecf20Sopenharmony_ci#define SRCUPZ4 0x1B0070 4908c2ecf20Sopenharmony_ci#define SRCUPZ5 0x1B0074 4918c2ecf20Sopenharmony_ci#define SRCUPZ6 0x1B0078 4928c2ecf20Sopenharmony_ci#define SRCUPZ7 0x1B007C 4938c2ecf20Sopenharmony_ci#define SRCCD0 0x1B0080 4948c2ecf20Sopenharmony_ci#define SRCCD1 0x1B0084 4958c2ecf20Sopenharmony_ci#define SRCCD2 0x1B0088 4968c2ecf20Sopenharmony_ci#define SRCCD3 0x1B008C 4978c2ecf20Sopenharmony_ci#define SRCCD4 0x1B0090 4988c2ecf20Sopenharmony_ci#define SRCCD5 0x1B0094 4998c2ecf20Sopenharmony_ci#define SRCCD6 0x1B0098 5008c2ecf20Sopenharmony_ci#define SRCCD7 0x1B009C 5018c2ecf20Sopenharmony_ci#define SRCCD8 0x1B00A0 5028c2ecf20Sopenharmony_ci#define SRCCD9 0x1B00A4 5038c2ecf20Sopenharmony_ci#define SRCCDA 0x1B00A8 5048c2ecf20Sopenharmony_ci#define SRCCDB 0x1B00AC 5058c2ecf20Sopenharmony_ci#define SRCCDC 0x1B00B0 5068c2ecf20Sopenharmony_ci#define SRCCDD 0x1B00B4 5078c2ecf20Sopenharmony_ci#define SRCCDE 0x1B00B8 5088c2ecf20Sopenharmony_ci#define SRCCDF 0x1B00BC 5098c2ecf20Sopenharmony_ci#define SRCCD10 0x1B00C0 5108c2ecf20Sopenharmony_ci#define SRCCD11 0x1B00C4 5118c2ecf20Sopenharmony_ci#define SRCCD12 0x1B00C8 5128c2ecf20Sopenharmony_ci#define SRCCD13 0x1B00CC 5138c2ecf20Sopenharmony_ci#define SRCCD14 0x1B00D0 5148c2ecf20Sopenharmony_ci#define SRCCD15 0x1B00D4 5158c2ecf20Sopenharmony_ci#define SRCCD16 0x1B00D8 5168c2ecf20Sopenharmony_ci#define SRCCD17 0x1B00DC 5178c2ecf20Sopenharmony_ci#define SRCCD18 0x1B00E0 5188c2ecf20Sopenharmony_ci#define SRCCD19 0x1B00E4 5198c2ecf20Sopenharmony_ci#define SRCCD1A 0x1B00E8 5208c2ecf20Sopenharmony_ci#define SRCCD1B 0x1B00EC 5218c2ecf20Sopenharmony_ci#define SRCCD1C 0x1B00F0 5228c2ecf20Sopenharmony_ci#define SRCCD1D 0x1B00F4 5238c2ecf20Sopenharmony_ci#define SRCCD1E 0x1B00F8 5248c2ecf20Sopenharmony_ci#define SRCCD1F 0x1B00FC 5258c2ecf20Sopenharmony_ci 5268c2ecf20Sopenharmony_ci#define SRCCONTRBLOCK_START 0x1B0100 5278c2ecf20Sopenharmony_ci#define SRCCONTRBLOCK_END 0x1BFFFC 5288c2ecf20Sopenharmony_ci#define FILTOP_START 0x1C0000 5298c2ecf20Sopenharmony_ci#define FILTOP_END 0x1C05FC 5308c2ecf20Sopenharmony_ci#define FILTIMAP_START 0x1C0800 5318c2ecf20Sopenharmony_ci#define FILTIMAP_END 0x1C0DFC 5328c2ecf20Sopenharmony_ci#define FILTZ1_START 0x1C1000 5338c2ecf20Sopenharmony_ci#define FILTZ1_END 0x1C15FC 5348c2ecf20Sopenharmony_ci#define FILTZ2_START 0x1C1800 5358c2ecf20Sopenharmony_ci#define FILTZ2_END 0x1C1DFC 5368c2ecf20Sopenharmony_ci#define DAOIMAP_START 0x1C5000 5378c2ecf20Sopenharmony_ci#define DAOIMAP 0x1C5000 5388c2ecf20Sopenharmony_ci#define DAOIMAP_END 0x1C5124 5398c2ecf20Sopenharmony_ci 5408c2ecf20Sopenharmony_ci#define AC97D 0x1C5400 5418c2ecf20Sopenharmony_ci#define AC97A 0x1C5404 5428c2ecf20Sopenharmony_ci#define AC97CTL 0x1C5408 5438c2ecf20Sopenharmony_ci#define I2SCTL 0x1C5420 5448c2ecf20Sopenharmony_ci 5458c2ecf20Sopenharmony_ci#define SPOS 0x1C5440 5468c2ecf20Sopenharmony_ci#define SPOSA 0x1C5440 5478c2ecf20Sopenharmony_ci#define SPOSB 0x1C5444 5488c2ecf20Sopenharmony_ci#define SPOSC 0x1C5448 5498c2ecf20Sopenharmony_ci#define SPOSD 0x1C544C 5508c2ecf20Sopenharmony_ci 5518c2ecf20Sopenharmony_ci#define SPISA 0x1C5450 5528c2ecf20Sopenharmony_ci#define SPISB 0x1C5454 5538c2ecf20Sopenharmony_ci#define SPISC 0x1C5458 5548c2ecf20Sopenharmony_ci#define SPISD 0x1C545C 5558c2ecf20Sopenharmony_ci 5568c2ecf20Sopenharmony_ci#define SPFSCTL 0x1C5460 5578c2ecf20Sopenharmony_ci 5588c2ecf20Sopenharmony_ci#define SPFS0 0x1C5468 5598c2ecf20Sopenharmony_ci#define SPFS1 0x1C546C 5608c2ecf20Sopenharmony_ci#define SPFS2 0x1C5470 5618c2ecf20Sopenharmony_ci#define SPFS3 0x1C5474 5628c2ecf20Sopenharmony_ci#define SPFS4 0x1C5478 5638c2ecf20Sopenharmony_ci#define SPFS5 0x1C547C 5648c2ecf20Sopenharmony_ci 5658c2ecf20Sopenharmony_ci#define SPOCTL 0x1C5480 5668c2ecf20Sopenharmony_ci#define SPICTL 0x1C5484 5678c2ecf20Sopenharmony_ci#define SPISTS 0x1C5488 5688c2ecf20Sopenharmony_ci#define SPINTP 0x1C548C 5698c2ecf20Sopenharmony_ci#define SPINTE 0x1C5490 5708c2ecf20Sopenharmony_ci#define SPUTCTLAB 0x1C5494 5718c2ecf20Sopenharmony_ci#define SPUTCTLCD 0x1C5498 5728c2ecf20Sopenharmony_ci 5738c2ecf20Sopenharmony_ci#define SRTSPA 0x1C54C0 5748c2ecf20Sopenharmony_ci#define SRTSPB 0x1C54C4 5758c2ecf20Sopenharmony_ci#define SRTSPC 0x1C54C8 5768c2ecf20Sopenharmony_ci#define SRTSPD 0x1C54CC 5778c2ecf20Sopenharmony_ci 5788c2ecf20Sopenharmony_ci#define SRTSCTL 0x1C54D0 5798c2ecf20Sopenharmony_ci#define SRTSCTLA 0x1C54D0 5808c2ecf20Sopenharmony_ci#define SRTSCTLB 0x1C54D4 5818c2ecf20Sopenharmony_ci#define SRTSCTLC 0x1C54D8 5828c2ecf20Sopenharmony_ci#define SRTSCTLD 0x1C54DC 5838c2ecf20Sopenharmony_ci 5848c2ecf20Sopenharmony_ci#define SRTI2S 0x1C54E0 5858c2ecf20Sopenharmony_ci#define SRTICTL 0x1C54F0 5868c2ecf20Sopenharmony_ci 5878c2ecf20Sopenharmony_ci#define WC 0x1C6000 5888c2ecf20Sopenharmony_ci#define TIMR 0x1C6004 5898c2ecf20Sopenharmony_ci# define TIMR_IE (1<<15) 5908c2ecf20Sopenharmony_ci# define TIMR_IP (1<<14) 5918c2ecf20Sopenharmony_ci 5928c2ecf20Sopenharmony_ci#define GIP 0x1C6010 5938c2ecf20Sopenharmony_ci#define GIE 0x1C6014 5948c2ecf20Sopenharmony_ci#define DIE 0x1C6018 5958c2ecf20Sopenharmony_ci#define DIC 0x1C601C 5968c2ecf20Sopenharmony_ci#define GPIO 0x1C6020 5978c2ecf20Sopenharmony_ci#define GPIOCTL 0x1C6024 5988c2ecf20Sopenharmony_ci#define GPIP 0x1C6028 5998c2ecf20Sopenharmony_ci#define GPIE 0x1C602C 6008c2ecf20Sopenharmony_ci#define DSPINT0 0x1C6030 6018c2ecf20Sopenharmony_ci#define DSPEIOC 0x1C6034 6028c2ecf20Sopenharmony_ci#define MUADAT 0x1C6040 6038c2ecf20Sopenharmony_ci#define MUACMD 0x1C6044 6048c2ecf20Sopenharmony_ci#define MUASTAT 0x1C6044 6058c2ecf20Sopenharmony_ci#define MUBDAT 0x1C6048 6068c2ecf20Sopenharmony_ci#define MUBCMD 0x1C604C 6078c2ecf20Sopenharmony_ci#define MUBSTAT 0x1C604C 6088c2ecf20Sopenharmony_ci#define UARTCMA 0x1C6050 6098c2ecf20Sopenharmony_ci#define UARTCMB 0x1C6054 6108c2ecf20Sopenharmony_ci#define UARTIP 0x1C6058 6118c2ecf20Sopenharmony_ci#define UARTIE 0x1C605C 6128c2ecf20Sopenharmony_ci#define PLLCTL 0x1C6060 6138c2ecf20Sopenharmony_ci#define PLLDCD 0x1C6064 6148c2ecf20Sopenharmony_ci#define GCTL 0x1C6070 6158c2ecf20Sopenharmony_ci#define ID0 0x1C6080 6168c2ecf20Sopenharmony_ci#define ID1 0x1C6084 6178c2ecf20Sopenharmony_ci#define ID2 0x1C6088 6188c2ecf20Sopenharmony_ci#define ID3 0x1C608C 6198c2ecf20Sopenharmony_ci#define SDRCTL 0x1C7000 6208c2ecf20Sopenharmony_ci 6218c2ecf20Sopenharmony_ci 6228c2ecf20Sopenharmony_ci#define I2SA_L 0x0L 6238c2ecf20Sopenharmony_ci#define I2SA_R 0x1L 6248c2ecf20Sopenharmony_ci#define I2SB_L 0x8L 6258c2ecf20Sopenharmony_ci#define I2SB_R 0x9L 6268c2ecf20Sopenharmony_ci#define I2SC_L 0x10L 6278c2ecf20Sopenharmony_ci#define I2SC_R 0x11L 6288c2ecf20Sopenharmony_ci#define I2SD_L 0x18L 6298c2ecf20Sopenharmony_ci#define I2SD_R 0x19L 6308c2ecf20Sopenharmony_ci 6318c2ecf20Sopenharmony_ci#endif /* CT20K1REG_H */ 632