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

/freebsd-11-stable/sys/dev/sound/pci/
H A Dmaestro_reg.h87 #define PORT_DSP_DATA 0x00 /* WORD RW */ macro
H A Dmaestro.c421 return AGG_RD(ess, PORT_DSP_DATA, 2);
428 AGG_WR(ess, PORT_DSP_DATA, data, 2);
436 while (AGG_RD(ess, PORT_DSP_DATA, 2) != data) {
440 AGG_WR(ess, PORT_DSP_DATA, data, 2);
1155 AGG_WR(ch->parent, PORT_DSP_DATA, cp1, 2);
1172 AGG_WR(ch->parent, PORT_DSP_DATA, cp1, 2);

Completed in 60 milliseconds