Searched refs:GETPORT (Results 1 – 2 of 2) sorted by relevance
776 GETPORT(REV) & 0x7, in aha152x_probe_one()1329 rev = GETPORT(REV); in intr()1330 dmacntrl0 = GETPORT(DMACNTRL0); in intr()1598 selid = GETPORT(SELID) & ~(1 << shpnt->this_id); in seldi_run()1639 int sstat1 = GETPORT(SSTAT1); in msgi_run()1647 ADDMSGI(GETPORT(SCSIDAT)); in msgi_run()1817 if (MSGOLEN > 0 && !(GETPORT(SSTAT1) & BUSFREE)) in msgi_end()1934 CURRENT_SC->SCp.Status = GETPORT(SCSIDAT); in status_run()1992 fifodata = GETPORT(FIFOSTAT); in datai_run()2004 *CURRENT_SC->SCp.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