37 lines
1.2 KiB
C
37 lines
1.2 KiB
C
/*
|
|
* drivers/video/tegra/host/t210/t210_hardware.h
|
|
*
|
|
* Tegra T124 HOST1X Register Definitions
|
|
*
|
|
* Copyright (c) 2014, NVIDIA CORPORATION. All rights reserved.
|
|
*
|
|
* This program is free software; you can redistribute it and/or modify it
|
|
* under the terms and conditions of the GNU General Public License,
|
|
* version 2, as published by the Free Software Foundation.
|
|
*
|
|
* This program is distributed in the hope it will be useful, but WITHOUT
|
|
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
|
* more details.
|
|
*
|
|
* You should have received a copy of the GNU General Public License along with
|
|
* this program; if not, write to the Free Software Foundation, Inc.,
|
|
* 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
|
|
*/
|
|
|
|
#ifndef __NVHOST_HARDWARE_T210_H
|
|
#define __NVHOST_HARDWARE_T210_H
|
|
|
|
#include "host1x/hw_host1x04_sync.h"
|
|
#include "host1x/hw_host1x04_uclass.h"
|
|
#include "host1x/hw_host1x04_channel.h"
|
|
#include "host1x/hw_host1x04_actmon.h"
|
|
#include "hardware_t124.h"
|
|
|
|
/* actmon regs */
|
|
#define HOST1X_CHANNEL_ACTMON3_REG_BASE 8320
|
|
#define HOST1X_CHANNEL_ACTMON4_REG_BASE 8384
|
|
|
|
|
|
#endif /* __NVHOST_HARDWARE_T210_H */
|