Lines Matching refs:GETPORT
787 GETPORT(REV) & 0x7, in aha152x_probe_one()
1343 rev = GETPORT(REV); in intr()
1344 dmacntrl0 = GETPORT(DMACNTRL0); in intr()
1612 selid = GETPORT(SELID) & ~(1 << shpnt->this_id); in seldi_run()
1653 int sstat1 = GETPORT(SSTAT1); in msgi_run()
1661 ADDMSGI(GETPORT(SCSIDAT)); in msgi_run()
1831 if (MSGOLEN > 0 && !(GETPORT(SSTAT1) & BUSFREE)) in msgi_end()
1948 CURRENT_SC->SCp.Status = GETPORT(SCSIDAT); in status_run()
2006 fifodata = GETPORT(FIFOSTAT); in datai_run()
2018 *CURRENT_SC->SCp.ptr++ = GETPORT(DATAPORT); in datai_run()
2045 fifodata, GETPORT(FIFOSTAT)); in datai_run()
2049 data=GETPORT(DATAPORT); in datai_run()
2060 GETPORT(FIFOSTAT)>0) { in datai_run()
2074 GETPORT(FIFOSTAT)); in datai_run()
2119 GETPORT(FIFOSTAT)); in datao_run()
2192 unsigned int stat0 = GETPORT(SSTAT0); in update_state()
2193 unsigned int stat1 = GETPORT(SSTAT1); in update_state()
2215 switch(GETPORT(SCSISIG) & P_MASK) { in update_state()
2345 SETPORT(SCSISIG, GETPORT(SCSISIG) & P_MASK); in is_complete()
2422 s0 = GETPORT(SIMODE0); in disp_enintr()
2423 s1 = GETPORT(SIMODE1); in disp_enintr()
2531 s = GETPORT(SCSISEQ); in get_ports()
2552 s = GETPORT(SCSISIG); in get_ports()
2582 s = GETPORT(SSTAT0); in get_ports()
2600 s = GETPORT(SSTAT1); in get_ports()
2622 s = GETPORT(SSTAT0) & GETPORT(SIMODE0); in get_ports()
2641 s = GETPORT(SSTAT1) & GETPORT(SIMODE1); in get_ports()
2663 s = GETPORT(SXFRCTL0); in get_ports()
2680 s = GETPORT(SCSISIG); in get_ports()
2693 seq_printf(m, "SELID(%02x), ", GETPORT(SELID)); in get_ports()
2699 s = GETPORT(SSTAT2); in get_ports()
2708 s = GETPORT(SSTAT3); in get_ports()
2712 s = GETPORT(SSTAT4); in get_ports()
2722 s = GETPORT(DMACNTRL0); in get_ports()
2737 s = GETPORT(DMASTAT); in get_ports()
2750 s = GETPORT(SIMODE0); in get_ports()
2766 s = GETPORT(SIMODE1); in get_ports()
3004 for (i = 0; i < 16 && GETPORT(io_port + O_STACK) == i; i++) in aha152x_porttest()
3019 for (i = 0; i < 16 && GETPORT(io_port + O_TC_STACK) == i; i++) in tc1550_porttest()
3289 (GETPORT(ports[i] + O_PORTA) << 8) + GETPORT(ports[i] + O_PORTB); in aha152x_init()
3294 (GETPORT(ports[i] + O_TC_PORTA) << 8) + GETPORT(ports[i] + O_TC_PORTB); in aha152x_init()