Home
last modified time | relevance | path

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

/sound/ppc/
Dsnd_ps3.c57 static inline u32 read_reg(unsigned int reg) in read_reg() function
67 u32 newval = read_reg(reg) | or_val; in update_reg()
72 u32 newval = (read_reg(reg) & mask) | or_val; in update_mask_reg()
116 status = read_reg(PS3_AUDIO_KICK(dma_ch)) & in snd_ps3_verify_dma_stop()
313 port_intr = read_reg(PS3_AUDIO_AX_IS); in snd_ps3_interrupt()
400 while ((read_reg(PS3_AUDIO_AO_3WMCTRL) & in snd_ps3_change_avsetting()
646 while (read_reg(PS3_AUDIO_KICK(7)) & in snd_ps3_pcm_trigger()
/sound/atmel/
Dac97c.c662 goto read_reg; in atmel_ac97c_read()
671 read_reg: in atmel_ac97c_read()