Lines Matching refs:cx_read
135 buf->bpl, cx_read(audio_ch->cmds_start + 8) >> 1,
211 status = cx_read(MO_AUD_INTSTAT);
212 mask = cx_read(MO_AUD_INTMSK);
233 atomic_set(&chip->count, cx_read(MO_AUDD_GPCNT));
250 status = cx_read(MO_PCI_INTSTAT) &
635 int vol = 0x3f - (cx_read(AUD_VOL_CTL) & 0x3f),
636 bal = cx_read(AUD_BAL_CTL);
690 old = cx_read(AUD_VOL_CTL);
695 if ((cx_read(AUD_BAL_CTL) & 0x7f) != b) {
724 value->value.integer.value[0] = !(cx_read(AUD_VOL_CTL) & bit);
738 vol = cx_read(AUD_VOL_CTL);