Searched refs:GETPORT (Results 1 – 2 of 2) sorted by relevance
795 GETPORT(REV) & 0x7, in aha152x_probe_one()1357 rev = GETPORT(REV); in intr()1358 dmacntrl0 = GETPORT(DMACNTRL0); in intr()1637 selid = GETPORT(SELID) & ~(1 << shpnt->this_id); in seldi_run()1679 int sstat1 = GETPORT(SSTAT1); in msgi_run()1687 ADDMSGI(GETPORT(SCSIDAT)); in msgi_run()1859 if (MSGOLEN > 0 && !(GETPORT(SSTAT1) & BUSFREE)) in msgi_end()1979 aha152x_priv(CURRENT_SC)->status = GETPORT(SCSIDAT); in status_run()2038 fifodata = GETPORT(FIFOSTAT); in datai_run()2050 *acp->ptr++ = GETPORT(DATAPORT); in datai_run()[all …]
131 #define GETSTCNT() ( (GETPORT(STCNT2)<<16) \132 + (GETPORT(STCNT1)<< 8) \133 + GETPORT(STCNT0) )290 #define GETPORT(PORT) inb( PORT ) macro