Home
last modified time | relevance | path

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

/arch/blackfin/mach-bf538/include/mach/
DdefBF539.h109 #define MXVR_AP_CTL 0xFFC02838 /* MXVR Async Packet Control Register */ macro
DcdefBF539.h169 #define bfin_read_MXVR_AP_CTL() bfin_read16(MXVR_AP_CTL)
170 #define bfin_write_MXVR_AP_CTL(val) bfin_write16(MXVR_AP_CTL, val)
/arch/blackfin/mach-bf548/include/mach/
DdefBF549.h128 #define MXVR_AP_CTL 0xffc02838 /* MXVR Async Packet Control Register */ macro
DcdefBF549.h205 #define bfin_read_MXVR_AP_CTL() bfin_read16(MXVR_AP_CTL)
206 #define bfin_write_MXVR_AP_CTL(val) bfin_write16(MXVR_AP_CTL, val)
/arch/blackfin/kernel/
Ddebug-mmrs.c1210 D16(MXVR_AP_CTL); in bfin_debug_mmrs_init()