Home | History | Annotate | Download | only in dev

Lines Matching defs:b1

419 	u_short *b1 = from;
423 *b2++ = ariadne_swapreg(*b1++);
429 volatile u_short *b1 = (u_short *)((u_char *)sc->sc_mem + boff);
433 *b2++ = ariadne_swapreg(*b1++);
443 u_short *b1;
449 b1 = (u_short *)(a1 + 1);
457 b1 = (u_short *)a1;
463 *b2++ = *b1++;
467 *b2 = (*b2 & 0x00ff) | (*(u_char *)b1) << 8;
475 volatile u_short *b1;
481 b1 = (volatile u_short *)(a1 + 1);
485 *a2 = b1[-1];
489 b1 = (volatile u_short *)a1;
495 *b2++ = *b1++;
499 *(u_char *)b2 = *b1 >> 8;
506 volatile u_short *b1;
510 b1 = (volatile u_short *)(a1 + 1);
511 b1[-1] &= 0xff00;
514 b1 = (volatile u_short *)a1;
518 *b1++ = 0;
521 *b1 &= 0x00ff;