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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/sh/
H A Dsiu_pcm.c60 stfifo = siu_read32(base + SIU_STFIFO);
61 siu_write32(base + SIU_STFIFO, stfifo & ~0x0c180c18);
153 stfifo = siu_read32(base + SIU_STFIFO);
154 siu_write32(base + SIU_STFIFO, stfifo | (port_info->stfifo & 0x0c180c18));
202 stfifo = siu_read32(base + SIU_STFIFO);
203 siu_write32(base + SIU_STFIFO, siu_read32(base + SIU_STFIFO) |
283 stfifo = siu_read32(base + SIU_STFIFO);
284 siu_write32(base + SIU_STFIFO, stfifo & ~0x13071307);
H A Dsiu.h162 #define SIU_STFIFO (0x014 / sizeof(u32)) macro

Completed in 92 milliseconds