aica.h (e5451c8f8330e03ad3cfa16048b4daf961af434f) aica.h (07d7fe7bd6a56f20d57e708c508bf29bea16aa40)
1/* SPDX-License-Identifier: GPL-2.0-only */
1/* aica.h
2 * Header file for ALSA driver for
3 * Sega Dreamcast Yamaha AICA sound
4 * Copyright Adrian McMenamin
5 * <adrian@mcmen.demon.co.uk>
6 * 2006
2/* aica.h
3 * Header file for ALSA driver for
4 * Sega Dreamcast Yamaha AICA sound
5 * Copyright Adrian McMenamin
6 * <adrian@mcmen.demon.co.uk>
7 * 2006
7 *
8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of version 2 of the GNU General Public License as published by
10 * the Free Software Foundation.
11 *
12 * This program is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU General Public License for more details.
16 *
17 * You should have received a copy of the GNU General Public License
18 * along with this program; if not, write to the Free Software
19 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
20 *
21 */
22
23/* SPU memory and register constants etc */
24#define G2_FIFO 0xa05f688c
25#define SPU_MEMORY_BASE 0xA0800000
26#define ARM_RESET_REGISTER 0xA0702C00
27#define SPU_REGISTER_BASE 0xA0700000
28

--- 53 unchanged lines hidden ---
8 */
9
10/* SPU memory and register constants etc */
11#define G2_FIFO 0xa05f688c
12#define SPU_MEMORY_BASE 0xA0800000
13#define ARM_RESET_REGISTER 0xA0702C00
14#define SPU_REGISTER_BASE 0xA0700000
15

--- 53 unchanged lines hidden ---