aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/include/cpu-sh4/cpu/sh7785.h
diff options
context:
space:
mode:
authorMagnus Damm <damm@igel.co.jp>2009-06-02 05:22:02 -0400
committerPaul Mundt <lethal@linux-sh.org>2009-06-11 02:08:53 -0400
commit0d4fdbb64f472ef31195714993f1263f77cf85ca (patch)
tree2cfa619828ac2430919b3d716635e9ebf6f00a47 /arch/sh/include/cpu-sh4/cpu/sh7785.h
parent2693e2740ddae364a80e6083043ba760b6366b69 (diff)
sh: rework mode pin code
This patch reworks the mode pin code to keep the pin definitions in one place. The mode pins values are now the value of the bit instead of bit number. With this patch in place the sh7785 header file contains mode pin comments. The sh7785 clock code and the sh7785lcr board code are updated to reflect the new shared mode pins. Signed-off-by: Magnus Damm <damm@igel.co.jp> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/include/cpu-sh4/cpu/sh7785.h')
-rw-r--r--arch/sh/include/cpu-sh4/cpu/sh7785.h39
1 files changed, 20 insertions, 19 deletions
diff --git a/arch/sh/include/cpu-sh4/cpu/sh7785.h b/arch/sh/include/cpu-sh4/cpu/sh7785.h
index 89afaa6dc2d8..9dc9d91e0a8e 100644
--- a/arch/sh/include/cpu-sh4/cpu/sh7785.h
+++ b/arch/sh/include/cpu-sh4/cpu/sh7785.h
@@ -1,25 +1,26 @@
1#ifndef __ASM_SH7785_H__ 1#ifndef __ASM_SH7785_H__
2#define __ASM_SH7785_H__ 2#define __ASM_SH7785_H__
3 3
4/* Boot Mode Pins, more information in sh7785 manual Rev.1.00, page 1628 */ 4/* Boot Mode Pins:
5enum { 5 *
6 MODE_PIN_MODE0, /* CPG - Initial Pck/Bck Frequency [FRQMR1] */ 6 * MODE0: CPG - Initial Pck/Bck Frequency [FRQMR1]
7 MODE_PIN_MODE1, /* CPG - Initial Uck/SHck/DDRck Frequency [FRQMR1] */ 7 * MODE1: CPG - Initial Uck/SHck/DDRck Frequency [FRQMR1]
8 MODE_PIN_MODE2, /* CPG - Reserved (L: Normal operation) */ 8 * MODE2: CPG - Reserved (L: Normal operation)
9 MODE_PIN_MODE3, /* CPG - Reserved (L: Normal operation) */ 9 * MODE3: CPG - Reserved (L: Normal operation)
10 MODE_PIN_MODE4, /* CPG - Initial PLL setting (72x/36x) */ 10 * MODE4: CPG - Initial PLL setting (72x/36x)
11 MODE_PIN_MODE5, /* LBSC - Area0 Memory Type / Bus Width [CS0BCR.8] */ 11 * MODE5: LBSC - Area0 Memory Type / Bus Width [CS0BCR.8]
12 MODE_PIN_MODE6, /* LBSC - Area0 Memory Type / Bus Width [CS0BCR.9] */ 12 * MODE6: LBSC - Area0 Memory Type / Bus Width [CS0BCR.9]
13 MODE_PIN_MODE7, /* LBSC - Area0 Memory Type / Bus Width [CS0BCR.3] */ 13 * MODE7: LBSC - Area0 Memory Type / Bus Width [CS0BCR.3]
14 MODE_PIN_MODE8, /* LBSC - Endian Mode (L: Big, H: Little) [BCR.31] */ 14 * MODE8: LBSC - Endian Mode (L: Big, H: Little) [BCR.31]
15 MODE_PIN_MODE9, /* LBSC - Master/Slave Mode (L: Slave) [BCR.30] */ 15 * MODE9: LBSC - Master/Slave Mode (L: Slave) [BCR.30]
16 MODE_PIN_MODE10, /* CPG - Clock Input (L: Ext Clk, H: Crystal) */ 16 * MODE10: CPG - Clock Input (L: Ext Clk, H: Crystal)
17 MODE_PIN_MODE11, /* PCI - Pin Mode (LL: PCI host, LH: PCI slave) */ 17 * MODE11: PCI - Pin Mode (LL: PCI host, LH: PCI slave)
18 MODE_PIN_MODE12, /* PCI - Pin Mode (HL: Local bus, HH: DU) */ 18 * MODE12: PCI - Pin Mode (HL: Local bus, HH: DU)
19 MODE_PIN_MODE13, /* Boot Address Mode (L: 29-bit, H: 32-bit) */ 19 * MODE13: Boot Address Mode (L: 29-bit, H: 32-bit)
20 MODE_PIN_MODE14, /* Reserved (H: Normal operation) */ 20 * MODE14: Reserved (H: Normal operation)
21 MODE_PIN_MPMD, /* Emulation Mode (L: Emulation mode, H: LSI mode) */ 21 *
22}; 22 * More information in sh7785 manual Rev.1.00, page 1628.
23 */
23 24
24/* Pin Function Controller: 25/* Pin Function Controller:
25 * GPIO_FN_xx - GPIO used to select pin function 26 * GPIO_FN_xx - GPIO used to select pin function