Lines Matching refs:TUL_SFifo
1310 outb(scb->ident, host->addr + TUL_SFifo);
1313 outb(scb->tagmsg, host->addr + TUL_SFifo);
1314 outb(scb->tagid, host->addr + TUL_SFifo);
1318 outb(MSG_EXTEND, host->addr + TUL_SFifo);
1319 outb(2, host->addr + TUL_SFifo); /* Extended msg length */
1320 outb(3, host->addr + TUL_SFifo); /* Sync request */
1321 outb(1, host->addr + TUL_SFifo); /* Start from 16 bits */
1324 outb(MSG_EXTEND, host->addr + TUL_SFifo);
1325 outb(3, host->addr + TUL_SFifo); /* extended msg length */
1326 outb(1, host->addr + TUL_SFifo); /* sync request */
1327 outb(initio_rate_tbl[active_tc->flags & TCF_SCSI_RATE], host->addr + TUL_SFifo);
1328 outb(MAX_OFFSET, host->addr + TUL_SFifo); /* REQ/ACK offset */
1391 outb(scb->cdb[i], host->addr + TUL_SFifo);
1412 outb(MSG_NOP, host->addr + TUL_SFifo); /* msg nop */
1419 outb(MSG_EXTEND, host->addr + TUL_SFifo);
1420 outb(3, host->addr + TUL_SFifo); /* ext. msg len */
1421 outb(1, host->addr + TUL_SFifo); /* sync request */
1422 outb(initio_rate_tbl[active_tc->flags & TCF_SCSI_RATE], host->addr + TUL_SFifo);
1423 outb(MAX_OFFSET, host->addr + TUL_SFifo); /* REQ/ACK offset */
1482 outb(MSG_NOP, host->addr + TUL_SFifo); /* msg nop */
1619 outb(MSG_NOP, host->addr + TUL_SFifo); /* msg nop */
1654 inb(host->addr + TUL_SFifo);
1749 inb(host->addr + TUL_SFifo);
1766 outb(0, host->addr + TUL_SFifo);
1788 scb->tastat = inb(host->addr + TUL_SFifo);
1792 outb(MSG_PARITY, host->addr + TUL_SFifo);
1794 outb(MSG_NOP, host->addr + TUL_SFifo);
1799 msg = inb(host->addr + TUL_SFifo);
1805 outb(MSG_PARITY, host->addr + TUL_SFifo);
1931 msg = inb(host->addr + TUL_SFifo); /* Read Tag Message */
1946 tag = inb(host->addr + TUL_SFifo); /* Read Tag ID */
2013 outb(MSG_ABORT, host->addr + TUL_SFifo);
2036 outb(MSG_ABORT_TAG, host->addr + TUL_SFifo);
2061 switch (inb(host->addr + TUL_SFifo)) {
2107 outb(MSG_REJ, host->addr + TUL_SFifo); /* Msg reject */
2116 outb(MSG_IDE, host->addr + TUL_SFifo); /* Initiator Detected Error */
2134 len = inb(host->addr + TUL_SFifo);
2144 host->msg[idx++] = inb(host->addr + TUL_SFifo);
2170 outb(MSG_EXTEND, host->addr + TUL_SFifo);
2171 outb(3, host->addr + TUL_SFifo);
2172 outb(1, host->addr + TUL_SFifo);
2173 outb(host->msg[2], host->addr + TUL_SFifo);
2174 outb(host->msg[3], host->addr + TUL_SFifo);
2202 outb(MSG_EXTEND, host->addr + TUL_SFifo);
2203 outb(2, host->addr + TUL_SFifo);
2204 outb(3, host->addr + TUL_SFifo);
2205 outb(host->msg[2], host->addr + TUL_SFifo);
2322 outb(scb->ident, host->addr + TUL_SFifo);
2324 outb(scb->cdb[i], host->addr + TUL_SFifo);
2337 outb(scb->ident, host->addr + TUL_SFifo);
2338 outb(scb->tagmsg, host->addr + TUL_SFifo);
2339 outb(scb->tagid, host->addr + TUL_SFifo);
2341 outb(scb->cdb[i], host->addr + TUL_SFifo);
2394 outb(MSG_DEVRST, host->addr + TUL_SFifo);