Home
last modified time | relevance | path

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

/trueos/sys/dev/sound/pci/
HDemu10k1.c252 static void emu_wr(struct sc_info *, int, u_int32_t, int);
312 emu_wr(struct sc_info *sc, int regno, u_int32_t data, int size) in emu_wr() function
333 emu_wr(sc, EMU_PTR, ptr, 4); in emu_rdptr()
351 emu_wr(sc, EMU_PTR, ptr, 4); in emu_wrptr()
360 emu_wr(sc, EMU_DATA, data, 4); in emu_wrptr()
379 emu_wr(sc, EMU_AC97ADDR, regno, 1); in emu_rdcd()
388 emu_wr(sc, EMU_AC97ADDR, regno, 1); in emu_wrcd()
389 emu_wr(sc, EMU_AC97DATA, data, 2); in emu_wrcd()
431 emu_wr(sc, EMU_TIMER, sc->timerinterval & 0x03ff, 2); in emu_settimer()
444 emu_wr(sc, EMU_INTE, x, 4); in emu_enatimer()
[all …]
HDemu10kx.c754 emu_wr(struct emu_sc_info *sc, unsigned int regno, uint32_t data, unsigned int size) in emu_wr() function
849 emu_wr(sc, EMU_TIMER, sc->timerinterval & 0x03ff, 2); in emu_timer_set()
882 emu_wr(sc, EMU_TIMER, sc->timerinterval & 0x03ff, 2); in emu_timer_enable()
887 emu_wr(sc, EMU_INTE, x, 4); in emu_timer_enable()
891 emu_wr(sc, EMU_INTE, x, 4); in emu_timer_enable()
933 emu_wr(sc, EMU_INTE, x, 4); in emu_intr_register()
973 emu_wr(sc, EMU_INTE, x, 4); in emu_intr_unregister()
991 emu_wr(sc, EMU_IPR, stat, 4); in emu_intr()
1011 emu_wr(sc, EMU_IPR2, stat, 4); in emu_intr()
1025 emu_wr(sc, EMU_IPR3, stat, 4); in emu_intr()
[all …]
HDemu10kx-pcm.c558 emu_wr(sc->card, EMU_AC97ADDR, regno, 1); in emu_ac97_read_emulation()
624 emu_wr(sc->card, EMU_AC97ADDR, regno, 1); in emu_ac97_write_emulation()
625 emu_wr(sc->card, EMU_AC97DATA, data, 2); in emu_ac97_write_emulation()
661 emu_wr(sc->card, EMU_AC97ADDR, regno, 1); in emu_rdcd()
672 emu_wr(sc->card, EMU_AC97ADDR, regno, 1); in emu_wrcd()
673 emu_wr(sc->card, EMU_AC97DATA, data, 2); in emu_wrcd()
HDemu10kx.h152 void emu_wr(struct emu_sc_info *sc, unsigned int regno, uint32_t data, unsigned int size);
HDemu10kx-midi.c92 emu_wr(sc->card, 0x18 + reg, b, 1); in emu_mwrite()