Searched refs:tmpcip (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Datp870u.c51 unsigned short int tmpcip, id; local
87 tmpcip = dev->pciport[c];
88 if ((inb(tmpcip) & 0x08) != 0)
90 tmpcip += 0x2;
92 if ((inb(tmpcip) & 0x08) == 0) {
95 if ((inb(tmpcip) & 0x01) == 0) {
101 tmpcip = dev->pciport[c];
102 outb(0x00, tmpcip);
108 tmpcip += 2;
109 outb(0x06, tmpcip);
713 unsigned short int tmpcip, w; local
[all...]

Completed in 66 milliseconds