qcom,spmi-adc5-gen3-smb139x.h 750 B

12345678910111213141516171819202122232425
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. /*
  3. * Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved.
  4. */
  5. #ifndef _DT_BINDINGS_QCOM_SPMI_VADC_GEN3_SMB139X_H
  6. #define _DT_BINDINGS_QCOM_SPMI_VADC_GEN3_SMB139X_H
  7. #ifndef SMB1394_1_SID
  8. #define SMB1394_1_SID 0x09
  9. #endif
  10. #ifndef SMB1394_2_SID
  11. #define SMB1394_2_SID 0x0b
  12. #endif
  13. #define SMB1394_1_ADC5_GEN3_SMB_TEMP (SMB1394_1_SID << 8 | 0x06)
  14. #define SMB1394_1_ADC5_GEN3_IIN_SMB (SMB1394_1_SID << 8 | 0x19)
  15. #define SMB1394_1_ADC5_GEN3_ICHG_SMB (SMB1394_1_SID << 8 | 0x1b)
  16. #define SMB1394_2_ADC5_GEN3_SMB_TEMP (SMB1394_2_SID << 8 | 0x06)
  17. #define SMB1394_2_ADC5_GEN3_IIN_SMB (SMB1394_2_SID << 8 | 0x19)
  18. #define SMB1394_2_ADC5_GEN3_ICHG_SMB (SMB1394_2_SID << 8 | 0x1b)
  19. #endif