tegra186-hsp.h 478 B

12345678910111213141516171819
  1. /*
  2. * This header provides constants for binding nvidia,tegra186-hsp.
  3. *
  4. * The number with HSP_DB_MASTER prefix indicates the bit that is
  5. * associated with a master ID in the doorbell registers.
  6. */
  7. #ifndef _DT_BINDINGS_MAILBOX_TEGRA186_HSP_H
  8. #define _DT_BINDINGS_MAILBOX_TEGRA186_HSP_H
  9. #define HSP_MBOX_TYPE_DB 0x0
  10. #define HSP_MBOX_TYPE_SM 0x1
  11. #define HSP_MBOX_TYPE_SS 0x2
  12. #define HSP_MBOX_TYPE_AS 0x3
  13. #define HSP_DB_MASTER_CCPLEX 17
  14. #define HSP_DB_MASTER_BPMP 19
  15. #endif