Searched refs:agg_wrcodec (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/sys/dev/sound/pci/
H A Dmaestro.c213 static int agg_wrcodec(struct agg_info*, int, u_int32_t);
380 agg_wrcodec(struct agg_info *ess, int regno, u_int32_t data) function
385 device_printf(ess->dev, "agg_wrcodec() PROGLESS timed out.\n");
395 device_printf(ess->dev, "agg_wrcodec() RW_DONE timed out.\n");
767 agg_wrcodec(ess, AC97_REG_POWER, 0);
810 agg_wrcodec(ess, AC97_REG_POWER, 0x300);
818 agg_wrcodec(ess, AC97_REG_POWER, 0xdf00);
1261 ret = agg_wrcodec(ess, regno, data);

Completed in 237 milliseconds