cpuidle.h 305 B

123456789101112131415
  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. struct davinci_cpuidle_config {
  10. u32 ddr2_pdown;
  11. void __iomem *ddr2_ctlr_base;
  12. };
  13. #endif