Home
last modified time | relevance | path

Searched refs:WDOG_CTL (Results 1 – 14 of 14) sorted by relevance

/linux-3.4.99/arch/blackfin/mach-common/
Dhead.S206 #ifndef WDOG_CTL
207 # define WDOG_CTL WDOGA_CTL macro
215 p0.l = lo(WDOG_CTL);
216 p0.h = hi(WDOG_CTL);
/linux-3.4.99/arch/blackfin/mach-bf533/include/mach/
DdefBF532.h36 #define WDOG_CTL 0xFFC00200 /* Watchdog Control Register */ macro
DcdefBF532.h42 #define bfin_read_WDOG_CTL() bfin_read16(WDOG_CTL)
43 #define bfin_write_WDOG_CTL(val) bfin_write16(WDOG_CTL,val)
/linux-3.4.99/arch/blackfin/mach-bf518/include/mach/
DdefBF512.h46 #define WDOG_CTL 0xFFC00200 /* Watchdog Control Register */ macro
DcdefBF512.h73 #define bfin_read_WDOG_CTL() bfin_read16(WDOG_CTL)
74 #define bfin_write_WDOG_CTL(val) bfin_write16(WDOG_CTL, val)
/linux-3.4.99/arch/blackfin/mach-bf527/include/mach/
DdefBF522.h49 #define WDOG_CTL 0xFFC00200 /* Watchdog Control Register */ macro
DcdefBF522.h73 #define bfin_read_WDOG_CTL() bfin_read16(WDOG_CTL)
74 #define bfin_write_WDOG_CTL(val) bfin_write16(WDOG_CTL, val)
/linux-3.4.99/arch/blackfin/mach-bf537/include/mach/
DdefBF534.h34 #define WDOG_CTL 0xFFC00200 /* Watchdog Control Register */ macro
DcdefBF534.h44 #define bfin_read_WDOG_CTL() bfin_read16(WDOG_CTL)
45 #define bfin_write_WDOG_CTL(val) bfin_write16(WDOG_CTL,val)
/linux-3.4.99/arch/blackfin/mach-bf538/include/mach/
DdefBF538.h43 #define WDOG_CTL 0xFFC00200 /* Watchdog Control Register */ macro
DcdefBF538.h60 #define bfin_read_WDOG_CTL() bfin_read16(WDOG_CTL)
61 #define bfin_write_WDOG_CTL(val) bfin_write16(WDOG_CTL, val)
/linux-3.4.99/arch/blackfin/mach-bf548/include/mach/
DdefBF54x_base.h63 #define WDOG_CTL 0xffc00200 /* Watchdog Control Register */ macro
DcdefBF54x_base.h92 #define bfin_read_WDOG_CTL() bfin_read16(WDOG_CTL)
93 #define bfin_write_WDOG_CTL(val) bfin_write16(WDOG_CTL, val)
/linux-3.4.99/arch/blackfin/kernel/
Ddebug-mmrs.c1748 D16(WDOG_CTL); in bfin_debug_mmrs_init()