m5407sim.h (5291fa98565a2f4d27ec59380e8497eba2af948d) | m5407sim.h (7fc82b655a169039d8a58fde609b5e778573d5ab) |
---|---|
1/****************************************************************************/ 2 3/* 4 * m5407sim.h -- ColdFire 5407 System Integration Module support. 5 * 6 * (C) Copyright 2000, Lineo (www.lineo.com) 7 * (C) Copyright 1999, Moreton Bay Ventures Pty Ltd. 8 * 9 * Modified by David W. Miller for the MCF5307 Eval Board. 10 */ 11 12/****************************************************************************/ 13#ifndef m5407sim_h 14#define m5407sim_h 15/****************************************************************************/ 16 | 1/****************************************************************************/ 2 3/* 4 * m5407sim.h -- ColdFire 5407 System Integration Module support. 5 * 6 * (C) Copyright 2000, Lineo (www.lineo.com) 7 * (C) Copyright 1999, Moreton Bay Ventures Pty Ltd. 8 * 9 * Modified by David W. Miller for the MCF5307 Eval Board. 10 */ 11 12/****************************************************************************/ 13#ifndef m5407sim_h 14#define m5407sim_h 15/****************************************************************************/ 16 |
17#define CPU_NAME "COLDFIRE(m5407)" 18 |
|
17/* 18 * Define the 5407 SIM register set addresses. 19 */ 20#define MCFSIM_RSR 0x00 /* Reset Status reg (r/w) */ 21#define MCFSIM_SYPCR 0x01 /* System Protection reg (r/w)*/ 22#define MCFSIM_SWIVR 0x02 /* SW Watchdog intr reg (r/w) */ 23#define MCFSIM_SWSR 0x03 /* SW Watchdog service (r/w) */ 24#define MCFSIM_PAR 0x04 /* Pin Assignment reg (r/w) */ --- 97 unchanged lines hidden --- | 19/* 20 * Define the 5407 SIM register set addresses. 21 */ 22#define MCFSIM_RSR 0x00 /* Reset Status reg (r/w) */ 23#define MCFSIM_SYPCR 0x01 /* System Protection reg (r/w)*/ 24#define MCFSIM_SWIVR 0x02 /* SW Watchdog intr reg (r/w) */ 25#define MCFSIM_SWSR 0x03 /* SW Watchdog service (r/w) */ 26#define MCFSIM_PAR 0x04 /* Pin Assignment reg (r/w) */ --- 97 unchanged lines hidden --- |