Searched refs:TUL_SFifo (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dinitio.c1337 outb(scb->ident, host->addr + TUL_SFifo);
1340 outb(scb->tagmsg, host->addr + TUL_SFifo);
1341 outb(scb->tagid, host->addr + TUL_SFifo);
1345 outb(MSG_EXTEND, host->addr + TUL_SFifo);
1346 outb(2, host->addr + TUL_SFifo); /* Extended msg length */
1347 outb(3, host->addr + TUL_SFifo); /* Sync request */
1348 outb(1, host->addr + TUL_SFifo); /* Start from 16 bits */
1351 outb(MSG_EXTEND, host->addr + TUL_SFifo);
1352 outb(3, host->addr + TUL_SFifo); /* extended msg length */
1353 outb(1, host->addr + TUL_SFifo); /* syn
[all...]
H A Dinitio.h121 #define TUL_SFifo 0x8C /* 0C R/W FIFO */ macro

Completed in 61 milliseconds