Home
last modified time | relevance | path

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

/freebsd/sys/dev/sound/pci/
H A Demu10k1.c254 static u_int32_t emu_rd(struct sc_info *, int, int);
300 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()
1093 val = emu_rd(sc, EMU_INTE, 4); in emurchan_trigger()
1104 val = emu_rd(sc, EMU_INTE, 4); in emurchan_trigger()
1158 d = emu_rd((struct sc_info *)sc, 0x18 + reg, 1); in emu_mread()
[all …]
H A Demu10kx.h150 uint32_t emu_rd(struct emu_sc_info *sc, unsigned int regno, unsigned int size);
H A Demu10kx.c759 emu_rd(struct emu_sc_info *sc, unsigned int regno, unsigned int size) in emu_rd() function
880 x = emu_rd(sc, EMU_INTE, 4); in emu_timer_enable()
884 x = emu_rd(sc, EMU_INTE, 4); in emu_timer_enable()
926 x = emu_rd(sc, EMU_INTE, 4); in emu_intr_register()
955 x = emu_rd(sc, EMU_INTE, 4); in emu_intr_unregister()
982 stat = emu_rd(sc, EMU_IPR, 4); in emu_intr()
1001 stat = emu_rd(sc, EMU_IPR2, 4); in emu_intr()
1015 stat = emu_rd(sc, EMU_IPR3, 4); in emu_intr()
2491 tmp = emu_rd(sc, EMU_A_IOCFG, 2); in emumix_set_mode()
2801 tmp = emu_rd(sc, EMU_A_IOCFG, 2); in emu_init()
[all …]
H A Demu10kx-midi.c77 d = emu_rd(sc->card, 0x18 + reg, 1); in emu_mread()
H A Demu10kx-pcm.c558 tmp = emu_rd(sc->card, EMU_AC97DATA, 2); in emu_ac97_read_emulation()
661 rd = emu_rd(sc->card, EMU_AC97DATA, 2); in emu_rdcd()