host1x08_hardware.h 428 B

123456789101112131415161718192021
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. /*
  3. * Tegra host1x Register Offsets for Tegra234
  4. *
  5. * Copyright (c) 2022 NVIDIA Corporation.
  6. */
  7. #ifndef __HOST1X_HOST1X08_HARDWARE_H
  8. #define __HOST1X_HOST1X08_HARDWARE_H
  9. #include <linux/types.h>
  10. #include <linux/bitops.h>
  11. #include "hw_host1x08_uclass.h"
  12. #include "hw_host1x08_vm.h"
  13. #include "hw_host1x08_hypervisor.h"
  14. #include "hw_host1x08_common.h"
  15. #include "opcodes.h"
  16. #endif