Searched refs:SIU_STFIFO (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/sound/soc/sh/
H A Dsiu_pcm.c60 stfifo = siu_read32(base + SIU_STFIFO); siu_pcm_stmwrite_stop()
61 siu_write32(base + SIU_STFIFO, stfifo & ~0x0c180c18); siu_pcm_stmwrite_stop()
154 stfifo = siu_read32(base + SIU_STFIFO); siu_pcm_wr_set()
155 siu_write32(base + SIU_STFIFO, stfifo | (port_info->stfifo & 0x0c180c18)); siu_pcm_wr_set()
204 stfifo = siu_read32(base + SIU_STFIFO); siu_pcm_rd_set()
205 siu_write32(base + SIU_STFIFO, siu_read32(base + SIU_STFIFO) | siu_pcm_rd_set()
285 stfifo = siu_read32(base + SIU_STFIFO); siu_pcm_stmread_stop()
286 siu_write32(base + SIU_STFIFO, stfifo & ~0x13071307); siu_pcm_stmread_stop()
H A Dsiu.h164 #define SIU_STFIFO (0x014 / sizeof(u32)) macro

Completed in 109 milliseconds