![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0-only */ 0002 /* 0003 * linux/arch/arm/mach-omap1/opp.h 0004 * 0005 * Copyright (C) 2004 - 2005 Nokia corporation 0006 * Written by Tuukka Tikkanen <tuukka.tikkanen@elektrobit.com> 0007 * Based on clocks.h by Tony Lindgren, Gordon McNutt and RidgeRun, Inc 0008 */ 0009 0010 #ifndef __ARCH_ARM_MACH_OMAP1_OPP_H 0011 #define __ARCH_ARM_MACH_OMAP1_OPP_H 0012 0013 #include <linux/types.h> 0014 0015 struct mpu_rate { 0016 unsigned long rate; 0017 unsigned long xtal; 0018 unsigned long pll_rate; 0019 __u16 ckctl_val; 0020 __u16 dpllctl_val; 0021 u32 flags; 0022 }; 0023 0024 extern struct mpu_rate omap1_rate_table[]; 0025 0026 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |