Lines Matching defs:emu_rd
254 static u_int32_t emu_rd(struct sc_info *, int, int);
300 emu_rd(struct sc_info *sc, int regno, int size)
337 val = emu_rd(sc, EMU_DATA, 4);
361 data |= emu_rd(sc, EMU_DATA, 4) & ~mask;
383 return emu_rd(sc, EMU_AC97DATA, 2);
445 x = emu_rd(sc, EMU_INTE, 4);
451 x = emu_rd(sc, EMU_INTE, 4);
1093 val = emu_rd(sc, EMU_INTE, 4);
1104 val = emu_rd(sc, EMU_INTE, 4);
1158 d = emu_rd((struct sc_info *)sc, 0x18 + reg, 1);
1204 i = emu_rd(sc, EMU_INTE, 4);
1221 stat = emu_rd(sc, EMU_IPR, 4);
1946 emu_wr(sc, EMU_HCFG, emu_rd(sc, EMU_HCFG, 4) | EMU_HCFG_AUDIOENABLE, 4);
1947 emu_wr(sc, EMU_A_IOCFG, emu_rd(sc, EMU_A_IOCFG, 4) & ~EMU_A_IOCFG_GPOUT_AD,
1956 emu_rd(sc, EMU_A_IOCFG, 4) | EMU_A_IOCFG_GPOUT_A, 4);
1969 tmp = emu_rd(sc, EMU_HCFG, 4);
1973 if (tmp != (emu_rd(sc, EMU_HCFG, 4) & ~EMU_HCFG_GPOUT1)) {