Home
last modified time | relevance | path

Searched refs:MXVR_PAT_EN_1 (Results 1 – 5 of 5) sorted by relevance

/arch/blackfin/mach-bf548/include/mach/
DdefBF549.h152 #define MXVR_PAT_EN_1 0xffc02874 /* MXVR Pattern Enable Register 1 */ macro
DcdefBF549.h244 #define bfin_read_MXVR_PAT_EN_1() bfin_read32(MXVR_PAT_EN_1)
245 #define bfin_write_MXVR_PAT_EN_1(val) bfin_write32(MXVR_PAT_EN_1, val)
/arch/blackfin/mach-bf538/include/mach/
DdefBF539.h127 #define MXVR_PAT_EN_1 0xFFC02874 /* MXVR Pattern Enable Register 1 */ macro
DcdefBF539.h199 #define bfin_read_MXVR_PAT_EN_1() bfin_read32(MXVR_PAT_EN_1)
200 #define bfin_write_MXVR_PAT_EN_1(val) bfin_write32(MXVR_PAT_EN_1, val)
/arch/blackfin/kernel/
Ddebug-mmrs.c1229 D32(MXVR_PAT_EN_1); in bfin_debug_mmrs_init()