Path: blob/master/arch/mn10300/unit-asb2364/include/unit/clock.h
15159 views
/* clock.h: unit-specific clocks1*2* Copyright (C) 2002 Red Hat, Inc. All Rights Reserved.3* Written by David Howells ([email protected])4*5* Modified by Matsushita Electric Industrial Co., Ltd.6* Modifications:7* 23-Feb-2007 MEI Add define for watchdog timer.8*9* This program is free software; you can redistribute it and/or10* modify it under the terms of the GNU General Public License11* as published by the Free Software Foundation; either version12* 2 of the License, or (at your option) any later version.13*/1415#ifndef _ASM_UNIT_CLOCK_H16#define _ASM_UNIT_CLOCK_H1718#ifndef __ASSEMBLY__1920#define MN10300_IOCLK 100000000UL /* for DDR800 */21/*#define MN10300_IOCLK 83333333UL */ /* for DDR667 */22#define MN10300_IOBCLK MN10300_IOCLK /* IOBCLK is equal to IOCLK */2324#endif /* !__ASSEMBLY__ */2526#define MN10300_WDCLK 27000000UL2728#endif /* _ASM_UNIT_CLOCK_H */293031