Home
last modified time | relevance | path

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

/dragonfly/sys/dev/sound/pci/
H A Demu10k1.c300 emu_rd(struct sc_info *sc, int regno, int size) in emu_rd() function
337 val = emu_rd(sc, EMU_DATA, 4); in emu_rdptr()
361 data |= emu_rd(sc, EMU_DATA, 4) & ~mask; in emu_wrptr()
383 return emu_rd(sc, EMU_AC97DATA, 2); in emu_rdcd()
445 x = emu_rd(sc, EMU_INTE, 4); in emu_enatimer()
451 x = emu_rd(sc, EMU_INTE, 4); in emu_enatimer()
1099 val = emu_rd(sc, EMU_INTE, 4); in emurchan_trigger()
1110 val = emu_rd(sc, EMU_INTE, 4); in emurchan_trigger()
1210 i = emu_rd(sc, EMU_INTE, 4); in emu_midiattach()
1227 stat = emu_rd(sc, EMU_IPR, 4); in emu_intr()
[all …]
H A Demu10kx.h151 uint32_t emu_rd(struct emu_sc_info *sc, unsigned int regno, unsigned int size);
H A Demu10kx.c886 x = emu_rd(sc, EMU_INTE, 4); in emu_timer_enable()
890 x = emu_rd(sc, EMU_INTE, 4); in emu_timer_enable()
932 x = emu_rd(sc, EMU_INTE, 4); in emu_intr_register()
961 x = emu_rd(sc, EMU_INTE, 4); in emu_intr_unregister()
988 stat = emu_rd(sc, EMU_IPR, 4); in emu_intr()
1008 stat = emu_rd(sc, EMU_IPR2, 4); in emu_intr()
1022 stat = emu_rd(sc, EMU_IPR3, 4); in emu_intr()
2518 tmp = emu_rd(sc, EMU_A_IOCFG, 2); in emumix_set_mode()
2830 tmp = emu_rd(sc, EMU_A_IOCFG, 2); in emu_init()
2846 tmp = emu_rd(sc, EMU_HCFG, 4); in emu_init()
[all …]
H A Demu10kx-midi.c77 d = emu_rd(sc->card, 0x18 + reg, 1); in emu_mread()
H A Demu10kx-pcm.c557 tmp = emu_rd(sc->card, EMU_AC97DATA, 2); in emu_ac97_read_emulation()
660 rd = emu_rd(sc->card, EMU_AC97DATA, 2); in emu_rdcd()