Home
last modified time | relevance | path

Searched refs:emu_wr_nolock (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/sound/pci/
H A Demu10kx.c404 static void emu_wr_nolock(struct emu_sc_info *sc, unsigned int regno, uint32_t data, unsigned int s…
624 emu_wr_nolock(struct emu_sc_info *sc, unsigned int regno, uint32_t data, unsigned int size) in emu_wr_nolock() function
653 emu_wr_nolock(sc, EMU_PTR, ptr, 4); in emu_rdptr()
680 emu_wr_nolock(sc, EMU_PTR, ptr, 4); in emu_wrptr()
694 emu_wr_nolock(sc, EMU_DATA, data, 4); in emu_wrptr()
709 emu_wr_nolock(sc, EMU_A2_PTR, (reg << 16) | chn, 4); in emu_rd_p16vptr()
722 emu_wr_nolock(sc, EMU_A2_PTR, (reg << 16) | chn, 4); in emu_wr_p16vptr()
723 emu_wr_nolock(sc, EMU_DATA2, data, 4); in emu_wr_p16vptr()
740 emu_wr_nolock(sc, 0x38, data, 4); in emu_wr_cbptr()
755 emu_wr_nolock(sc, regno, data, size); in emu_wr()
[all …]