Home
last modified time | relevance | path

Searched refs:PS3_AUDIO_AX_IS (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/sound/ppc/
H A Dsnd_ps3.c167 update_reg(PS3_AUDIO_AX_IS, 0); in snd_ps3_wait_for_dma_stop()
308 update_reg(PS3_AUDIO_AX_IS, 0); in snd_ps3_interrupt()
313 port_intr = read_reg(PS3_AUDIO_AX_IS); in snd_ps3_interrupt()
319 write_reg(PS3_AUDIO_AX_IS, PS3_AUDIO_AX_IE_ASOBEIE(0)); in snd_ps3_interrupt()
321 write_reg(PS3_AUDIO_AX_IS, port_intr); in snd_ps3_interrupt()
341 write_reg(PS3_AUDIO_AX_IS, PS3_AUDIO_AX_IE_ASOBUIE(0)); in snd_ps3_interrupt()
619 update_reg(PS3_AUDIO_AX_IS, 0); in snd_ps3_pcm_trigger()
H A Dsnd_ps3_reg.h36 #define PS3_AUDIO_AX_IS (0x00004018) macro