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

/freebsd-9.3-release/sys/dev/sound/pci/
H A Dmaestro.c222 static u_int16_t wp_rdapu(struct agg_info*, unsigned, u_int16_t);
449 wp_rdapu(struct agg_info *ess, unsigned ch, u_int16_t reg) function
453 device_printf(ess->dev, "wp_rdapu() indexing timed out.\n");
1087 cur = wp_rdapu(ch->parent, 0, APUREG_CURPTR);
1126 cur = wp_rdapu(ch->parent, 0, APUREG_CURPTR);
1152 cp1 = wp_rdapu(ch->parent, (ch->num << 1) | 32, APUREG_CURPTR);
1153 cp2 = wp_rdapu(ch->parent, (ch->num << 1) | 33, APUREG_CURPTR);
1169 + wp_rdapu(ch->parent, 0, APUREG_CURPTR);
1170 cp2 = wp_rdapu(ch->parent, 1, APUREG_CURPTR);
1447 cp = wp_rdapu(c
[all...]

Completed in 89 milliseconds