Home
last modified time | relevance | path

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

/arch/blackfin/mach-bf548/include/mach/
DdefBF54x_base.h192 #define EBIU_DDRARCT 0xffc00aac /* DDR Auto-refresh Count Register */ macro
DcdefBF54x_base.h285 #define bfin_read_EBIU_DDRARCT() bfin_read32(EBIU_DDRARCT)
286 #define bfin_write_EBIU_DDRARCT(val) bfin_write32(EBIU_DDRARCT, val)
/arch/blackfin/kernel/
Ddebug-mmrs.c905 D32(EBIU_DDRARCT); in bfin_debug_mmrs_init()