Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/sound/pci/
Dmaestro.c216 static int agg_wrcodec(struct agg_info*, int, u_int32_t);
382 agg_wrcodec(struct agg_info *ess, int regno, u_int32_t data) in agg_wrcodec() function
769 agg_wrcodec(ess, AC97_REG_POWER, 0); in agg_power()
812 agg_wrcodec(ess, AC97_REG_POWER, 0x300); in agg_power()
820 agg_wrcodec(ess, AC97_REG_POWER, 0xdf00); in agg_power()
1263 ret = agg_wrcodec(ess, regno, data); in agg_ac97_write()