Searched refs:bse (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/drivers/scsi/ |
D | aha1542.c | 348 static int __init aha1542_test_port(int bse, struct Scsi_Host *shpnt) in aha1542_test_port() argument 357 if (inb(STATUS(bse)) == 0xff) in aha1542_test_port() 365 aha1542_intr_reset(bse); /* reset interrupts, so they don't block */ in aha1542_test_port() 367 outb(SRST | IRST /*|SCRST */ , CONTROL(bse)); in aha1542_test_port() 373 WAIT(STATUS(bse), STATMASK, INIT | IDLE, STST | DIAGF | INVDCMD | DF | CDF); in aha1542_test_port() 377 if (inb(INTRFLAGS(bse)) & INTRMASK) in aha1542_test_port() 384 aha1542_out(bse, inquiry_cmd, 1); in aha1542_test_port() 391 WAIT(STATUS(bse), DF, DF, 0); in aha1542_test_port() 392 *cmdp++ = inb(DATA(bse)); in aha1542_test_port() 397 if (inb(STATUS(bse)) & DF) in aha1542_test_port() [all …]
|
/linux-2.4.37.9/Documentation/arm/SA1100/ |
D | nanoEngine | 10 http://recycle.lbl.gov/~ldoolitt/bse/
|