Home
last modified time | relevance | path

Searched refs:WDOGB_STAT (Results 1 – 3 of 3) sorted by relevance

/arch/blackfin/mach-bf561/include/mach/
DdefBF561.h75 #define WDOGB_STAT 0xFFC01208 /* Watchdog Status register */ macro
DcdefBF561.h109 #define bfin_read_WDOGB_STAT() bfin_read32(WDOGB_STAT)
110 #define bfin_write_WDOGB_STAT(val) bfin_write32(WDOGB_STAT,val)
/arch/blackfin/kernel/
Ddebug-mmrs.c1760 D32(WDOGB_STAT); in bfin_debug_mmrs_init()