Home
last modified time | relevance | path

Searched refs:p1 (Results 1 – 9 of 9) sorted by relevance

/include/asm-generic/
Dxor.h19 xor_8regs_2(unsigned long bytes, unsigned long *p1, unsigned long *p2) in xor_8regs_2() argument
24 p1[0] ^= p2[0]; in xor_8regs_2()
25 p1[1] ^= p2[1]; in xor_8regs_2()
26 p1[2] ^= p2[2]; in xor_8regs_2()
27 p1[3] ^= p2[3]; in xor_8regs_2()
28 p1[4] ^= p2[4]; in xor_8regs_2()
29 p1[5] ^= p2[5]; in xor_8regs_2()
30 p1[6] ^= p2[6]; in xor_8regs_2()
31 p1[7] ^= p2[7]; in xor_8regs_2()
32 p1 += 8; in xor_8regs_2()
[all …]
/include/uapi/linux/
Dultrasound.h75 #define _GUS_CMD(chn, voice, cmd, p1, p2) \ argument
79 *(unsigned short*)&_seqbuf[_seqbufptr+4] = p1;\
83 #define GUS_NUMVOICES(chn, p1) _GUS_CMD(chn, 0, _GUS_NUMVOICES, (p1), 0) argument
84 #define GUS_VOICESAMPLE(chn, voice, p1) _GUS_CMD(chn, voice, _GUS_VOICESAMPLE, (p1), 0) /* OBSOLET… argument
85 #define GUS_VOICEON(chn, voice, p1) _GUS_CMD(chn, voice, _GUS_VOICEON, (p1), 0) argument
88 #define GUS_VOICEMODE(chn, voice, p1) _GUS_CMD(chn, voice, _GUS_VOICEMODE, (p1), 0) argument
89 #define GUS_VOICEBALA(chn, voice, p1) _GUS_CMD(chn, voice, _GUS_VOICEBALA, (p1), 0) argument
92 #define GUS_VOICEVOL(chn, voice, p1) _GUS_CMD(chn, voice, _GUS_VOICEVOL, (p1), 0) argument
93 #define GUS_VOICEVOL2(chn, voice, p1) _GUS_CMD(chn, voice, _GUS_VOICEVOL2, (p1), 0) argument
95 #define GUS_RAMPRATE(chn, voice, p1, p2) _GUS_CMD(chn, voice, _GUS_RAMPRATE, (p1), (p2)) argument
[all …]
Dsoundcard.h1153 #define _CHN_COMMON(dev, event, chn, p1, p2, w14) \ argument
1159 _seqbuf[_seqbufptr+4] = (p1);\
/include/media/
Dmt9t112.h19 u8 p1, p2, p3, p4, p5, p6, p7; member
/include/linux/
Dvgaarb.h204 static inline int vga_conflicts(struct pci_dev *p1, struct pci_dev *p2) in vga_conflicts() argument
DmISDNif.h403 int p1; member
Dsched.h2219 int same_thread_group(struct task_struct *p1, struct task_struct *p2) in same_thread_group() argument
2221 return p1->tgid == p2->tgid; in same_thread_group()
/include/sound/
Demux_synth.h70 int (*oss_ioctl)(struct snd_emux *emu, int cmd, int p1, int p2);
/include/math-emu/
Dop-4.h341 #define umul_ppppmnnn(p3,p2,p1,p0,m,n2,n1,n0) \ argument
344 umul_ppmm(p1,p0,m,n0); \
346 __FP_FRAC_ADDI_2(p2,p1,_t); \