Searched refs:emu_wr (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/dev/sound/pci/ |
H A D | emu10k1.c | 255 static void emu_wr(struct sc_info *, int, u_int32_t, int); 315 emu_wr(struct sc_info *sc, int regno, u_int32_t data, int size) in emu_wr() function 336 emu_wr(sc, EMU_PTR, ptr, 4); in emu_rdptr() 354 emu_wr(sc, EMU_PTR, ptr, 4); in emu_wrptr() 363 emu_wr(sc, EMU_DATA, data, 4); in emu_wrptr() 382 emu_wr(sc, EMU_AC97ADDR, regno, 1); in emu_rdcd() 391 emu_wr(sc, EMU_AC97ADDR, regno, 1); in emu_wrcd() 392 emu_wr(sc, EMU_AC97DATA, data, 2); in emu_wrcd() 434 emu_wr(sc, EMU_TIMER, sc->timerinterval & 0x03ff, 2); in emu_settimer() 447 emu_wr(sc, EMU_INTE, x, 4); in emu_enatimer() [all …]
|
H A D | emu10kx.c | 750 emu_wr(struct emu_sc_info *sc, unsigned int regno, uint32_t data, unsigned int size) in emu_wr() function 844 emu_wr(sc, EMU_TIMER, sc->timerinterval & 0x03ff, 2); in emu_timer_set() 877 emu_wr(sc, EMU_TIMER, sc->timerinterval & 0x03ff, 2); in emu_timer_enable() 882 emu_wr(sc, EMU_INTE, x, 4); in emu_timer_enable() 886 emu_wr(sc, EMU_INTE, x, 4); in emu_timer_enable() 928 emu_wr(sc, EMU_INTE, x, 4); in emu_intr_register() 968 emu_wr(sc, EMU_INTE, x, 4); in emu_intr_unregister() 986 emu_wr(sc, EMU_IPR, stat, 4); in emu_intr() 1005 emu_wr(sc, EMU_IPR2, stat, 4); in emu_intr() 1019 emu_wr(sc, EMU_IPR3, stat, 4); in emu_intr() [all …]
|
H A D | emu10kx-pcm.c | 557 emu_wr(sc->card, EMU_AC97ADDR, regno, 1); in emu_ac97_read_emulation() 623 emu_wr(sc->card, EMU_AC97ADDR, regno, 1); in emu_ac97_write_emulation() 624 emu_wr(sc->card, EMU_AC97DATA, data, 2); in emu_ac97_write_emulation() 660 emu_wr(sc->card, EMU_AC97ADDR, regno, 1); in emu_rdcd() 671 emu_wr(sc->card, EMU_AC97ADDR, regno, 1); in emu_wrcd() 672 emu_wr(sc->card, EMU_AC97DATA, data, 2); in emu_wrcd()
|
H A D | emu10kx.h | 151 void emu_wr(struct emu_sc_info *sc, unsigned int regno, uint32_t data, unsigned int size);
|
H A D | emu10kx-midi.c | 90 emu_wr(sc->card, 0x18 + reg, b, 1); in emu_mwrite()
|