host1x01_hardware.h 411 B

1234567891011121314151617181920
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. /*
  3. * Tegra host1x Register Offsets for Tegra20 and Tegra30
  4. *
  5. * Copyright (c) 2010-2013 NVIDIA Corporation.
  6. */
  7. #ifndef __HOST1X_HOST1X01_HARDWARE_H
  8. #define __HOST1X_HOST1X01_HARDWARE_H
  9. #include <linux/types.h>
  10. #include <linux/bitops.h>
  11. #include "hw_host1x01_channel.h"
  12. #include "hw_host1x01_sync.h"
  13. #include "hw_host1x01_uclass.h"
  14. #include "opcodes.h"
  15. #endif