HomeSort by: relevance | last modified time | path
    Searched refs:cs428x_write_codec (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/pci/
cs428x.h 176 int cs428x_write_codec(void *, u_int8_t, u_int16_t);
cs4281.c 283 sc->host_if.write = cs428x_write_codec;
991 cs428x_write_codec(sc, AC97_REG_HEADPHONE_VOLUME, 0);
992 cs428x_write_codec(sc, AC97_REG_MASTER_VOLUME, 0);
996 cs428x_write_codec(sc, AC97_REG_POWER, data & 0xfdff);
1010 cs428x_write_codec(sc, AC97_REG_POWER, data & 0xfeff);
cs428x.c 233 cs428x_write_codec(void *addr, uint8_t ac97_addr, uint16_t ac97_data) function in typeref:typename:int
cs4280.c 826 rv = cs428x_write_codec(addr, reg, data);

Completed in 13 milliseconds