Searched refs:wp_rdapu (Results 1 – 1 of 1) sorted by relevance
/dragonfly/sys/dev/sound/pci/ |
H A D | maestro.c | 224 static u_int16_t wp_rdapu(struct agg_info*, unsigned, u_int16_t); 452 wp_rdapu(struct agg_info *ess, unsigned ch, u_int16_t reg) in wp_rdapu() function 1090 cur = wp_rdapu(ch->parent, 0, APUREG_CURPTR); in aggch_feed_adc_stereo() 1129 cur = wp_rdapu(ch->parent, 0, APUREG_CURPTR); in aggch_feed_adc_mono() 1155 cp1 = wp_rdapu(ch->parent, (ch->num << 1) | 32, APUREG_CURPTR); in suppress_jitter() 1156 cp2 = wp_rdapu(ch->parent, (ch->num << 1) | 33, APUREG_CURPTR); in suppress_jitter() 1172 + wp_rdapu(ch->parent, 0, APUREG_CURPTR); in suppress_rec_jitter() 1173 cp2 = wp_rdapu(ch->parent, 1, APUREG_CURPTR); in suppress_rec_jitter() 1450 cp = wp_rdapu(ch->parent, (ch->num << 1) | 32, APUREG_CURPTR); in aggpch_getptr()
|