mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-22 17:36:20 +03:00
gpu: nvgpu: Fix definition of cbc_ctrl1 registers
ltc_ltc0_lts0_cbc_ctrl1_r() was pointing to broadcast register. Change-Id: I1646f6c68ac944333474029bb78242844424c6f7 Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-on: http://git-master/r/428919 Reviewed-by: Matt Craighead <mcraighead@nvidia.com> Tested-by: Matt Craighead <mcraighead@nvidia.com> GVS: Gerrit_Virtual_Submit Reviewed-by: Yu-Huan Hsu <yhsu@nvidia.com>
This commit is contained in:
committed by
Dan Willemsen
parent
85b47f66c7
commit
e0d7e42e8c
@@ -50,10 +50,6 @@
|
|||||||
#ifndef _hw_ltc_gm20b_h_
|
#ifndef _hw_ltc_gm20b_h_
|
||||||
#define _hw_ltc_gm20b_h_
|
#define _hw_ltc_gm20b_h_
|
||||||
|
|
||||||
static inline u32 ltc_ltcs_lts0_cbc_ctrl1_r(void)
|
|
||||||
{
|
|
||||||
return 0x0014046c;
|
|
||||||
}
|
|
||||||
static inline u32 ltc_ltc0_lts0_dstg_cfg0_r(void)
|
static inline u32 ltc_ltc0_lts0_dstg_cfg0_r(void)
|
||||||
{
|
{
|
||||||
return 0x00140518;
|
return 0x00140518;
|
||||||
@@ -116,7 +112,7 @@ static inline u32 ltc_ltcs_ltss_cbc_ctrl1_clear_active_f(void)
|
|||||||
}
|
}
|
||||||
static inline u32 ltc_ltc0_lts0_cbc_ctrl1_r(void)
|
static inline u32 ltc_ltc0_lts0_cbc_ctrl1_r(void)
|
||||||
{
|
{
|
||||||
return 0x0017e26c;
|
return 0x0014046c;
|
||||||
}
|
}
|
||||||
static inline u32 ltc_ltcs_ltss_cbc_ctrl2_r(void)
|
static inline u32 ltc_ltcs_ltss_cbc_ctrl2_r(void)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user