Searched refs:cs4281_read_codec (Results 1 – 1 of 1) sorted by relevance
| /mirbsd/src/sys/dev/pci/ |
| D | cs4281.c | 182 int cs4281_read_codec(void *, u_int8_t , u_int16_t *); 375 sc->host_if.read = cs4281_read_codec; 979 cs4281_read_codec(sc, AC97_REG_POWER, &data); 1005 cs4281_read_codec(sc, AC97_REG_POWER, &data); 1013 cs4281_read_codec(sc, AC97_REG_POWER, &data); 1019 cs4281_read_codec(sc, AC97_REG_POWER, &data); 1027 cs4281_read_codec(sc, AC97_REG_POWER, &data); 1166 cs4281_read_codec(sc, 2*i, &sc->ac97_reg[i>>1]); 1263 cs4281_read_codec(sc, AC97_REG_POWER, &data); in cs4281_reset_codec() 1465 cs4281_read_codec(void *addr, u_int8_t ac97_addr, u_int16_t *ac97_data) in cs4281_read_codec() function
|