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

/freebsd-12-stable/sys/dev/sound/pci/
H A Demuxkireg.h51 #define EMU_PTR 0x00 macro
H A Demu10k1.c338 emu_wr(sc, EMU_PTR, ptr, 4);
356 emu_wr(sc, EMU_PTR, ptr, 4);
H A Demu10kx.c646 * EMU_PTR / EMU_DATA interface. Access to EMU10Kx is made
658 emu_wr_nolock(sc, EMU_PTR, ptr, 4);
685 emu_wr_nolock(sc, EMU_PTR, ptr, 4);
753 * Assume that it is never used to access EMU_PTR-based registers and can run unlocked.
758 KASSERT(regno != EMU_PTR, ("emu_wr: attempt to write to EMU_PTR"));

Completed in 120 milliseconds