Home
last modified time | relevance | path

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

/arch/blackfin/mach-bf548/include/mach/
DdefBF549.h60 #define MXVR_SYNC_LCHAN_7 0xffc02794 /* MXVR Sync Data Logical Channel Assign Reg… macro
DcdefBF549.h96 #define bfin_read_MXVR_SYNC_LCHAN_7() bfin_read32(MXVR_SYNC_LCHAN_7)
97 #define bfin_write_MXVR_SYNC_LCHAN_7(val) bfin_write32(MXVR_SYNC_LCHAN_7, val)
/arch/blackfin/mach-bf538/include/mach/
DdefBF539.h59 #define MXVR_SYNC_LCHAN_7 0xFFC02794 /* MXVR Sync Data Logical Channel Assign Register 7 */ macro
DcdefBF539.h87 #define bfin_read_MXVR_SYNC_LCHAN_7() bfin_read32(MXVR_SYNC_LCHAN_7)
88 #define bfin_write_MXVR_SYNC_LCHAN_7(val) bfin_write32(MXVR_SYNC_LCHAN_7, val)
/arch/blackfin/kernel/
Ddebug-mmrs.c1173 D32(MXVR_SYNC_LCHAN_7); in bfin_debug_mmrs_init()