Searched refs:SIU_STFIFO (Results 1 – 2 of 2) sorted by relevance
48 stfifo = siu_read32(base + SIU_STFIFO); in siu_pcm_stmwrite_stop()49 siu_write32(base + SIU_STFIFO, stfifo & ~0x0c180c18); in siu_pcm_stmwrite_stop()142 stfifo = siu_read32(base + SIU_STFIFO); in siu_pcm_wr_set()143 siu_write32(base + SIU_STFIFO, stfifo | (port_info->stfifo & 0x0c180c18)); in siu_pcm_wr_set()192 stfifo = siu_read32(base + SIU_STFIFO); in siu_pcm_rd_set()193 siu_write32(base + SIU_STFIFO, siu_read32(base + SIU_STFIFO) | in siu_pcm_rd_set()270 stfifo = siu_read32(base + SIU_STFIFO); in siu_pcm_stmread_stop()271 siu_write32(base + SIU_STFIFO, stfifo & ~0x13071307); in siu_pcm_stmread_stop()
150 #define SIU_STFIFO (0x014 / sizeof(u32)) macro
Completed in 4 milliseconds