Lines Matching refs:p

162 	u_char *p = &frame[*frameUsed];  in ata_ct_law()  local
172 *p++ = table[data]; in ata_ct_law()
185 void *p = &frame[*frameUsed]; in ata_ct_s8() local
191 if (copy_from_user(p, userPtr, count)) in ata_ct_s8()
205 u_char *p = &frame[*frameUsed]; in ata_ct_u8() local
212 *p++ = data ^ 0x80; in ata_ct_u8()
216 u_short *p = (u_short *)&frame[*frameUsed]; in ata_ct_u8() local
224 *p++ = data ^ 0x8080; in ata_ct_u8()
240 u_short *p = (u_short *)&frame[*frameUsed]; in ata_ct_s16be() local
248 *p++ = data; in ata_ct_s16be()
249 *p++ = data; in ata_ct_s16be()
254 void *p = (u_short *)&frame[*frameUsed]; in ata_ct_s16be() local
257 if (copy_from_user(p, userPtr, count)) in ata_ct_s16be()
272 u_short *p = (u_short *)&frame[*frameUsed]; in ata_ct_u16be() local
281 *p++ = data; in ata_ct_u16be()
282 *p++ = data; in ata_ct_u16be()
287 u_long *p = (u_long *)&frame[*frameUsed]; in ata_ct_u16be() local
295 *p++ = data ^ 0x80008000; in ata_ct_u16be()
312 u_short *p = (u_short *)&frame[*frameUsed]; in ata_ct_s16le() local
321 *p++ = data; in ata_ct_s16le()
322 *p++ = data; in ata_ct_s16le()
327 u_long *p = (u_long *)&frame[*frameUsed]; in ata_ct_s16le() local
336 *p++ = data; in ata_ct_s16le()
353 u_short *p = (u_short *)&frame[*frameUsed]; in ata_ct_u16le() local
362 *p++ = data; in ata_ct_u16le()
363 *p++ = data; in ata_ct_u16le()
367 u_long *p = (u_long *)&frame[*frameUsed]; in ata_ct_u16le() local
376 *p++ = data; in ata_ct_u16le()
399 u_char *p = &frame[*frameUsed]; in ata_ctx_law() local
412 *p++ = data; in ata_ctx_law()
418 u_short *p = (u_short *)&frame[*frameUsed]; in ata_ctx_law() local
434 *p++ = data; in ata_ctx_law()
459 u_char *p = &frame[*frameUsed]; in ata_ctx_s8() local
470 *p++ = data; in ata_ctx_s8()
476 u_short *p = (u_short *)&frame[*frameUsed]; in ata_ctx_s8() local
488 *p++ = data; in ata_ctx_s8()
513 u_char *p = &frame[*frameUsed]; in ata_ctx_u8() local
525 *p++ = data; in ata_ctx_u8()
531 u_short *p = (u_short *)&frame[*frameUsed]; in ata_ctx_u8() local
544 *p++ = data; in ata_ctx_u8()
569 u_short *p = (u_short *)&frame[*frameUsed]; in ata_ctx_s16be() local
581 *p++ = data; in ata_ctx_s16be()
582 *p++ = data; in ata_ctx_s16be()
588 u_long *p = (u_long *)&frame[*frameUsed]; in ata_ctx_s16be() local
600 *p++ = data; in ata_ctx_s16be()
625 u_short *p = (u_short *)&frame[*frameUsed]; in ata_ctx_u16be() local
638 *p++ = data; in ata_ctx_u16be()
639 *p++ = data; in ata_ctx_u16be()
645 u_long *p = (u_long *)&frame[*frameUsed]; in ata_ctx_u16be() local
658 *p++ = data; in ata_ctx_u16be()
683 u_short *p = (u_short *)&frame[*frameUsed]; in ata_ctx_s16le() local
696 *p++ = data; in ata_ctx_s16le()
697 *p++ = data; in ata_ctx_s16le()
703 u_long *p = (u_long *)&frame[*frameUsed]; in ata_ctx_s16le() local
716 *p++ = data; in ata_ctx_s16le()
741 u_short *p = (u_short *)&frame[*frameUsed]; in ata_ctx_u16le() local
754 *p++ = data; in ata_ctx_u16le()
755 *p++ = data; in ata_ctx_u16le()
761 u_long *p = (u_long *)&frame[*frameUsed]; in ata_ctx_u16le() local
774 *p++ = data; in ata_ctx_u16le()