Home | History | Annotate | Download | only in mscp

Lines Matching refs:mscp

33  *	@(#)mscp.c	7.5 (Berkeley) 12/16/90
70 * @(#)mscp.c 7.5 (Berkeley) 12/16/90
74 * MSCP generic driver routines
91 #include <dev/mscp/mscp.h>
92 #include <dev/mscp/mscpreg.h>
93 #include <dev/mscp/mscpvar.h>
115 struct mscp mscp_cold_reply;
133 * This function is for delay during init. Some MSCP clone card (Dilog)
179 struct mscp *mp2;
180 volatile struct mscp *mp;
259 * Go out and search for sub-units on this MSCP bus,
368 struct mscp *mp;
435 * mscp packet and set characteristics for this controller.
468 * Initialise the various data structures that control the mscp protocol.
474 struct mscp *mp;
527 struct mscp *mp = da->da_mp;
542 * common strategy routine for all types of MSCP devices.
560 struct mscp *mp;
565 * Ok; we are ready to try to start a xfer. Get a MSCP packet
573 * By some (strange) reason we didn't get a MSCP packet.
585 * Set up the MSCP packet and ask the ctlr to start.
604 struct mscp *mp;
607 * Fill in the MSCP packet and move the buffer to the I/O wait queue.
618 * Dump the entire contents of an MSCP packet in hex. Mainly useful
622 mscp_hexdump(struct mscp *mp)
637 * MSCP error reporting
811 * Print the decoded error event from an MSCP error datagram.
814 mscp_printevent(struct mscp *mp)
855 mscp_decodeerror(const char *name, struct mscp *mp, struct mscp_softc *mi)