Searched refs:cs428x_read_codec (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/sys/dev/pci/ |
H A D | cs4281.c | 282 sc->host_if.read = cs428x_read_codec; in cs4281_attach() 758 cs428x_read_codec(sc, AC97_REG_POWER, &data); in cs4281_reset_codec() 969 cs428x_read_codec(sc, AC97_REG_POWER, &data); in cs4281_init() 995 cs428x_read_codec(sc, AC97_REG_POWER, &data); in cs4281_init() 1003 cs428x_read_codec(sc, AC97_REG_POWER, &data); in cs4281_init() 1009 cs428x_read_codec(sc, AC97_REG_POWER, &data); in cs4281_init() 1017 cs428x_read_codec(sc, AC97_REG_POWER, &data); in cs4281_init()
|
H A D | cs428x.h | 175 int cs428x_read_codec(void *, u_int8_t, u_int16_t *);
|
H A D | cs428x.c | 187 cs428x_read_codec(void *addr, uint8_t ac97_addr, uint16_t *ac97_data) in cs428x_read_codec() function
|
H A D | cs4280.c | 813 rv = cs428x_read_codec(addr, reg, result); in cs4280_read_codec()
|