Home
last modified time | relevance | path

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

/linux-6.1.9/sound/pci/
Dcs4281.c1192 unsigned js1, js2, jst; in snd_cs4281_gameport_cooked_read() local
1199 jst = snd_cs4281_peekBA0(chip, BA0_JSPT); in snd_cs4281_gameport_cooked_read()
1201 *buttons = (~jst >> 4) & 0x0F; in snd_cs4281_gameport_cooked_read()
1208 for (jst = 0; jst < 4; ++jst) in snd_cs4281_gameport_cooked_read()
1209 if (axes[jst] == 0xFFFF) axes[jst] = -1; in snd_cs4281_gameport_cooked_read()
/linux-6.1.9/sound/pci/cs46xx/
Dcs46xx_lib.c2715 unsigned js1, js2, jst; in snd_cs46xx_gameport_cooked_read() local
2722 jst = snd_cs46xx_peekBA0(chip, BA0_JSPT); in snd_cs46xx_gameport_cooked_read()
2724 *buttons = (~jst >> 4) & 0x0F; in snd_cs46xx_gameport_cooked_read()
2731 for(jst=0;jst<4;++jst) in snd_cs46xx_gameport_cooked_read()
2732 if(axes[jst]==0xFFFF) axes[jst] = -1; in snd_cs46xx_gameport_cooked_read()