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

/linux-master/sound/soc/sh/
H A Dsiu_pcm.c48 stfifo = siu_read32(base + SIU_STFIFO);
49 siu_write32(base + SIU_STFIFO, stfifo & ~0x0c180c18);
142 stfifo = siu_read32(base + SIU_STFIFO);
143 siu_write32(base + SIU_STFIFO, stfifo | (port_info->stfifo & 0x0c180c18));
192 stfifo = siu_read32(base + SIU_STFIFO);
193 siu_write32(base + SIU_STFIFO, siu_read32(base + SIU_STFIFO) |
270 stfifo = siu_read32(base + SIU_STFIFO);
271 siu_write32(base + SIU_STFIFO, stfifo & ~0x13071307);
H A Dsiu.h150 #define SIU_STFIFO (0x014 / sizeof(u32)) macro

Completed in 88 milliseconds