[go: nahoru, domu]

Searched defs:temp2 (Results 26 - 26 of 26) sorted by relevance

12

/drivers/scsi/
H A DFlashPoint.c943 unsigned short temp, temp2, temp3, temp4, temp5, temp6; local
1010 temp2 = 0x0000;
1030 temp2 >>= 1;
1041 temp2 |= 0x8000; /* Fall through */
1055 pCardInfo->si_per_targ_init_sync = temp2;
1152 temp2 = RD_HARPOON(ioport + hp_xfer_pad);
1154 WR_HARPOON(ioport + hp_xfer_pad, (temp2 | BIT(4)));
1160 WR_HARPOON(ioport + hp_xfer_pad, (temp2 & ~BIT(4)));
1161 WR_HARPOON(ioport + hp_xfer_pad, (temp2 | BIT(4)));
1164 WR_HARPOON(ioport + hp_xfer_pad, temp2);
[all...]

Completed in 166 milliseconds

12