Lines Matching refs:cx_read
158 "byte buffer\n", buf->bpl, cx_read(audio_ch->cmds_start + 8)>>1, in _cx88_start_audio_dma()
229 status = cx_read(MO_AUD_INTSTAT); in cx8801_aud_irq()
230 mask = cx_read(MO_AUD_INTMSK); in cx8801_aud_irq()
251 atomic_set(&chip->count, cx_read(MO_AUDD_GPCNT)); in cx8801_aud_irq()
268 status = cx_read(MO_PCI_INTSTAT) & in cx8801_irq()
651 int vol = 0x3f - (cx_read(AUD_VOL_CTL) & 0x3f), in snd_cx88_volume_get()
652 bal = cx_read(AUD_BAL_CTL); in snd_cx88_volume_get()
706 old = cx_read(AUD_VOL_CTL); in snd_cx88_volume_put()
711 if ((cx_read(AUD_BAL_CTL) & 0x7f) != b) { in snd_cx88_volume_put()
740 value->value.integer.value[0] = !(cx_read(AUD_VOL_CTL) & bit); in snd_cx88_switch_get()
754 vol = cx_read(AUD_VOL_CTL); in snd_cx88_switch_put()