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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Daha1542.c320 static int __init aha1542_test_port(int bse, struct Scsi_Host *shpnt) argument
329 if (inb(STATUS(bse)) == 0xff)
337 aha1542_intr_reset(bse); /* reset interrupts, so they don't block */
339 outb(SRST | IRST /*|SCRST */ , CONTROL(bse));
345 WAIT(STATUS(bse), STATMASK, INIT | IDLE, STST | DIAGF | INVDCMD | DF | CDF);
349 if (inb(INTRFLAGS(bse)) & INTRMASK)
356 aha1542_out(bse, inquiry_cmd, 1);
363 WAIT(STATUS(bse), DF, DF, 0);
364 *cmdp++ = inb(DATA(bse));
369 if (inb(STATUS(bse))
715 setup_mailboxes(int bse, struct Scsi_Host *shpnt) argument
[all...]

Completed in 42 milliseconds