Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/sound/pci/
H A Demu10kx.c351 unsigned int opcode_shift; member
1533 emu_wrefx(sc, (*pc) * 2 + 1, (op << sc->opcode_shift) | (z << sc->high_operand_shift) | w); in emu_addefxop()
3132 sc->opcode_shift = 0; in emu_pci_attach()
3134 sc->opcode_shift = 24; in emu_pci_attach()
3163 sc->opcode_shift = 20; in emu_pci_attach()
3185 if (sc->opcode_shift == 0) in emu_pci_attach()