Lines Matching defs:temp2
943 unsigned short temp, temp2, temp3, temp4, temp5, temp6;
1010 temp2 = 0x0000;
1030 temp2 >>= 1;
1043 temp2 |= 0x8000;
1058 pCardInfo->si_per_targ_init_sync = temp2;
1155 temp2 = RD_HARPOON(ioport + hp_xfer_pad);
1157 WR_HARPOON(ioport + hp_xfer_pad, (temp2 | BIT(4)));
1163 WR_HARPOON(ioport + hp_xfer_pad, (temp2 & ~BIT(4)));
1164 WR_HARPOON(ioport + hp_xfer_pad, (temp2 | BIT(4)));
1167 WR_HARPOON(ioport + hp_xfer_pad, temp2);