Searched refs:wc_wrreg (Results 1 – 1 of 1) sorted by relevance
| /freebsd-9-stable/sys/dev/sound/pci/ |
| D | maestro.c | 231 static void wc_wrreg(struct agg_info*, u_int16_t, u_int16_t); 542 wc_wrreg(struct agg_info *ess, u_int16_t reg, u_int16_t data) in wc_wrreg() function 559 wc_wrreg(ess, ch << 3, data); in wc_wrchctl() 705 wc_wrreg(ess, data, ess->phys >> WAVCACHE_BASEADDR_SHIFT); in agg_init() 890 wc_wrreg(ch->parent, WAVCACHE_WTBAR + wtbar, in aggch_start_dac() 892 wc_wrreg(ch->parent, WAVCACHE_WTBAR + wtbar + 1, in aggch_start_dac() 895 wc_wrreg(ch->parent, WAVCACHE_WTBAR + wtbar + 2, in aggch_start_dac() 897 wc_wrreg(ch->parent, WAVCACHE_WTBAR + wtbar + 3, in aggch_start_dac()
|