qcom,bolero-clk-rsc.h 517 B

123456789101112131415161718192021
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. /*
  3. * Copyright (c) 2019, The Linux Foundation. All rights reserved.
  4. * Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved.
  5. */
  6. #ifndef __BOLERO_CODEC_CLK_RSC_H
  7. #define __BOLERO_CODEC_CLK_RSC_H
  8. /* Bolero clock types */
  9. #define TX_CORE_CLK 0
  10. #define RX_CORE_CLK 1
  11. #define WSA_CORE_CLK 2
  12. #define VA_CORE_CLK 3
  13. #define TX_NPL_CLK 4
  14. #define RX_NPL_CLK 5
  15. #define WSA_NPL_CLK 6
  16. #define VA_NPL_CLK 7
  17. #define MAX_CLK 8
  18. #endif /* __BOLERO_CODEC_CLK_RSC_H */