Home | History | Annotate | Download | only in dev

Lines Matching defs:b2

420 	volatile u_short *b2 = (u_short *)((u_char *)sc->sc_mem + boff);
423 *b2++ = ariadne_swapreg(*b1++);
430 u_short *b2 = to;
433 *b2++ = ariadne_swapreg(*b1++);
444 volatile u_short *b2;
451 b2 = (volatile u_short *)(a2 + 1);
453 b2[-1] = (b2[-1] & 0xff00) | *a1;
458 b2 = (volatile u_short *)a2;
463 *b2++ = *b1++;
467 *b2 = (*b2 & 0x00ff) | (*(u_char *)b1) << 8;
476 u_short *b2;
483 b2 = (u_short *)(a2 + 1);
490 b2 = (u_short *)a2;
495 *b2++ = *b1++;
499 *(u_char *)b2 = *b1 >> 8;