Home
last modified time | relevance | path

Searched refs:GETPORT (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/scsi/
Daha152x.c887 for (i = 0; i < 16 && GETPORT(io_port + O_STACK) == i; i++)
905 for (i = 0; i < 16 && GETPORT(io_port + O_TC_STACK) == i; i++)
1198 (GETPORT(ports[i] + O_PORTA) << 8) + GETPORT(ports[i] + O_PORTB);
1217 (GETPORT(ports[i] + O_PORTA) << 8) + GETPORT(ports[i] + O_PORTB);
1337 GETPORT(REV) & 0x7,
1951 rev = GETPORT(REV);
1952 dmacntrl0 = GETPORT(DMACNTRL0);
2273 selid = GETPORT(SELID) & ~(1 << shpnt->this_id);
2314 int sstat1 = GETPORT(SSTAT1);
2324 ADDMSGI(GETPORT(SCSIDAT));
[all …]
Daha152x.h173 #define GETSTCNT() ( (GETPORT(STCNT2)<<16) \
174 + (GETPORT(STCNT1)<< 8) \
175 + GETPORT(STCNT0) )
332 #define GETPORT(PORT) inb( PORT ) macro