Searched refs:wp_wrreg (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/sys/dev/sound/pci/
H A Dmaestro.c221 static void wp_wrreg(struct agg_info*, u_int16_t, u_int16_t);
427 wp_wrreg(struct agg_info *ess, u_int16_t reg, u_int16_t data) function
451 wp_wrreg(ess, WPREG_CRAM_PTR, reg | (ch << 4));
460 wp_wrreg(ess, WPREG_CRAM_PTR, reg | (ch << 4));
462 wp_wrreg(ess, WPREG_DATA_PORT, data);
504 wp_wrreg(ess, WPREG_TIMER_ENABLE, 0);
505 wp_wrreg(ess, WPREG_TIMER_FREQ, 0x9000 |
507 wp_wrreg(ess, WPREG_TIMER_ENABLE, 1);
516 wp_wrreg(ess, WPREG_TIMER_START, 1);
525 wp_wrreg(es
[all...]

Completed in 108 milliseconds