Home
last modified time | relevance | path

Searched refs:emu_wrefx (Results 1 – 2 of 2) sorted by relevance

/trueos/sys/dev/sound/pci/
HDemu10k1.c364 emu_wrefx(struct sc_info *sc, unsigned int pc, unsigned int data) in emu_wrefx() function
1438 emu_wrefx(sc, (*pc) * 2, (x << 10) | y); in emu_addefxop()
1439 emu_wrefx(sc, (*pc) * 2 + 1, (op << 20) | (z << 10) | w); in emu_addefxop()
1447 emu_wrefx(sc, (*pc) * 2, (x << 12) | y); in audigy_addefxop()
1448 emu_wrefx(sc, (*pc) * 2 + 1, (op << 24) | (z << 12) | w); in audigy_addefxop()
1614 emu_wrefx(sc, i * 2, 0x10040); in emu_initefx()
1615 emu_wrefx(sc, i * 2 + 1, 0x610040); in emu_initefx()
HDemu10kx.c409 static void emu_wrefx(struct emu_sc_info *sc, unsigned int pc, unsigned int data);
1515 emu_wrefx(struct emu_sc_info *sc, unsigned int pc, unsigned int data) in emu_wrefx() function
1528 emu_wrefx(sc, (*pc) * 2, (x << sc->high_operand_shift) | y); in emu_addefxop()
1529 emu_wrefx(sc, (*pc) * 2 + 1, (op << sc->opcode_shift) | (z << sc->high_operand_shift) | w); in emu_addefxop()