Home
last modified time | relevance | path

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

/sound/soc/sh/
Dsiu_pcm.c60 stfifo = siu_read32(base + SIU_STFIFO); in siu_pcm_stmwrite_stop()
154 stfifo = siu_read32(base + SIU_STFIFO); 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()
516 __func__, info->port_id, siu_read32(base + SIU_EVNTC), in siu_pcm_pointer_dma()
517 siu_read32(base + SIU_SBFSTS), ptr, siu_stream->buf_bytes, in siu_pcm_pointer_dma()
Dsiu_dai.c211 srctl = siu_read32(base + SIU_SRCTL); in siu_dai_open()
212 ifctl = siu_read32(base + SIU_IFCTL); in siu_dai_open()
242 dpak = siu_read32(base + SIU_DPAK); in siu_dai_pcmdatapack()
307 while (--cnt && siu_read32(base + SIU_SBCTL) != 0x80000000) in siu_dai_spbstart()
633 siu_read32(base + SIU_IFCTL); in siu_dai_set_fmt()
Dsiu.h153 static inline u32 siu_read32(u32 __iomem *addr) in siu_read32() function