Lines Matching refs:out_le32
175 out_le32(&chip->awacs->control, chip->control_mask | (chip->rate_index << 8)); in snd_pmac_pcm_set_format()
176 out_le32(&chip->awacs->byteswap, chip->format == SNDRV_PCM_FORMAT_S16_LE ? 1 : 0); in snd_pmac_pcm_set_format()
186 out_le32(&rec->dma->control, (RUN|WAKE|FLUSH|PAUSE) << 16); in snd_pmac_dma_stop()
195 out_le32(&rec->dma->cmdptr, cmd->addr); in snd_pmac_dma_set_command()
203 out_le32(&rec->dma->control, status | (status << 16)); in snd_pmac_dma_run()
423 out_le32(&rec->dma->control, (RUN|PAUSE|FLUSH|WAKE) << 16); in snd_pmac_pcm_dead_xfer()
451 out_le32(&rec->dma->cmdptr, emergency_dbdma.addr); in snd_pmac_pcm_dead_xfer()
456 out_le32(&rec->dma->control, ((RUN|WAKE) << 16) + (RUN|WAKE)); in snd_pmac_pcm_dead_xfer()
747 out_le32(&chip->playback.dma->control, (RUN|PAUSE|FLUSH|WAKE|DEAD) << 16); in snd_pmac_dbdma_reset()
749 out_le32(&chip->capture.dma->control, (RUN|PAUSE|FLUSH|WAKE|DEAD) << 16); in snd_pmac_dbdma_reset()
767 out_le32(&chip->awacs->control, in snd_pmac_beep_dma_start()
770 out_le32(&chip->awacs->byteswap, 0); in snd_pmac_beep_dma_start()
822 out_le32(&chip->awacs->control, ctrl); in snd_pmac_ctrl_intr()
846 out_le32(&chip->awacs->control, in_le32(&chip->awacs->control) & 0xfff); in snd_pmac_free()
1298 out_le32(&chip->awacs->control, chip->control_mask); in snd_pmac_new()