Lines Matching defs:temp2
915 unsigned short temp, temp2, temp3, temp4, temp5, temp6;
982 temp2 = 0x0000;
1002 temp2 >>= 1;
1015 temp2 |= 0x8000;
1030 pCardInfo->si_per_targ_init_sync = temp2;
1127 temp2 = RD_HARPOON(ioport + hp_xfer_pad);
1129 WR_HARPOON(ioport + hp_xfer_pad, (temp2 | BIT(4)));
1135 WR_HARPOON(ioport + hp_xfer_pad, (temp2 & ~BIT(4)));
1136 WR_HARPOON(ioport + hp_xfer_pad, (temp2 | BIT(4)));
1139 WR_HARPOON(ioport + hp_xfer_pad, temp2);