HomeSort by: relevance | last modified time | path
    Searched defs:ac97_read (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
ac97.c 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) function in typeref:typename:void
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)
    [all...]
ac97.c 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) function in typeref:typename:void
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)
    [all...]

Completed in 23 milliseconds