Lines Matching refs:GETPORT
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()
2030 fifodata, GETPORT(FIFOSTAT)); in datai_run()
2033 GETPORT(DATAPORT); in datai_run()
2044 GETPORT(FIFOSTAT)>0) { in datai_run()
2058 GETPORT(FIFOSTAT)); in datai_run()
2103 GETPORT(FIFOSTAT)); in datao_run()
2180 unsigned int stat0 = GETPORT(SSTAT0); in update_state()
2181 unsigned int stat1 = GETPORT(SSTAT1); in update_state()
2203 switch(GETPORT(SCSISIG) & P_MASK) { in update_state()
2333 SETPORT(SCSISIG, GETPORT(SCSISIG) & P_MASK); in is_complete()
2410 s0 = GETPORT(SIMODE0); in disp_enintr()
2411 s1 = GETPORT(SIMODE1); in disp_enintr()
2519 s = GETPORT(SCSISEQ); in get_ports()
2540 s = GETPORT(SCSISIG); in get_ports()
2570 s = GETPORT(SSTAT0); in get_ports()
2588 s = GETPORT(SSTAT1); in get_ports()
2610 s = GETPORT(SSTAT0) & GETPORT(SIMODE0); in get_ports()
2629 s = GETPORT(SSTAT1) & GETPORT(SIMODE1); in get_ports()
2651 s = GETPORT(SXFRCTL0); in get_ports()
2668 s = GETPORT(SCSISIG); in get_ports()
2681 seq_printf(m, "SELID(%02x), ", GETPORT(SELID)); in get_ports()
2687 s = GETPORT(SSTAT2); in get_ports()
2696 s = GETPORT(SSTAT3); in get_ports()
2700 s = GETPORT(SSTAT4); in get_ports()
2710 s = GETPORT(DMACNTRL0); in get_ports()
2725 s = GETPORT(DMASTAT); in get_ports()
2738 s = GETPORT(SIMODE0); in get_ports()
2754 s = GETPORT(SIMODE1); in get_ports()
2992 for (i = 0; i < 16 && GETPORT(io_port + O_STACK) == i; i++) in aha152x_porttest()
3007 for (i = 0; i < 16 && GETPORT(io_port + O_TC_STACK) == i; i++) in tc1550_porttest()
3277 (GETPORT(ports[i] + O_PORTA) << 8) + GETPORT(ports[i] + O_PORTB); in aha152x_init()
3282 (GETPORT(ports[i] + O_TC_PORTA) << 8) + GETPORT(ports[i] + O_TC_PORTB); in aha152x_init()