Home
last modified time | relevance | path

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

/arch/blackfin/mach-bf548/include/mach/
DdefBF549.h156 #define MXVR_FRAME_CNT_0 0xffc02878 /* MXVR Frame Counter 0 */ macro
DcdefBF549.h249 #define bfin_read_MXVR_FRAME_CNT_0() bfin_read16(MXVR_FRAME_CNT_0)
250 #define bfin_write_MXVR_FRAME_CNT_0(val) bfin_write16(MXVR_FRAME_CNT_0, val)
/arch/blackfin/mach-bf538/include/mach/
DdefBF539.h129 #define MXVR_FRAME_CNT_0 0xFFC02878 /* MXVR Frame Counter 0 */ macro
DcdefBF539.h201 #define bfin_read_MXVR_FRAME_CNT_0() bfin_read16(MXVR_FRAME_CNT_0)
202 #define bfin_write_MXVR_FRAME_CNT_0(val) bfin_write16(MXVR_FRAME_CNT_0, val)
/arch/blackfin/kernel/
Ddebug-mmrs.c1230 D16(MXVR_FRAME_CNT_0); in bfin_debug_mmrs_init()