xref: /openbmc/linux/sound/soc/sof/amd/acp-dsp-offset.h (revision 846aef1d)
1 /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) */
2 /*
3  * This file is provided under a dual BSD/GPLv2 license. When using or
4  * redistributing this file, you may do so under either license.
5  *
6  * Copyright(c) 2021 Advanced Micro Devices, Inc. All rights reserved.
7  *
8  * Author: Ajit Kumar Pandey <AjitKumar.Pandey@amd.com>
9  */
10 
11 #ifndef _ACP_DSP_IP_OFFSET_H
12 #define _ACP_DSP_IP_OFFSET_H
13 
14 #define ACP_SOFT_RESET				0x1000
15 
16 /* Registers from ACP_PGFSM block */
17 #define ACP_PGFSM_CONTROL			0x141C
18 #define ACP_PGFSM_STATUS			0x1420
19 
20 #endif
21