Home
last modified time | relevance | path

Searched refs:agg_wrcodec (Results 1 – 1 of 1) sorted by relevance

/dragonfly/sys/dev/sound/pci/
H A Dmaestro.c218 static int agg_wrcodec(struct agg_info*, int, u_int32_t);
385 agg_wrcodec(struct agg_info *ess, int regno, u_int32_t data) in agg_wrcodec() function
772 agg_wrcodec(ess, AC97_REG_POWER, 0); in agg_power()
815 agg_wrcodec(ess, AC97_REG_POWER, 0x300); in agg_power()
823 agg_wrcodec(ess, AC97_REG_POWER, 0xdf00); in agg_power()
1266 ret = agg_wrcodec(ess, regno, data); in agg_ac97_write()