Searched refs:jst (Results 1 – 2 of 2) sorted by relevance
1227 unsigned js1, js2, jst; in snd_cs4281_gameport_cooked_read() local1234 jst = snd_cs4281_peekBA0(chip, BA0_JSPT); in snd_cs4281_gameport_cooked_read()1236 *buttons = (~jst >> 4) & 0x0F; in snd_cs4281_gameport_cooked_read()1243 for (jst = 0; jst < 4; ++jst) in snd_cs4281_gameport_cooked_read()1244 if (axes[jst] == 0xFFFF) axes[jst] = -1; in snd_cs4281_gameport_cooked_read()
2775 unsigned js1, js2, jst; in snd_cs46xx_gameport_cooked_read() local2782 jst = snd_cs46xx_peekBA0(chip, BA0_JSPT); in snd_cs46xx_gameport_cooked_read()2784 *buttons = (~jst >> 4) & 0x0F; in snd_cs46xx_gameport_cooked_read()2791 for(jst=0;jst<4;++jst) in snd_cs46xx_gameport_cooked_read()2792 if(axes[jst]==0xFFFF) axes[jst] = -1; in snd_cs46xx_gameport_cooked_read()