Home | History | Annotate | Download | only in mscp

Lines Matching refs:mscp

75  * RX MSCP floppy disk device driver
76 * RRD MSCP CD device driver
107 #include <dev/mscp/mscp.h>
108 #include <dev/mscp/mscpreg.h>
109 #include <dev/mscp/mscpvar.h>
198 * More driver definitions, for generic MSCP code.
205 struct mscp *mp = da->da_mp;
575 * More driver definitions, for generic MSCP code.
582 struct mscp *mp = da->da_mp;
648 * More driver definitions, for generic MSCP code.
655 struct mscp *mp = da->da_mp;
682 struct mscp *mp = da->da_mp;
763 struct mscp *mp;
917 void rrdgram(device_t, struct mscp *, struct mscp_softc *);
919 int rronline(device_t, struct mscp *);
921 int rrgotstatus(device_t, struct mscp *);
922 void rrreplace(device_t, struct mscp *);
923 int rrioerror(device_t, struct mscp *, struct buf *);
924 void rrfillin(struct buf *, struct mscp *);
925 void rrbb(device_t, struct mscp *, struct buf *);
945 rrdgram(device_t usc, struct mscp *mp, struct mscp_softc *mi)
979 rronline(device_t usc, struct mscp *mp)
1002 struct mscp *mp = &ra_work->ra_mw.mw_mp;
1068 rrgotstatus(device_t usc, struct mscp *mp)
1087 rrreplace(device_t usc, struct mscp *mp)
1099 rrioerror(device_t usc, struct mscp *mp, struct buf *bp)
1127 * Fill in disk addresses in a mscp packet waiting for transfer.
1130 rrfillin(struct buf *bp, struct mscp *mp)
1149 rrbb(device_t usc, struct mscp *mp, struct buf *bp)