Lines Matching +full:tegra186 +full:- +full:misc
1 // SPDX-License-Identifier: GPL-2.0-only
3 * Copyright (c) 2014-2023, NVIDIA CORPORATION. All rights reserved.
35 WARN(!chipid, "Tegra APB MISC not yet available\n"); in tegra_read_chipid()
83 WARN(!chipid, "Tegra ABP MISC not yet available\n"); in tegra_read_straps()
109 return -EPROBE_DEFER; in tegra194_miscreg_mask_serror()
113 return -EOPNOTSUPP; in tegra194_miscreg_mask_serror()
124 { .compatible = "nvidia,tegra20-apbmisc", },
125 { .compatible = "nvidia,tegra186-misc", },
126 { .compatible = "nvidia,tegra194-misc", },
127 { .compatible = "nvidia,tegra234-misc", },
172 * Fall back to legacy initialization for 32-bit ARM only. All in tegra_init_apbmisc()
173 * 64-bit ARM device tree files for Tegra are required to have in tegra_init_apbmisc()
176 * This is for backwards-compatibility with old device trees in tegra_init_apbmisc()
202 * nice with multi-platform kernels. in tegra_init_apbmisc()
237 long_ram_code = of_property_read_bool(np, "nvidia,long-ram-code"); in tegra_init_apbmisc()