Lines Matching refs:GETPORT

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()
2046 fifodata, GETPORT(FIFOSTAT)); in datai_run()
2050 data=GETPORT(DATAPORT); in datai_run()
2061 GETPORT(FIFOSTAT)>0) { in datai_run()
2075 GETPORT(FIFOSTAT)); in datai_run()
2120 GETPORT(FIFOSTAT)); in datao_run()
2193 unsigned int stat0 = GETPORT(SSTAT0); in update_state()
2194 unsigned int stat1 = GETPORT(SSTAT1); in update_state()
2216 switch(GETPORT(SCSISIG) & P_MASK) { in update_state()
2346 SETPORT(SCSISIG, GETPORT(SCSISIG) & P_MASK); in is_complete()
2423 s0 = GETPORT(SIMODE0); in disp_enintr()
2424 s1 = GETPORT(SIMODE1); in disp_enintr()
2532 s = GETPORT(SCSISEQ); in get_ports()
2553 s = GETPORT(SCSISIG); in get_ports()
2583 s = GETPORT(SSTAT0); in get_ports()
2601 s = GETPORT(SSTAT1); in get_ports()
2623 s = GETPORT(SSTAT0) & GETPORT(SIMODE0); in get_ports()
2642 s = GETPORT(SSTAT1) & GETPORT(SIMODE1); in get_ports()
2664 s = GETPORT(SXFRCTL0); in get_ports()
2681 s = GETPORT(SCSISIG); in get_ports()
2694 seq_printf(m, "SELID(%02x), ", GETPORT(SELID)); in get_ports()
2700 s = GETPORT(SSTAT2); in get_ports()
2709 s = GETPORT(SSTAT3); in get_ports()
2713 s = GETPORT(SSTAT4); in get_ports()
2723 s = GETPORT(DMACNTRL0); in get_ports()
2738 s = GETPORT(DMASTAT); in get_ports()
2751 s = GETPORT(SIMODE0); in get_ports()
2767 s = GETPORT(SIMODE1); in get_ports()
3006 for (i = 0; i < 16 && GETPORT(io_port + O_STACK) == i; i++) in aha152x_porttest()
3021 for (i = 0; i < 16 && GETPORT(io_port + O_TC_STACK) == i; i++) in tc1550_porttest()
3291 (GETPORT(ports[i] + O_PORTA) << 8) + GETPORT(ports[i] + O_PORTB); in aha152x_init()
3296 (GETPORT(ports[i] + O_TC_PORTA) << 8) + GETPORT(ports[i] + O_TC_PORTB); in aha152x_init()