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

/freebsd-12-stable/sys/dev/sound/pci/
H A Dmaestro_reg.h89 #define PORT_DSP_DATA 0x00 /* WORD RW */ macro
H A Dmaestro.c423 return AGG_RD(ess, PORT_DSP_DATA, 2);
430 AGG_WR(ess, PORT_DSP_DATA, data, 2);
438 while (AGG_RD(ess, PORT_DSP_DATA, 2) != data) {
442 AGG_WR(ess, PORT_DSP_DATA, data, 2);
1157 AGG_WR(ch->parent, PORT_DSP_DATA, cp1, 2);
1174 AGG_WR(ch->parent, PORT_DSP_DATA, cp1, 2);

Completed in 65 milliseconds