bptr             1133 dev/ic/am7990.c 	register volatile u_int16_t *bptr;
bptr             1137 dev/ic/am7990.c 		bptr = ((volatile u_int16_t *)buf) + (boff - 1);
bptr             1138 dev/ic/am7990.c 		*bptr = (*from++ << 8) | (*bptr & 0xff);
bptr             1139 dev/ic/am7990.c 		bptr += 2;
bptr             1142 dev/ic/am7990.c 		bptr = ((volatile u_int16_t *)buf) + boff;
bptr             1144 dev/ic/am7990.c 		*bptr = (from[1] << 8) | (from[0] & 0xff);
bptr             1145 dev/ic/am7990.c 		bptr += 2;
bptr             1150 dev/ic/am7990.c 		*bptr = (u_int16_t)*from;
bptr             1161 dev/ic/am7990.c 	register volatile u_int16_t *bptr;
bptr             1166 dev/ic/am7990.c 		bptr = ((volatile u_int16_t *)buf) + (boff - 1);
bptr             1167 dev/ic/am7990.c 		*to++ = (*bptr >> 8) & 0xff;
bptr             1168 dev/ic/am7990.c 		bptr += 2;
bptr             1171 dev/ic/am7990.c 		bptr = ((volatile u_int16_t *)buf) + boff;
bptr             1173 dev/ic/am7990.c 		tmp = *bptr;
bptr             1176 dev/ic/am7990.c 		bptr += 2;
bptr             1180 dev/ic/am7990.c 		*to = *bptr & 0xff;
bptr             1189 dev/ic/am7990.c 	register volatile u_int16_t *bptr;
bptr             1192 dev/ic/am7990.c 		bptr = ((volatile u_int16_t *)buf) + (boff - 1);
bptr             1193 dev/ic/am7990.c 		*bptr &= 0xff;
bptr             1194 dev/ic/am7990.c 		bptr += 2;
bptr             1197 dev/ic/am7990.c 		bptr = ((volatile u_int16_t *)buf) + boff;
bptr             1199 dev/ic/am7990.c 		*bptr = 0;
bptr             1200 dev/ic/am7990.c 		bptr += 2;
bptr             1220 dev/ic/am7990.c 	register caddr_t bptr;
bptr             1223 dev/ic/am7990.c 	bptr = buf + ((boff << 1) & ~0x1f);
bptr             1227 dev/ic/am7990.c 		bcopy(from, bptr + boff, xfer);
bptr             1229 dev/ic/am7990.c 		bptr += 32;
bptr             1244 dev/ic/am7990.c 	register caddr_t bptr;
bptr             1247 dev/ic/am7990.c 	bptr = buf + ((boff << 1) & ~0x1f);
bptr             1251 dev/ic/am7990.c 		bcopy(bptr + boff, to, xfer);
bptr             1253 dev/ic/am7990.c 		bptr += 32;
bptr             1266 dev/ic/am7990.c 	register caddr_t bptr;
bptr             1269 dev/ic/am7990.c 	bptr = buf + ((boff << 1) & ~0x1f);
bptr             1273 dev/ic/am7990.c 		bzero(bptr + boff, xfer);
bptr             1274 dev/ic/am7990.c 		bptr += 32;
bptr              193 dev/tc/if_le_ioasic.c 	volatile u_int16_t *bptr;  
bptr              197 dev/tc/if_le_ioasic.c 		bptr = ((volatile u_int16_t *)buf) + (boff - 1);
bptr              198 dev/tc/if_le_ioasic.c 		*bptr = (*from++ << 8) | (*bptr & 0xff);
bptr              199 dev/tc/if_le_ioasic.c 		bptr += 2;  
bptr              202 dev/tc/if_le_ioasic.c 		bptr = ((volatile u_int16_t *)buf) + boff;
bptr              204 dev/tc/if_le_ioasic.c 		*bptr = (from[1] << 8) | (from[0] & 0xff);
bptr              205 dev/tc/if_le_ioasic.c 		bptr += 2;
bptr              210 dev/tc/if_le_ioasic.c 		*bptr = (u_int16_t)*from;
bptr              219 dev/tc/if_le_ioasic.c 	volatile u_int16_t *bptr;
bptr              224 dev/tc/if_le_ioasic.c 		bptr = ((volatile u_int16_t *)buf) + (boff - 1);
bptr              225 dev/tc/if_le_ioasic.c 		*to++ = (*bptr >> 8) & 0xff;
bptr              226 dev/tc/if_le_ioasic.c 		bptr += 2;
bptr              229 dev/tc/if_le_ioasic.c 		bptr = ((volatile u_int16_t *)buf) + boff;
bptr              231 dev/tc/if_le_ioasic.c 		tmp = *bptr;
bptr              234 dev/tc/if_le_ioasic.c 		bptr += 2;
bptr              238 dev/tc/if_le_ioasic.c 		*to = *bptr & 0xff;
bptr              253 dev/tc/if_le_ioasic.c 	caddr_t bptr;
bptr              255 dev/tc/if_le_ioasic.c 	bptr = buf + ((boff << 1) & ~0x1f);
bptr              265 dev/tc/if_le_ioasic.c 		bcopy(from, bptr + boff, xfer);
bptr              267 dev/tc/if_le_ioasic.c 		bptr += 32;
bptr              277 dev/tc/if_le_ioasic.c 			u_int32_t *dst = (u_int32_t*)bptr;
bptr              295 dev/tc/if_le_ioasic.c 			bptr += 32;
bptr              303 dev/tc/if_le_ioasic.c 			u_int32_t *dst = (u_int32_t*)bptr;
bptr              310 dev/tc/if_le_ioasic.c 			bptr += 32;
bptr              318 dev/tc/if_le_ioasic.c 			bcopy(from, bptr, 16);
bptr              320 dev/tc/if_le_ioasic.c 			bptr += 32;
bptr              326 dev/tc/if_le_ioasic.c 		bcopy(from, bptr, len);
bptr              335 dev/tc/if_le_ioasic.c 	caddr_t bptr;
bptr              337 dev/tc/if_le_ioasic.c 	bptr = buf + ((boff << 1) & ~0x1f);
bptr              344 dev/tc/if_le_ioasic.c 		bcopy(bptr+boff, to, xfer);
bptr              346 dev/tc/if_le_ioasic.c 		bptr += 32;
bptr              357 dev/tc/if_le_ioasic.c 			u_int32_t *src = (u_int32_t*)bptr;
bptr              369 dev/tc/if_le_ioasic.c 			bptr += 32;
bptr              377 dev/tc/if_le_ioasic.c 			u_int32_t *src = (u_int32_t*)bptr;
bptr              384 dev/tc/if_le_ioasic.c 			bptr += 32;
bptr              392 dev/tc/if_le_ioasic.c 			bcopy(bptr, to, 16);
bptr              394 dev/tc/if_le_ioasic.c 			bptr += 32;
bptr              400 dev/tc/if_le_ioasic.c 		bcopy(bptr, to, len);
bptr              407 dev/tc/if_le_ioasic.c 	caddr_t bptr;
bptr              410 dev/tc/if_le_ioasic.c 	bptr = buf + ((boff << 1) & ~0x1f);
bptr              414 dev/tc/if_le_ioasic.c 		bzero(bptr + boff, xfer);
bptr              415 dev/tc/if_le_ioasic.c 		bptr += 32;