Searched refs:js1 (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/ |
H A D | cs4281.c | 1188 unsigned js1, js2, jst; in snd_cs4281_gameport_cooked_read() local 1193 js1 = snd_cs4281_peekBA0(chip, BA0_JSC1); in snd_cs4281_gameport_cooked_read() 1199 axes[0] = ((js1 & JSC1_Y1V_MASK) >> JSC1_Y1V_SHIFT) & 0xFFFF; in snd_cs4281_gameport_cooked_read() 1200 axes[1] = ((js1 & JSC1_X1V_MASK) >> JSC1_X1V_SHIFT) & 0xFFFF; in snd_cs4281_gameport_cooked_read()
|
/kernel/linux/linux-6.6/sound/pci/ |
H A D | cs4281.c | 1192 unsigned js1, js2, jst; in snd_cs4281_gameport_cooked_read() local 1197 js1 = snd_cs4281_peekBA0(chip, BA0_JSC1); in snd_cs4281_gameport_cooked_read() 1203 axes[0] = ((js1 & JSC1_Y1V_MASK) >> JSC1_Y1V_SHIFT) & 0xFFFF; in snd_cs4281_gameport_cooked_read() 1204 axes[1] = ((js1 & JSC1_X1V_MASK) >> JSC1_X1V_SHIFT) & 0xFFFF; in snd_cs4281_gameport_cooked_read()
|
/kernel/linux/linux-5.10/sound/pci/cs46xx/ |
H A D | cs46xx_lib.c | 2726 unsigned js1, js2, jst; in snd_cs46xx_gameport_cooked_read() local 2731 js1 = snd_cs46xx_peekBA0(chip, BA0_JSC1); in snd_cs46xx_gameport_cooked_read() 2737 axes[0] = ((js1 & JSC1_Y1V_MASK) >> JSC1_Y1V_SHIFT) & 0xFFFF; in snd_cs46xx_gameport_cooked_read() 2738 axes[1] = ((js1 & JSC1_X1V_MASK) >> JSC1_X1V_SHIFT) & 0xFFFF; in snd_cs46xx_gameport_cooked_read()
|
/kernel/linux/linux-6.6/sound/pci/cs46xx/ |
H A D | cs46xx_lib.c | 2712 unsigned js1, js2, jst; in snd_cs46xx_gameport_cooked_read() local 2717 js1 = snd_cs46xx_peekBA0(chip, BA0_JSC1); in snd_cs46xx_gameport_cooked_read() 2723 axes[0] = ((js1 & JSC1_Y1V_MASK) >> JSC1_Y1V_SHIFT) & 0xFFFF; in snd_cs46xx_gameport_cooked_read() 2724 axes[1] = ((js1 & JSC1_X1V_MASK) >> JSC1_X1V_SHIFT) & 0xFFFF; in snd_cs46xx_gameport_cooked_read()
|
Completed in 16 milliseconds