Lines Matching refs:GETPORT
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()
2076 fifodata, GETPORT(FIFOSTAT)); in datai_run()
2079 GETPORT(DATAPORT); in datai_run()
2090 GETPORT(FIFOSTAT)>0) { in datai_run()
2104 GETPORT(FIFOSTAT)); in datai_run()
2150 GETPORT(FIFOSTAT)); in datao_run()
2227 unsigned int stat0 = GETPORT(SSTAT0); in update_state()
2228 unsigned int stat1 = GETPORT(SSTAT1); in update_state()
2251 switch(GETPORT(SCSISIG) & P_MASK) { in update_state()
2381 SETPORT(SCSISIG, GETPORT(SCSISIG) & P_MASK); in is_complete()
2458 s0 = GETPORT(SIMODE0); in disp_enintr()
2459 s1 = GETPORT(SIMODE1); in disp_enintr()
2571 s = GETPORT(SCSISEQ); in get_ports()
2592 s = GETPORT(SCSISIG); in get_ports()
2622 s = GETPORT(SSTAT0); in get_ports()
2640 s = GETPORT(SSTAT1); in get_ports()
2662 s = GETPORT(SSTAT0) & GETPORT(SIMODE0); in get_ports()
2681 s = GETPORT(SSTAT1) & GETPORT(SIMODE1); in get_ports()
2703 s = GETPORT(SXFRCTL0); in get_ports()
2720 s = GETPORT(SCSISIG); in get_ports()
2733 seq_printf(m, "SELID(%02x), ", GETPORT(SELID)); in get_ports()
2739 s = GETPORT(SSTAT2); in get_ports()
2748 s = GETPORT(SSTAT3); in get_ports()
2752 s = GETPORT(SSTAT4); in get_ports()
2762 s = GETPORT(DMACNTRL0); in get_ports()
2777 s = GETPORT(DMASTAT); in get_ports()
2790 s = GETPORT(SIMODE0); in get_ports()
2806 s = GETPORT(SIMODE1); in get_ports()
3045 for (i = 0; i < 16 && GETPORT(io_port + O_STACK) == i; i++) in aha152x_porttest()
3060 for (i = 0; i < 16 && GETPORT(io_port + O_TC_STACK) == i; i++) in tc1550_porttest()
3330 (GETPORT(ports[i] + O_PORTA) << 8) + GETPORT(ports[i] + O_PORTB); in aha152x_init()
3335 (GETPORT(ports[i] + O_TC_PORTA) << 8) + GETPORT(ports[i] + O_TC_PORTB); in aha152x_init()