~ubuntu-branches/ubuntu/maverick/u-boot-omap3/maverick

« back to all changes in this revision

Viewing changes to include/asm-blackfin/mach-bf561/def_local.h

  • Committer: Bazaar Package Importer
  • Author(s): Oliver Grawert
  • Date: 2010-03-22 15:06:23 UTC
  • Revision ID: james.westby@ubuntu.com-20100322150623-i21g8rgiyl5dohag
Tags: upstream-2010.3git20100315
ImportĀ upstreamĀ versionĀ 2010.3git20100315

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#define SWRST SICA_SWRST
 
2
#define SYSCR SICA_SYSCR
 
3
#define bfin_write_SWRST(val) bfin_write_SICA_SWRST(val)
 
4
#define bfin_write_SYSCR(val) bfin_write_SICA_SYSCR(val)
 
5
 
 
6
#define WDOG_CNT WDOGA_CNT
 
7
#define WDOG_CTL WDOGA_CTL
 
8
#define bfin_write_WDOG_CNT(val) bfin_write_WDOGA_CNT(val)
 
9
#define bfin_write_WDOG_CTL(val) bfin_write_WDOGA_CTL(val)
 
10
#define bfin_write_WDOG_STAT(val) bfin_write_WDOGA_STAT(val)
 
11
 
 
12
#include "ports.h"