Home
last modified time | relevance | path

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

1234

/linux-2.4.37.9/include/asm-generic/
Dxor.h17 xor_8regs_2(unsigned long bytes, unsigned long *p1, unsigned long *p2) in xor_8regs_2() argument
22 p1[0] ^= p2[0]; in xor_8regs_2()
23 p1[1] ^= p2[1]; in xor_8regs_2()
24 p1[2] ^= p2[2]; in xor_8regs_2()
25 p1[3] ^= p2[3]; in xor_8regs_2()
26 p1[4] ^= p2[4]; in xor_8regs_2()
27 p1[5] ^= p2[5]; in xor_8regs_2()
28 p1[6] ^= p2[6]; in xor_8regs_2()
29 p1[7] ^= p2[7]; in xor_8regs_2()
30 p1 += 8; in xor_8regs_2()
[all …]
/linux-2.4.37.9/include/asm-x86_64/
Dxor.h78 xor_sse_2(unsigned long bytes, unsigned long *p1, unsigned long *p2) in xor_sse_2() argument
117 : [p1] "+r" (p1), [p2] "+r" (p2), [cnt] "+r" (lines) in xor_sse_2()
125 xor_sse_3(unsigned long bytes, unsigned long *p1, unsigned long *p2, in xor_sse_3() argument
172 [p1] "+r" (p1), [p2] "+r" (p2), [p3] "+r" (p3) in xor_sse_3()
179 xor_sse_4(unsigned long bytes, unsigned long *p1, unsigned long *p2, in xor_sse_4() argument
232 [p1] "+r" (p1), [p2] "+r" (p2), [p3] "+r" (p3), [p4] "+r" (p4) in xor_sse_4()
240 xor_sse_5(unsigned long bytes, unsigned long *p1, unsigned long *p2, in xor_sse_5() argument
299 [p1] "+r" (p1), [p2] "+r" (p2), [p3] "+r" (p3), [p4] "+r" (p4), in xor_sse_5()
315 xor_64regs_stream_2(unsigned long bytes, unsigned long *p1, unsigned long *p2) in xor_64regs_stream_2() argument
321 d0 = p1[0]; /* Pull the stuff into registers */ in xor_64regs_stream_2()
[all …]
/linux-2.4.37.9/include/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 …]
Dawe_voice.h313 #define _AWE_SET_CMD(p,dev,voice,cmd,p1,p2) \ argument
318 ((unsigned short*)(p))[2] = p1;\
322 #define _AWE_CMD(dev, voice, cmd, p1, p2) \ argument
324 _AWE_SET_CMD(_seqbuf + _seqbufptr, dev, voice, cmd, p1, p2);\
328 #define _AWE_CMD_NOW(seqfd,dev,voice,cmd,p1,p2) \ argument
330 _AWE_SET_CMD(&tmp, dev, voice, cmd, p1, p2);\
336 #define AWE_DEBUG_MODE(dev,p1) _AWE_CMD(dev, 0, _AWE_DEBUG_MODE, p1, 0) argument
338 #define AWE_REVERB_MODE(dev,p1) _AWE_CMD(dev, 0, _AWE_REVERB_MODE, p1, 0) argument
340 #define AWE_CHORUS_MODE(dev,p1) _AWE_CMD(dev, 0, _AWE_CHORUS_MODE, p1, 0) argument
/linux-2.4.37.9/include/asm-sparc/
Dxor.h24 sparc_2(unsigned long bytes, unsigned long *p1, unsigned long *p2) in sparc_2() argument
51 : "r" (p1), "r" (p2) in sparc_2()
55 p1 += 8; in sparc_2()
61 sparc_3(unsigned long bytes, unsigned long *p1, unsigned long *p2, in sparc_3() argument
101 : "r" (p1), "r" (p2), "r" (p3) in sparc_3()
105 p1 += 8; in sparc_3()
112 sparc_4(unsigned long bytes, unsigned long *p1, unsigned long *p2, in sparc_4() argument
164 : "r" (p1), "r" (p2), "r" (p3), "r" (p4) in sparc_4()
168 p1 += 8; in sparc_4()
176 sparc_5(unsigned long bytes, unsigned long *p1, unsigned long *p2, in sparc_5() argument
[all …]
/linux-2.4.37.9/include/asm-arm/
Dxor.h47 xor_arm4regs_2(unsigned long bytes, unsigned long *p1, unsigned long *p2) in xor_arm4regs_2() argument
60 GET_BLOCK_4(p1); in xor_arm4regs_2()
62 PUT_BLOCK_4(p1); in xor_arm4regs_2()
67 xor_arm4regs_3(unsigned long bytes, unsigned long *p1, unsigned long *p2, in xor_arm4regs_3() argument
81 GET_BLOCK_4(p1); in xor_arm4regs_3()
84 PUT_BLOCK_4(p1); in xor_arm4regs_3()
89 xor_arm4regs_4(unsigned long bytes, unsigned long *p1, unsigned long *p2, in xor_arm4regs_4() argument
99 GET_BLOCK_2(p1); in xor_arm4regs_4()
103 PUT_BLOCK_2(p1); in xor_arm4regs_4()
108 xor_arm4regs_5(unsigned long bytes, unsigned long *p1, unsigned long *p2, in xor_arm4regs_5() argument
[all …]
/linux-2.4.37.9/drivers/char/
Dconsolemap.c346 u16 **p1; in con_release_unimap() local
351 if ((p1 = p->uni_pgdir[i]) != NULL) { in con_release_unimap()
353 if (p1[j]) in con_release_unimap()
354 kfree(p1[j]); in con_release_unimap()
355 kfree(p1); in con_release_unimap()
391 u16 **p1, **q1; in con_unify_unimap() local
392 p1 = p->uni_pgdir[j]; q1 = q->uni_pgdir[j]; in con_unify_unimap()
393 if (!p1 && !q1) in con_unify_unimap()
395 if (!p1 || !q1) in con_unify_unimap()
398 if (!p1[k] && !q1[k]) in con_unify_unimap()
[all …]
Dconmakehash.c87 char *p, *p1; in main() local
142 fp0 = strtol(p, &p1, 0); in main()
143 if (p1 == p) in main()
148 p = p1; in main()
155 fp1 = strtol(p, &p1, 0); in main()
156 if (p1 == p) in main()
161 p = p1; in main()
/linux-2.4.37.9/include/asm-i386/
Dxor.h44 xor_pII_mmx_2(unsigned long bytes, unsigned long *p1, unsigned long *p2) in xor_pII_mmx_2() argument
80 "+r" (p1), "+r" (p2) in xor_pII_mmx_2()
88 xor_pII_mmx_3(unsigned long bytes, unsigned long *p1, unsigned long *p2, in xor_pII_mmx_3() argument
130 "+r" (p1), "+r" (p2), "+r" (p3) in xor_pII_mmx_3()
138 xor_pII_mmx_4(unsigned long bytes, unsigned long *p1, unsigned long *p2, in xor_pII_mmx_4() argument
185 "+r" (p1), "+r" (p2), "+r" (p3), "+r" (p4) in xor_pII_mmx_4()
194 xor_pII_mmx_5(unsigned long bytes, unsigned long *p1, unsigned long *p2, in xor_pII_mmx_5() argument
252 "+r" (p1), "+r" (p2), "+r" (p3) in xor_pII_mmx_5()
268 xor_p5_mmx_2(unsigned long bytes, unsigned long *p1, unsigned long *p2) in xor_p5_mmx_2() argument
308 "+r" (p1), "+r" (p2) in xor_p5_mmx_2()
[all …]
/linux-2.4.37.9/drivers/md/
Dxor.c31 unsigned long *p0, *p1, *p2, *p3, *p4; in xor_block() local
35 p1 = (unsigned long *) bh_ptr[1]->b_data; in xor_block()
37 active_template->do_2(bytes, p0, p1); in xor_block()
43 active_template->do_3(bytes, p0, p1, p2); in xor_block()
49 active_template->do_4(bytes, p0, p1, p2, p3); in xor_block()
54 active_template->do_5(bytes, p0, p1, p2, p3, p4); in xor_block()
/linux-2.4.37.9/drivers/video/intel/
Dintelfbhw.c513 int i, m1, m2, n, p1, p2; in intelfbhw_print_hw_state() local
528 p1 = 0; in intelfbhw_print_hw_state()
530 p1 = (hw->vga_pd >> VGAPD_0_P1_SHIFT) & DPLL_P1_MASK; in intelfbhw_print_hw_state()
533 m1, m2, n, p1, p2); in intelfbhw_print_hw_state()
534 printk(" VGA0: clock is %d\n", CALC_VCLOCK(m1, m2, n, p1, p2)); in intelfbhw_print_hw_state()
540 p1 = 0; in intelfbhw_print_hw_state()
542 p1 = (hw->vga_pd >> VGAPD_1_P1_SHIFT) & DPLL_P1_MASK; in intelfbhw_print_hw_state()
545 m1, m2, n, p1, p2); in intelfbhw_print_hw_state()
546 printk(" VGA1: clock is %d\n", CALC_VCLOCK(m1, m2, n, p1, p2)); in intelfbhw_print_hw_state()
559 p1 = 0; in intelfbhw_print_hw_state()
[all …]
/linux-2.4.37.9/fs/hfsplus/
Dunicode.c34 const hfsplus_unichr *p1, *p2; in hfsplus_unistrcmp() local
38 p1 = s1->unicode; in hfsplus_unistrcmp()
45 c1 = case_fold(be16_to_cpu(*p1)); in hfsplus_unistrcmp()
46 p1++; in hfsplus_unistrcmp()
/linux-2.4.37.9/drivers/net/wan/8253x/
Dendian.h132 #define fnm_make_ui_from_4_uc(p1, p2, p3, p4) \ argument
133 ((unsigned int)(((((((unsigned int)((t_uc)p1) << 8) + ((t_uc)p2)) << 8) \
158 INLINE unsigned int fni_make_ui_from_4_uc(const unsigned char p1, const unsigned char p2, in fni_make_ui_from_4_uc() argument
161 return(((((((unsigned int)p1 << 8) + p2) << 8) + p3) << 8) + p4); in fni_make_ui_from_4_uc()
176 #define fnm_make_ui_from_4_uc(p1, p2, p3, p4) \ argument
177 fni_make_ui_from_4_uc(p1, p2, p3, p4)
/linux-2.4.37.9/drivers/usb/
Dusb-midi.c1302 unsigned char *p1; in parse_descriptor() local
1316 p1 = find_csinterface_descriptor( buffer, bufSize, NULL, in parse_descriptor()
1319 if ( !p1 ) { in parse_descriptor()
1323 if ( p1[0] < MS_HEADER_LENGTH ) { in parse_descriptor()
1346 (p1[4] >> 4) * 10 + (p1[4] & 0x0f ), in parse_descriptor()
1347 (p1[3] >> 4) * 10 + (p1[3] & 0x0f ) in parse_descriptor()
1350 length = p1[5] | (p1[6] << 8); in parse_descriptor()
1356 length -= p1[0]; in parse_descriptor()
1357 for (p2 = p1 + p1[0]; length > 0; p2 = next) { in parse_descriptor()
1404 for (p1 = find_descriptor(buffer, bufSize, NULL, USB_DT_ENDPOINT, in parse_descriptor()
[all …]
Daudio.c3704 unsigned char *p1; in usb_audio_recurseunit() local
3711 p1 = find_audiocontrol_unit(state->buffer, state->buflen, NULL, unitid, state->ctrlif); in usb_audio_recurseunit()
3712 if (!p1) { in usb_audio_recurseunit()
3719 switch (p1[2]) { in usb_audio_recurseunit()
3721 if (p1[0] < 12) { in usb_audio_recurseunit()
3725 state->nrchannels = p1[7]; in usb_audio_recurseunit()
3726 state->termtype = p1[4] | (p1[5] << 8); in usb_audio_recurseunit()
3727 state->chconfig = p1[8] | (p1[9] << 8); in usb_audio_recurseunit()
3731 if (p1[0] < 10 || p1[0] < 10+p1[4]) { in usb_audio_recurseunit()
3735 usb_audio_mixerunit(state, p1); in usb_audio_recurseunit()
[all …]
/linux-2.4.37.9/drivers/message/i2o/
Di2o_config.c847 struct i2o_cfg_info *p1, *p2; in cfg_release() local
851 p1 = p2 = NULL; in cfg_release()
854 for(p1 = open_files; p1; ) in cfg_release()
856 if(p1->q_id == id) in cfg_release()
859 if(p1->fasync) in cfg_release()
862 p2->next = p1->next; in cfg_release()
864 open_files = p1->next; in cfg_release()
866 kfree(p1); in cfg_release()
869 p2 = p1; in cfg_release()
870 p1 = p1->next; in cfg_release()
/linux-2.4.37.9/drivers/scsi/
Ddpt_i2o.c810 struct adpt_i2o_post_wait_data *p1, *old; in adpt_i2o_sys_shutdown() local
828 for(p1 = adpt_post_wait_queue; p1;) { in adpt_i2o_sys_shutdown()
829 old = p1; in adpt_i2o_sys_shutdown()
830 p1 = p1->next; in adpt_i2o_sys_shutdown()
993 adpt_hba* p1; in adpt_i2o_delete_hba() local
1015 for( p1 = hba_chain; p1; p2 = p1,p1=p1->next){ in adpt_i2o_delete_hba()
1016 if(p1 == pHba) { in adpt_i2o_delete_hba()
1018 p2->next = p1->next; in adpt_i2o_delete_hba()
1020 hba_chain = p1->next; in adpt_i2o_delete_hba()
1124 struct adpt_i2o_post_wait_data *p1, *p2; in adpt_i2o_post_wait() local
[all …]
Dtmscsim.c2471 static int dc390_scanf (char** p1, char** p2, int* var) in dc390_scanf() argument
2473 *p2 = *p1; in dc390_scanf()
2474 *var = simple_strtoul (*p2, p1, 10); in dc390_scanf()
2475 if (*p2 == *p1) return -1; in dc390_scanf()
2476 *p1 = strtok (0, " \t\n:=,;."); in dc390_scanf()
2480 #define SCANF(p1, p2, var, min, max) \ argument
2481 if (dc390_scanf (&p1, &p2, &var)) goto einv; \
2502 static int dc390_search (char **p1, char **p2, char *var, char* txt, int max, int scale, char* ign) in dc390_search() argument
2505 if (! memcmp (*p1, txt, strlen(txt))) in dc390_search()
2509 dum = simple_strtoul (*p2, p1, 10); in dc390_search()
[all …]
/linux-2.4.37.9/fs/xfs/
Dxfs_fs.h137 #define GETBMAP_CONVERT(p1,p2) { \ argument
138 p2.bmv_offset = p1.bmv_offset; \
139 p2.bmv_block = p1.bmv_block; \
140 p2.bmv_length = p1.bmv_length; \
141 p2.bmv_count = p1.bmv_count; \
142 p2.bmv_entries = p1.bmv_entries; }
/linux-2.4.37.9/drivers/sound/
Dsequencer.c529 unsigned char p1 = event_rec[4]; in seq_chn_common_event() local
546 synth_devs[dev]->chn_info[chn].pgm_num = p1; in seq_chn_common_event()
548 synth_devs[dev]->set_instr(dev, chn, p1); in seq_chn_common_event()
551 synth_devs[dev]->set_instr(dev, chn, p1); in seq_chn_common_event()
558 if (chn > 15 || p1 > 127) in seq_chn_common_event()
561 synth_devs[dev]->chn_info[chn].controllers[p1] = w14 & 0x7f; in seq_chn_common_event()
563 if (p1 < 32) /* Setting MSB should clear LSB to 0 */ in seq_chn_common_event()
564 synth_devs[dev]->chn_info[chn].controllers[p1 + 32] = 0; in seq_chn_common_event()
571 if (p1 < 64) /* Combine MSB and LSB */ in seq_chn_common_event()
574 chn_info[chn].controllers[p1 & ~32] & 0x7f) << 7) in seq_chn_common_event()
[all …]
/linux-2.4.37.9/arch/ia64/kernel/
Dgate.S91 cmp.ne p1,p0=r15,r0 // do we need to switch rbs? (note: pr is saved by kernel)
93 .spillsp.p p1, ar.rnat, RNAT_OFF+SIGCONTEXT_OFF
94 (p1) br.cond.spnt setup_rbs // yup -> (clobbers p8, r14-r16, and r18-r20)
133 cmp.ne p1,p0=r14,r15 // do we need to restore the rbs?
134 (p1) br.cond.spnt restore_rbs // yup -> (clobbers r14-r18, f6 & f7)
/linux-2.4.37.9/drivers/isdn/hisax/
Disdnl2.c164 unsigned int p1; in cansend() local
167 p1 = (st->l2.vs - st->l2.va) % 128; in cansend()
169 p1 = (st->l2.vs - st->l2.va) % 8; in cansend()
170 return ((p1 < st->l2.window) && !test_bit(FLG_PEER_BUSY, &st->l2.flag)); in cansend()
947 unsigned int p1; in invoke_retransmission() local
954 p1 = (l2->vs - l2->va) % 128; in invoke_retransmission()
957 p1 = (l2->vs - l2->va) % 8; in invoke_retransmission()
959 p1 = (p1 + l2->sow) % l2->window; in invoke_retransmission()
961 st->l1.bcs->tx_cnt += l2->windowar[p1]->len + l2headersize(l2, 0); in invoke_retransmission()
962 skb_queue_head(&l2->i_queue, l2->windowar[p1]); in invoke_retransmission()
[all …]
/linux-2.4.37.9/include/asm-mips/
Dng1hw.h34 } p1; member
208 #define REX3WAIT(rex3) while ((rex3)->p1.set.status & GFXBUSY)
209 #define BFIFOWAIT(rex3) while ((rex3)->p1.set.status & BACKBUSY)
/linux-2.4.37.9/include/linux/netfilter_ipv4/
Dlisthelp.h53 __list_cmp_same(const void *p1, const void *p2) { return p1 == p2; } in __list_cmp_same() argument
/linux-2.4.37.9/drivers/atm/
Dfirestream.c637 u32 cmd, u32 p1, u32 p2, u32 p3) in submit_queue() argument
643 qe->p0 = p1; in submit_queue()
644 qe->p1 = p2; in submit_queue()
650 pq[qp].p0 = p1; in submit_queue()
651 pq[qp].p1 = p2; in submit_queue()
664 u32 cmd, u32 p1, u32 p2, u32 p3) in submit_command() argument
667 write_fs (dev, CMDR1, p1); in submit_command()
686 qe->cmd, qe->p0, qe->p1, qe->p2, STATUS_CODE (qe)); in process_return_queue()
714 qe->cmd, qe->p0, qe->p1, qe->p2, STATUS_CODE (qe)); in process_txdone_queue()
718 qe->cmd, qe->p0, qe->p1, qe->p2, STATUS_CODE (qe)); in process_txdone_queue()
[all …]

1234