host1x07_hardware.h 429 B

123456789101112131415161718192021
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. /*
  3. * Tegra host1x Register Offsets for Tegra194
  4. *
  5. * Copyright (c) 2018 NVIDIA Corporation.
  6. */
  7. #ifndef __HOST1X_HOST1X07_HARDWARE_H
  8. #define __HOST1X_HOST1X07_HARDWARE_H
  9. #include <linux/types.h>
  10. #include <linux/bitops.h>
  11. #include "hw_host1x07_channel.h"
  12. #include "hw_host1x07_uclass.h"
  13. #include "hw_host1x07_vm.h"
  14. #include "hw_host1x07_hypervisor.h"
  15. #include "opcodes.h"
  16. #endif