Home
last modified time | relevance | path

Searched refs:SWRST (Results 1 – 15 of 15) sorted by relevance

/arch/blackfin/mach-bf533/include/mach/
DdefBF532.h25 #define SWRST 0xFFC00100 /* Software Reset Register (16-bit) */ macro
DcdefBF532.h22 #define bfin_read_SWRST() bfin_read16(SWRST)
23 #define bfin_write_SWRST(val) bfin_write16(SWRST,val)
/arch/blackfin/mach-bf527/include/mach/
DdefBF522.h26 #define SWRST 0xFFC00100 /* Software Reset Register */ macro
DcdefBF522.h24 #define bfin_read_SWRST() bfin_read16(SWRST)
25 #define bfin_write_SWRST(val) bfin_write16(SWRST, val)
/arch/blackfin/mach-bf518/include/mach/
DdefBF512.h23 #define SWRST 0xFFC00100 /* Software Reset Register */ macro
DcdefBF512.h24 #define bfin_read_SWRST() bfin_read16(SWRST)
25 #define bfin_write_SWRST(val) bfin_write16(SWRST, val)
/arch/blackfin/mach-bf561/include/mach/
DdefBF561.h30 #define SWRST 0xFFC00100 /* Software Reset register */ macro
DcdefBF561.h26 #define bfin_read_SWRST() bfin_read16(SWRST)
27 #define bfin_write_SWRST(val) bfin_write16(SWRST,val)
/arch/blackfin/mach-bf537/include/mach/
DdefBF534.h22 #define SWRST 0xFFC00100 /* Software Reset Register */ macro
DcdefBF534.h22 #define bfin_read_SWRST() bfin_read16(SWRST)
23 #define bfin_write_SWRST(val) bfin_write16(SWRST,val)
/arch/blackfin/mach-bf538/include/mach/
DdefBF538.h24 #define SWRST 0xFFC00100 /* Software Reset Register (16-bit) */ macro
DcdefBF538.h22 #define bfin_read_SWRST() bfin_read16(SWRST)
23 #define bfin_write_SWRST(val) bfin_write16(SWRST, val)
/arch/blackfin/mach-bf548/include/mach/
DdefBF54x_base.h33 #define SWRST 0xffc00100 /* Software Reset Register */ macro
DcdefBF54x_base.h32 #define bfin_read_SWRST() bfin_read16(SWRST)
33 #define bfin_write_SWRST(val) bfin_write16(SWRST, val)
/arch/blackfin/kernel/
Ddebug-mmrs.c1459 D16(SWRST); in bfin_debug_mmrs_init()