mc.h (9a38cb27668e275ed912e67388cf11f454a24cc6) | mc.h (e852af72a7f21f4d25994365af86a92438d68014) |
---|---|
1/* SPDX-License-Identifier: GPL-2.0-only */ 2/* 3 * Copyright (C) 2014 NVIDIA Corporation 4 */ 5 6#ifndef __SOC_TEGRA_MC_H__ 7#define __SOC_TEGRA_MC_H__ 8 --- 220 unchanged lines hidden (view full) --- 229 struct clk *clk; 230 int irq; 231 232 const struct tegra_mc_soc *soc; 233 unsigned long tick; 234 235 struct tegra_mc_timing *timings; 236 unsigned int num_timings; | 1/* SPDX-License-Identifier: GPL-2.0-only */ 2/* 3 * Copyright (C) 2014 NVIDIA Corporation 4 */ 5 6#ifndef __SOC_TEGRA_MC_H__ 7#define __SOC_TEGRA_MC_H__ 8 --- 220 unchanged lines hidden (view full) --- 229 struct clk *clk; 230 int irq; 231 232 const struct tegra_mc_soc *soc; 233 unsigned long tick; 234 235 struct tegra_mc_timing *timings; 236 unsigned int num_timings; |
237 unsigned int num_channels; |
|
237 238 bool bwmgr_mrq_supported; 239 struct reset_controller_dev reset; 240 241 struct icc_provider provider; 242 243 spinlock_t lock; 244 --- 35 unchanged lines hidden --- | 238 239 bool bwmgr_mrq_supported; 240 struct reset_controller_dev reset; 241 242 struct icc_provider provider; 243 244 spinlock_t lock; 245 --- 35 unchanged lines hidden --- |