Searched refs:cs428x_write_codec (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/sys/dev/pci/ |
H A D | cs4281.c | 283 sc->host_if.write = cs428x_write_codec; in cs4281_attach() 991 cs428x_write_codec(sc, AC97_REG_HEADPHONE_VOLUME, 0); in cs4281_init() 992 cs428x_write_codec(sc, AC97_REG_MASTER_VOLUME, 0); in cs4281_init() 996 cs428x_write_codec(sc, AC97_REG_POWER, data & 0xfdff); in cs4281_init() 1010 cs428x_write_codec(sc, AC97_REG_POWER, data & 0xfeff); in cs4281_init()
|
H A D | cs428x.h | 176 int cs428x_write_codec(void *, u_int8_t, u_int16_t);
|
H A D | cs428x.c | 233 cs428x_write_codec(void *addr, uint8_t ac97_addr, uint16_t ac97_data) in cs428x_write_codec() function
|
H A D | cs4280.c | 826 rv = cs428x_write_codec(addr, reg, data); in cs4280_write_codec()
|