Home
last modified time | relevance | path

Searched refs:aha1542_out (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/scsi/
Daha1542.c101 static int aha1542_out(unsigned int base, u8 *buf, int len) in aha1542_out() function
505 if (aha1542_out(sh->io_port, mb_cmd, 5)) in setup_mailboxes()
598 if (aha1542_out(sh->io_port, mbenable_cmd, 3)) in aha1542_mbenable()
671 if (aha1542_out(sh->io_port, oncmd, 2)) in aha1542_set_bus_times()
679 if (aha1542_out(sh->io_port, offcmd, 2)) in aha1542_set_bus_times()
687 if (aha1542_out(sh->io_port, dmacmd, 2)) in aha1542_set_bus_times()
/linux-4.1.27/Documentation/scsi/
DChangeLog.1992-19971501 * aha1542.c: Fix race condition in aha1542_out.