Home
last modified time | relevance | path

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

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