r_str 1178 drivers/auxdisplay/panel.c bitmask = PNL_PINPUT(r_str(pprt)) & scan_mask_i; r_str 1187 drivers/auxdisplay/panel.c gndmask = PNL_PINPUT(r_str(pprt)) & scan_mask_i; r_str 1205 drivers/auxdisplay/panel.c bitmask = PNL_PINPUT(r_str(pprt)) & ~gndmask; r_str 214 drivers/char/lp.c retval = r_str(minor); r_str 243 drivers/char/lp.c unsigned char status = r_str(minor); r_str 522 drivers/char/lp.c status = r_str(minor); r_str 635 drivers/char/lp.c status = r_str(minor); r_str 183 drivers/scsi/imm.c r = r_str(ppb); r_str 252 drivers/scsi/imm.c a = (r_str(base) & 0x20) ? 0 : 1; r_str 273 drivers/scsi/imm.c i = r_str(ppb); r_str 324 drivers/scsi/imm.c l = (r_str(base) & 0xf0) >> 4; r_str 326 drivers/scsi/imm.c *buffer++ = (r_str(base) & 0xf0) | l; r_str 379 drivers/scsi/imm.c r = !(r_str(ppb) & 0x01); r_str 439 drivers/scsi/imm.c r = !(r_str(ppb) & 0x01); r_str 470 drivers/scsi/imm.c s1 = r_str(ppb) & 0xb8; r_str 473 drivers/scsi/imm.c s2 = r_str(ppb) & 0xb8; r_str 476 drivers/scsi/imm.c s3 = r_str(ppb) & 0x38; r_str 555 drivers/scsi/imm.c } while ((r_str(ppb) & 0x08) && (k)); r_str 581 drivers/scsi/imm.c while (!(r_str(ppb) & 0x08) && (k)); r_str 644 drivers/scsi/imm.c r = (r_str(ppb) & 0xb8); r_str 705 drivers/scsi/imm.c r = (r_str(ppb) & 0xb8); r_str 816 drivers/scsi/imm.c if (!(r_str(ppb) & 0x80)) r_str 843 drivers/scsi/imm.c if (!(r_str(ppb) & 0x80)) r_str 847 drivers/scsi/imm.c x = (r_str(ppb) & 0xb8); r_str 860 drivers/scsi/imm.c if (!(r_str(ppb) & 0x80)) r_str 1056 drivers/scsi/imm.c l = r_str(ppb); r_str 187 drivers/scsi/ppa.c for (r = r_str(ppb); ((r & 0xc0) != 0xc0) && (k); k--) { r_str 189 drivers/scsi/ppa.c r = r_str(ppb); r_str 215 drivers/scsi/ppa.c i = r_str(ppb); r_str 270 drivers/scsi/ppa.c h = r_str(base) & 0xf0; r_str 272 drivers/scsi/ppa.c *buffer++ = h | ((r_str(base) & 0xf0) >> 4); r_str 310 drivers/scsi/ppa.c r = !(r_str(ppb) & 0x01); r_str 363 drivers/scsi/ppa.c r = !(r_str(ppb) & 0x01); r_str 432 drivers/scsi/ppa.c } while ((r_str(ppb) & 0x40) && (k)); r_str 447 drivers/scsi/ppa.c while (!(r_str(ppb) & 0x40) && (k)); r_str 474 drivers/scsi/ppa.c if ((r_str(ppb) & 0x08) == 0x08) r_str 478 drivers/scsi/ppa.c if ((r_str(ppb) & 0x08) == 0x00) r_str 536 drivers/scsi/ppa.c r = (r_str(ppb) & 0xf0); r_str 566 drivers/scsi/ppa.c for (; k && ((r = (r_str(ppb) & 0xf0)) & 0xc0) != 0xc0; r_str 600 drivers/scsi/ppa.c r = (r_str(ppb) & 0xf0); r_str 701 drivers/scsi/ppa.c if ((r_str(ppb) & 0x08) == 0x08) r_str 705 drivers/scsi/ppa.c if ((r_str(ppb) & 0x08) == 0x00) r_str 732 drivers/scsi/ppa.c if (!(r_str(ppb) & 0x80)) r_str 756 drivers/scsi/ppa.c if (!(r_str(ppb) & 0x80)) r_str 931 drivers/scsi/ppa.c l = r_str(ppb);