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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/
H A Dcs4281.c1222 unsigned js1, js2, jst; local
1229 jst = snd_cs4281_peekBA0(chip, BA0_JSPT);
1231 *buttons = (~jst >> 4) & 0x0F;
1238 for (jst = 0; jst < 4; ++jst)
1239 if (axes[jst] == 0xFFFF) axes[jst] = -1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/cs46xx/
H A Dcs46xx_lib.c2539 unsigned js1, js2, jst; local
2546 jst = snd_cs46xx_peekBA0(chip, BA0_JSPT);
2548 *buttons = (~jst >> 4) & 0x0F;
2555 for(jst=0;jst<4;++jst)
2556 if(axes[jst]==0xFFFF) axes[jst] = -1;

Completed in 96 milliseconds