Symbol: GETPORT
drivers/scsi/aha152x.c
1357
rev = GETPORT(REV);
drivers/scsi/aha152x.c
1358
dmacntrl0 = GETPORT(DMACNTRL0);
drivers/scsi/aha152x.c
1637
selid = GETPORT(SELID) & ~(1 << shpnt->this_id);
drivers/scsi/aha152x.c
1679
int sstat1 = GETPORT(SSTAT1);
drivers/scsi/aha152x.c
1687
ADDMSGI(GETPORT(SCSIDAT));
drivers/scsi/aha152x.c
1859
if (MSGOLEN > 0 && !(GETPORT(SSTAT1) & BUSFREE))
drivers/scsi/aha152x.c
1979
aha152x_priv(CURRENT_SC)->status = GETPORT(SCSIDAT);
drivers/scsi/aha152x.c
2038
fifodata = GETPORT(FIFOSTAT);
drivers/scsi/aha152x.c
2050
*acp->ptr++ = GETPORT(DATAPORT);
drivers/scsi/aha152x.c
2076
fifodata, GETPORT(FIFOSTAT));
drivers/scsi/aha152x.c
2079
GETPORT(DATAPORT);
drivers/scsi/aha152x.c
2090
GETPORT(FIFOSTAT)>0) {
drivers/scsi/aha152x.c
2104
GETPORT(FIFOSTAT));
drivers/scsi/aha152x.c
2150
GETPORT(FIFOSTAT));
drivers/scsi/aha152x.c
2227
unsigned int stat0 = GETPORT(SSTAT0);
drivers/scsi/aha152x.c
2228
unsigned int stat1 = GETPORT(SSTAT1);
drivers/scsi/aha152x.c
2251
switch(GETPORT(SCSISIG) & P_MASK) {
drivers/scsi/aha152x.c
2381
SETPORT(SCSISIG, GETPORT(SCSISIG) & P_MASK);
drivers/scsi/aha152x.c
2458
s0 = GETPORT(SIMODE0);
drivers/scsi/aha152x.c
2459
s1 = GETPORT(SIMODE1);
drivers/scsi/aha152x.c
2571
s = GETPORT(SCSISEQ);
drivers/scsi/aha152x.c
2592
s = GETPORT(SCSISIG);
drivers/scsi/aha152x.c
2622
s = GETPORT(SSTAT0);
drivers/scsi/aha152x.c
2640
s = GETPORT(SSTAT1);
drivers/scsi/aha152x.c
2662
s = GETPORT(SSTAT0) & GETPORT(SIMODE0);
drivers/scsi/aha152x.c
2681
s = GETPORT(SSTAT1) & GETPORT(SIMODE1);
drivers/scsi/aha152x.c
2703
s = GETPORT(SXFRCTL0);
drivers/scsi/aha152x.c
2720
s = GETPORT(SCSISIG);
drivers/scsi/aha152x.c
2733
seq_printf(m, "SELID(%02x), ", GETPORT(SELID));
drivers/scsi/aha152x.c
2739
s = GETPORT(SSTAT2);
drivers/scsi/aha152x.c
2748
s = GETPORT(SSTAT3);
drivers/scsi/aha152x.c
2752
s = GETPORT(SSTAT4);
drivers/scsi/aha152x.c
2762
s = GETPORT(DMACNTRL0);
drivers/scsi/aha152x.c
2777
s = GETPORT(DMASTAT);
drivers/scsi/aha152x.c
2790
s = GETPORT(SIMODE0);
drivers/scsi/aha152x.c
2806
s = GETPORT(SIMODE1);
drivers/scsi/aha152x.c
3038
for (i = 0; i < 16 && GETPORT(io_port + O_STACK) == i; i++)
drivers/scsi/aha152x.c
3053
for (i = 0; i < 16 && GETPORT(io_port + O_TC_STACK) == i; i++)
drivers/scsi/aha152x.c
3323
(GETPORT(ports[i] + O_PORTA) << 8) + GETPORT(ports[i] + O_PORTB);
drivers/scsi/aha152x.c
3328
(GETPORT(ports[i] + O_TC_PORTA) << 8) + GETPORT(ports[i] + O_TC_PORTB);
drivers/scsi/aha152x.c
795
GETPORT(REV) & 0x7,
drivers/scsi/aha152x.h
131
#define GETSTCNT() ( (GETPORT(STCNT2)<<16) \
drivers/scsi/aha152x.h
132
+ (GETPORT(STCNT1)<< 8) \
drivers/scsi/aha152x.h
133
+ GETPORT(STCNT0) )