Home
last modified time | relevance | path

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

/arch/blackfin/mach-bf548/include/mach/
DdefBF549.h56 #define MXVR_SYNC_LCHAN_3 0xffc02784 /* MXVR Sync Data Logical Channel Assign Reg… macro
DcdefBF549.h88 #define bfin_read_MXVR_SYNC_LCHAN_3() bfin_read32(MXVR_SYNC_LCHAN_3)
89 #define bfin_write_MXVR_SYNC_LCHAN_3(val) bfin_write32(MXVR_SYNC_LCHAN_3, val)
/arch/blackfin/mach-bf538/include/mach/
DdefBF539.h55 #define MXVR_SYNC_LCHAN_3 0xFFC02784 /* MXVR Sync Data Logical Channel Assign Register 3 */ macro
DcdefBF539.h79 #define bfin_read_MXVR_SYNC_LCHAN_3() bfin_read32(MXVR_SYNC_LCHAN_3)
80 #define bfin_write_MXVR_SYNC_LCHAN_3(val) bfin_write32(MXVR_SYNC_LCHAN_3, val)
/arch/blackfin/kernel/
Ddebug-mmrs.c1169 D32(MXVR_SYNC_LCHAN_3); in bfin_debug_mmrs_init()