Lines Matching defs:ac97_read
100 static void ac97_read(struct ac97_softc *, uint8_t, uint16_t *);
935 ac97_read(struct ac97_softc *as, uint8_t reg, uint16_t *val)
1013 ac97_read(as, AC97_REG_POWER, &val);
1025 ac97_read(as, AC97_REG_MASTER_VOLUME, &val);
1120 ac97_read(as, si->reg, &value1);
1126 ac97_read(as, si->reg, &value3);
1290 ac97_read(as, AC97_REG_POWER, &val);
1298 ac97_read(as, AC97_REG_POWER, &val);
1305 ac97_read(as, AC97_REG_POWER, &as->power_reg);
1312 ac97_read(as, AC97_REG_RESET, &as->caps);
1313 ac97_read(as, AC97_REG_VENDOR_ID1, &id1);
1314 ac97_read(as, AC97_REG_VENDOR_ID2, &id2);
1359 ac97_read(as, AC97_REG_EXT_AUDIO_ID, &as->ext_id);
1394 ac97_read(as, AC97_REG_EXT_AUDIO_CTRL, &extstat);
1408 ac97_read(as, AC97_REG_SPDIF_CTRL, &val);
1421 ac97_read(as, AC97_REG_PCM_FRONT_DAC_RATE,
1442 ac97_read(as, AC97_REG_EXT_MODEM_ID, &as->ext_mid);
1500 ac97_read(as, AC97_REG_EXT_MODEM_CTRL, ®);
1514 ac97_read(as, AC97_REG_GPIO_CFG, ®);
1517 ac97_read(as, AC97_REG_GPIO_POLARITY, ®);
1536 ac97_read(as, AC97_REG_GPIO_CFG, ®);
1539 ac97_read(as, AC97_REG_GPIO_POLARITY, ®);
1739 ac97_read(as, si->reg, &val);
1867 ac97_read(as, si->reg, &val);
1972 ac97_read(as, AC97_REG_EXT_AUDIO_CTRL, &ext_stat);
2013 ac97_read(as, AC97_REG_POWER, &power);
2017 ac97_read(as, target, &actual);
2140 ac97_read(as, AD1980_REG_MISC, &misc);