mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-20 11:43:22 +00:00
11 lines
398 B
C
11 lines
398 B
C
|
#define SWRST SICA_SWRST
|
||
|
#define SYSCR SICA_SYSCR
|
||
|
#define bfin_write_SWRST(val) bfin_write_SICA_SWRST(val)
|
||
|
#define bfin_write_SYSCR(val) bfin_write_SICA_SYSCR(val)
|
||
|
|
||
|
#define WDOG_CNT WDOGA_CNT
|
||
|
#define WDOG_CTL WDOGA_CTL
|
||
|
#define bfin_write_WDOG_CNT(val) bfin_write_WDOGA_CNT(val)
|
||
|
#define bfin_write_WDOG_CTL(val) bfin_write_WDOGA_CTL(val)
|
||
|
#define bfin_write_WDOG_STAT(val) bfin_write_WDOGA_STAT(val)
|