Searched refs:EMU_PTR (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/sound/pci/ |
H A D | emuxkireg.h | 50 #define EMU_PTR 0x00 macro
|
H A D | emu10k1.c | 336 emu_wr(sc, EMU_PTR, ptr, 4); in emu_rdptr() 354 emu_wr(sc, EMU_PTR, ptr, 4); in emu_wrptr()
|
H A D | emu10kx.c | 653 emu_wr_nolock(sc, EMU_PTR, ptr, 4); in emu_rdptr() 680 emu_wr_nolock(sc, EMU_PTR, ptr, 4); in emu_wrptr() 752 KASSERT(regno != EMU_PTR, ("emu_wr: attempt to write to EMU_PTR")); in emu_wr()
|