22 lines
457 B
C
22 lines
457 B
C
|
/*
|
||
|
* Copyright (C) 2008 STMicroelectronics Limited
|
||
|
* Author: Pawel Moll <pawel.moll@st.com>
|
||
|
*
|
||
|
* May be copied or modified under the terms of the GNU General Public
|
||
|
* License. See linux/COPYING for more information.
|
||
|
*/
|
||
|
|
||
|
#ifndef __ASM_SH_MB411_STEM_H
|
||
|
#define __ASM_SH_MB411_STEM_H
|
||
|
|
||
|
#define STEM_CS0_BANK 1
|
||
|
#define STEM_CS0_OFFSET 0
|
||
|
|
||
|
#define STEM_CS1_BANK 1
|
||
|
#define STEM_CS1_OFFSET (1 << 23)
|
||
|
|
||
|
#define STEM_INTR0_IRQ 12
|
||
|
#define STEM_INTR1_IRQ 11
|
||
|
|
||
|
#endif
|