From 7e742fcaf87604decebba66c4307cb91d33dbfc9 Mon Sep 17 00:00:00 2001 From: nakasima Date: Tue, 2 Sep 2008 11:34:21 +0000 Subject: [PATCH] =?UTF-8?q?FCRAM=E3=83=AA=E3=82=BB=E3=83=83=E3=83=88?= =?UTF-8?q?=E6=99=82=E3=83=95=E3=83=AA=E3=83=BC=E3=82=BA=E5=AF=BE=E7=AD=96?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@2370 b08762b0-b915-fc4b-9d8c-17b2551a87ff --- include/firm/mi/mainMemory.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/firm/mi/mainMemory.h b/include/firm/mi/mainMemory.h index 9a4b58b9..2726d9de 100644 --- a/include/firm/mi/mainMemory.h +++ b/include/firm/mi/mainMemory.h @@ -76,6 +76,7 @@ MIMmemCR; // CR1 #define MMEM_TCR1_PARTIAL_REFRESH_8MB 0x0002 // パーシャルリフレッシュ先頭8MB +#define MMEM_TCR1_PARTIAL_REFRESH_NONE 0x0003 // パーシャルリフレッシュなし(DSモード時) #define MMEM_TCR1_BURST_CONTINUOUS 0x001c // 連続バースト(224バイト) #define MMEM_TCR1_BURST_MODE 0x0000 // バーストモード #define MMEM_TCR1_DRV_SZ_CENTER 0x00c0 // ドライバーサイズ=中心 @@ -86,6 +87,9 @@ MIMmemCR; MMEM_TCR1_BURST_MODE | \ MMEM_TCR1_DRV_SZ_CENTER | \ MMEM_TCR1_SB1) // 0xFFDE + +#define MMEM_TCR1_DS (MMEM_TCR1 | MMEM_TCR1_PARTIAL_REFRESH_NONE) // 0xFFDF + // CR2 #define MMEM_TCR2_1ST_R4_W3 0x0002 // 1stR/W = 4/3 #define MMEM_TCR2_REMAIN_PRV_MODE 0x0040 // 前モード保持