Mike Frysinger | 66c4cf4 | 2008-02-04 19:26:55 -0500 | [diff] [blame] | 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) |