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

/freebsd-11.0-release/sys/dev/sound/pci/
H A Demuxkireg.h56 #define EMU_DATA 0x04 macro
H A Demu10k1.c337 val = emu_rd(sc, EMU_DATA, 4);
361 data |= emu_rd(sc, EMU_DATA, 4) & ~mask;
363 emu_wr(sc, EMU_DATA, data, 4);
H A Demu10kx.c644 * EMU_PTR / EMU_DATA interface. Access to EMU10Kx is made
657 val = emu_rd_nolock(sc, EMU_DATA, 4);
695 data |= emu_rd_nolock(sc, EMU_DATA, 4) & ~mask;
697 emu_wr_nolock(sc, EMU_DATA, data, 4);
767 KASSERT(regno != EMU_DATA, ("emu_rd: attempt to read DATA"));

Completed in 68 milliseconds