Home
last modified time | relevance | path

Searched refs:RSI_FIFO_CNT (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/arch/blackfin/mach-bf518/include/mach/
DcdefBF514.h49 #define bfin_read_RSI_FIFO_CNT() bfin_read16(RSI_FIFO_CNT)
50 #define bfin_write_RSI_FIFO_CNT(val) bfin_write16(RSI_FIFO_CNT, val)
DdefBF514.h32 #define RSI_FIFO_CNT 0xFFC03848 /* RSI FIFO Counter Register */ macro
/linux-3.4.99/arch/blackfin/kernel/
Ddebug-mmrs.c1381 D16(RSI_FIFO_CNT); in bfin_debug_mmrs_init()