Searched refs:GETPORT (Results 1 – 2 of 2) sorted by relevance
785 GETPORT(REV) & 0x7, in aha152x_probe_one()1344 rev = GETPORT(REV); in intr()1345 dmacntrl0 = GETPORT(DMACNTRL0); in intr()1613 selid = GETPORT(SELID) & ~(1 << shpnt->this_id); in seldi_run()1654 int sstat1 = GETPORT(SSTAT1); in msgi_run()1662 ADDMSGI(GETPORT(SCSIDAT)); in msgi_run()1832 if (MSGOLEN > 0 && !(GETPORT(SSTAT1) & BUSFREE)) in msgi_end()1949 CURRENT_SC->SCp.Status = GETPORT(SCSIDAT); in status_run()2007 fifodata = GETPORT(FIFOSTAT); in datai_run()2019 *CURRENT_SC->SCp.ptr++ = GETPORT(DATAPORT); in datai_run()[all …]
130 #define GETSTCNT() ( (GETPORT(STCNT2)<<16) \131 + (GETPORT(STCNT1)<< 8) \132 + GETPORT(STCNT0) )289 #define GETPORT(PORT) inb( PORT ) macro