Searched refs:jst (Results 1 – 2 of 2) sorted by relevance
1189 unsigned js1, js2, jst; in snd_cs4281_gameport_cooked_read() local1196 jst = snd_cs4281_peekBA0(chip, BA0_JSPT); in snd_cs4281_gameport_cooked_read()1198 *buttons = (~jst >> 4) & 0x0F; in snd_cs4281_gameport_cooked_read()1205 for (jst = 0; jst < 4; ++jst) in snd_cs4281_gameport_cooked_read()1206 if (axes[jst] == 0xFFFF) axes[jst] = -1; in snd_cs4281_gameport_cooked_read()
2712 unsigned js1, js2, jst; in snd_cs46xx_gameport_cooked_read() local2719 jst = snd_cs46xx_peekBA0(chip, BA0_JSPT); in snd_cs46xx_gameport_cooked_read()2721 *buttons = (~jst >> 4) & 0x0F; in snd_cs46xx_gameport_cooked_read()2728 for(jst=0;jst<4;++jst) in snd_cs46xx_gameport_cooked_read()2729 if(axes[jst]==0xFFFF) axes[jst] = -1; in snd_cs46xx_gameport_cooked_read()