Home
last modified time | relevance | path

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

/linux-4.1.27/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-4.1.27/arch/blackfin/mach-bf609/include/mach/
DdefBF60x_base.h53 #define RSI_FIFO_CNT 0xFFC00648 /* RSI0 FIFO Counter Register */ macro
DcdefBF60x_base.h3221 #define bfin_read_RSI_FIFO_CNT() bfin_read16(RSI_FIFO_CNT)
3222 #define bfin_write_RSI_FIFO_CNT(val) bfin_write16(RSI_FIFO_CNT, val)
/linux-4.1.27/arch/blackfin/kernel/
Ddebug-mmrs.c1385 D16(RSI_FIFO_CNT); in bfin_debug_mmrs_init()