Lines Matching refs:GETPORT
777 GETPORT(REV) & 0x7, in aha152x_probe_one()
1332 rev = GETPORT(REV); in intr()
1333 dmacntrl0 = GETPORT(DMACNTRL0); in intr()
1601 selid = GETPORT(SELID) & ~(1 << shpnt->this_id); in seldi_run()
1642 int sstat1 = GETPORT(SSTAT1); in msgi_run()
1650 ADDMSGI(GETPORT(SCSIDAT)); in msgi_run()
1820 if (MSGOLEN > 0 && !(GETPORT(SSTAT1) & BUSFREE)) in msgi_end()
1937 CURRENT_SC->SCp.Status = GETPORT(SCSIDAT); in status_run()
1995 fifodata = GETPORT(FIFOSTAT); in datai_run()
2007 *CURRENT_SC->SCp.ptr++ = GETPORT(DATAPORT); in datai_run()
2033 fifodata, GETPORT(FIFOSTAT)); in datai_run()
2036 GETPORT(DATAPORT); in datai_run()
2047 GETPORT(FIFOSTAT)>0) { in datai_run()
2061 GETPORT(FIFOSTAT)); in datai_run()
2106 GETPORT(FIFOSTAT)); in datao_run()
2183 unsigned int stat0 = GETPORT(SSTAT0); in update_state()
2184 unsigned int stat1 = GETPORT(SSTAT1); in update_state()
2206 switch(GETPORT(SCSISIG) & P_MASK) { in update_state()
2336 SETPORT(SCSISIG, GETPORT(SCSISIG) & P_MASK); in is_complete()
2413 s0 = GETPORT(SIMODE0); in disp_enintr()
2414 s1 = GETPORT(SIMODE1); in disp_enintr()
2522 s = GETPORT(SCSISEQ); in get_ports()
2543 s = GETPORT(SCSISIG); in get_ports()
2573 s = GETPORT(SSTAT0); in get_ports()
2591 s = GETPORT(SSTAT1); in get_ports()
2613 s = GETPORT(SSTAT0) & GETPORT(SIMODE0); in get_ports()
2632 s = GETPORT(SSTAT1) & GETPORT(SIMODE1); in get_ports()
2654 s = GETPORT(SXFRCTL0); in get_ports()
2671 s = GETPORT(SCSISIG); in get_ports()
2684 seq_printf(m, "SELID(%02x), ", GETPORT(SELID)); in get_ports()
2690 s = GETPORT(SSTAT2); in get_ports()
2699 s = GETPORT(SSTAT3); in get_ports()
2703 s = GETPORT(SSTAT4); in get_ports()
2713 s = GETPORT(DMACNTRL0); in get_ports()
2728 s = GETPORT(DMASTAT); in get_ports()
2741 s = GETPORT(SIMODE0); in get_ports()
2757 s = GETPORT(SIMODE1); in get_ports()
2995 for (i = 0; i < 16 && GETPORT(io_port + O_STACK) == i; i++) in aha152x_porttest()
3010 for (i = 0; i < 16 && GETPORT(io_port + O_TC_STACK) == i; i++) in tc1550_porttest()
3280 (GETPORT(ports[i] + O_PORTA) << 8) + GETPORT(ports[i] + O_PORTB); in aha152x_init()
3285 (GETPORT(ports[i] + O_TC_PORTA) << 8) + GETPORT(ports[i] + O_TC_PORTB); in aha152x_init()