Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  * TI DaVinci cpuidle platform support
0004  *
0005  * 2009 (C) Texas Instruments, Inc. https://www.ti.com/
0006  */
0007 #ifndef _MACH_DAVINCI_CPUIDLE_H
0008 #define _MACH_DAVINCI_CPUIDLE_H
0009 
0010 struct davinci_cpuidle_config {
0011     u32 ddr2_pdown;
0012     void __iomem *ddr2_ctlr_base;
0013 };
0014 
0015 #endif