Home
last modified time | relevance | path

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

/Linux-v5.10/sound/pci/trident/
Dtrident.h123 #define GAMEPORT_LEGACY 0x31 macro
Dtrident_main.c3079 return inb(TRID_REG(chip, GAMEPORT_LEGACY)); in snd_trident_gameport_read()
3088 outb(0xff, TRID_REG(chip, GAMEPORT_LEGACY)); in snd_trident_gameport_trigger()
3099 *buttons = (~inb(TRID_REG(chip, GAMEPORT_LEGACY)) >> 4) & 0xf; in snd_trident_gameport_cooked_read()