]> Git Repo - linux.git/blob - arch/arm/mach-davinci/cpuidle.h
Merge tag 'amd-drm-next-6.5-2023-06-09' of https://gitlab.freedesktop.org/agd5f/linux...
[linux.git] / arch / arm / mach-davinci / cpuidle.h
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  * TI DaVinci cpuidle platform support
4  *
5  * 2009 (C) Texas Instruments, Inc. https://www.ti.com/
6  */
7 #ifndef _MACH_DAVINCI_CPUIDLE_H
8 #define _MACH_DAVINCI_CPUIDLE_H
9
10 struct davinci_cpuidle_config {
11         u32 ddr2_pdown;
12         void __iomem *ddr2_ctlr_base;
13 };
14
15 #endif
This page took 0.032408 seconds and 4 git commands to generate.