host1x06_hardware.h 429 B

123456789101112131415161718192021
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. /*
  3. * Tegra host1x Register Offsets for Tegra186
  4. *
  5. * Copyright (c) 2017 NVIDIA Corporation.
  6. */
  7. #ifndef __HOST1X_HOST1X06_HARDWARE_H
  8. #define __HOST1X_HOST1X06_HARDWARE_H
  9. #include <linux/types.h>
  10. #include <linux/bitops.h>
  11. #include "hw_host1x06_channel.h"
  12. #include "hw_host1x06_uclass.h"
  13. #include "hw_host1x06_vm.h"
  14. #include "hw_host1x06_hypervisor.h"
  15. #include "opcodes.h"
  16. #endif