Home
last modified time | relevance | path

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

/arch/blackfin/mach-bf561/include/mach/
DdefBF561.h49 #define SICB_SWRST 0xFFC01100 /* reserved */ macro
DcdefBF561.h62 #define bfin_read_SICB_SWRST() bfin_read16(SICB_SWRST)
63 #define bfin_write_SICB_SWRST(val) bfin_write16(SICB_SWRST,val)
/arch/blackfin/kernel/
Ddebug-mmrs.c1502 D16(SICB_SWRST); in bfin_debug_mmrs_init()