mirror of
https://github.com/fail0verflow/mini.git
synced 2024-11-05 19:25:12 +01:00
loader/ still needs this
This commit is contained in:
parent
3438ba21bb
commit
516d5e8d2f
10
hollywood.h
10
hollywood.h
@ -154,9 +154,10 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
|
||||
/* SD Host Controller Registers */
|
||||
|
||||
#define SDHC_REG_BASE 0xd070000
|
||||
#ifdef OLD_SDHC
|
||||
|
||||
#define SD_REG_BASE 0xd070000
|
||||
|
||||
#if 0
|
||||
#define SDHC_SDMA_ADDR (0x000)
|
||||
#define SDHC_BLOCK_SIZE (0x004)
|
||||
#define SDHC_BLOCK_COUNT (0x006)
|
||||
@ -188,6 +189,11 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
#define SDHC_ADMA_SYSTEM_ADDR (0x058)
|
||||
#define SDHC_SLOT_INTERRUPT_STATUS (0x0fc)
|
||||
#define SDHC_VERSION (0x0fe)
|
||||
|
||||
#else
|
||||
|
||||
#define SDHC_REG_BASE 0xd070000
|
||||
|
||||
#endif
|
||||
|
||||
/* EXI Registers */
|
||||
|
Loading…
Reference in New Issue
Block a user