Lines Matching refs:out_le32
176 out_le32(&chip->awacs->control, chip->control_mask | (chip->rate_index << 8)); in snd_pmac_pcm_set_format()
177 out_le32(&chip->awacs->byteswap, chip->format == SNDRV_PCM_FORMAT_S16_LE ? 1 : 0); in snd_pmac_pcm_set_format()
187 out_le32(&rec->dma->control, (RUN|WAKE|FLUSH|PAUSE) << 16); in snd_pmac_dma_stop()
196 out_le32(&rec->dma->cmdptr, cmd->addr); in snd_pmac_dma_set_command()
204 out_le32(&rec->dma->control, status | (status << 16)); in snd_pmac_dma_run()
424 out_le32(&rec->dma->control, (RUN|PAUSE|FLUSH|WAKE) << 16); in snd_pmac_pcm_dead_xfer()
452 out_le32(&rec->dma->cmdptr, emergency_dbdma.addr); in snd_pmac_pcm_dead_xfer()
457 out_le32(&rec->dma->control, ((RUN|WAKE) << 16) + (RUN|WAKE)); in snd_pmac_pcm_dead_xfer()
748 out_le32(&chip->playback.dma->control, (RUN|PAUSE|FLUSH|WAKE|DEAD) << 16); in snd_pmac_dbdma_reset()
750 out_le32(&chip->capture.dma->control, (RUN|PAUSE|FLUSH|WAKE|DEAD) << 16); in snd_pmac_dbdma_reset()
768 out_le32(&chip->awacs->control, in snd_pmac_beep_dma_start()
771 out_le32(&chip->awacs->byteswap, 0); in snd_pmac_beep_dma_start()
823 out_le32(&chip->awacs->control, ctrl); in snd_pmac_ctrl_intr()
847 out_le32(&chip->awacs->control, in_le32(&chip->awacs->control) & 0xfff); in snd_pmac_free()
1299 out_le32(&chip->awacs->control, chip->control_mask); in snd_pmac_new()