mt_audio_private.h 526 B

1234567891011121314151617181920
  1. /*
  2. * Copyright (c) 2022, MediaTek Inc. All rights reserved.
  3. *
  4. * SPDX-License-Identifier: BSD-3-Clause
  5. */
  6. #ifndef MT_AUDIO_PRIVATE_H
  7. #define MT_AUDIO_PRIVATE_H
  8. #include <platform_def.h>
  9. #define AFE_SE_SECURE_CON (AUDIO_BASE + 0x17a8)
  10. #define AFE_SECURE_SIDEBAND0 (AUDIO_BASE + 0x1908)
  11. #define AFE_SECURE_SIDEBAND1 (AUDIO_BASE + 0x190c)
  12. #define AFE_SECURE_SIDEBAND2 (AUDIO_BASE + 0x1910)
  13. #define AFE_SECURE_SIDEBAND3 (AUDIO_BASE + 0x1914)
  14. #define SPM_PWR_STATUS_AUDIO_BIT (6)
  15. #endif /* MT_AUDIO_PRIVATE_H */