Home
last modified time | relevance | path

Searched refs:XYC_MAXDEV (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/sys/arch/sun3/dev/
H A Dxyreg.h37 #define XYC_MAXDEV 2 /* max devices per controller */ macro
38 #define XYC_CTLIOPB XYC_MAXDEV /* controller's iopb */
40 #define XYC_MAXIOPB (XYC_MAXDEV+1)
H A Dxyvar.h148 struct xy_softc *sc_drives[XYC_MAXDEV]; /* drives on this controller */
H A Dxy.c368 for (lcv = 0; lcv < XYC_MAXDEV; lcv++) in xycattach()
450 for (xa.driveno = 0; xa.driveno < XYC_MAXDEV; xa.driveno++) in xycattach()
626 for (lcv = 0 ; lcv < XYC_MAXDEV ; lcv++) { in xy_init()
1679 for (lcv = 0; lcv < XYC_MAXDEV ; lcv++) { in xyc_start()
/netbsd-src/sys/dev/vme/
H A Dxyreg.h37 #define XYC_MAXDEV 2 /* max devices per controller */ macro
38 #define XYC_CTLIOPB XYC_MAXDEV /* controller's iopb */
40 #define XYC_MAXIOPB (XYC_MAXDEV+1) /* max # of iopbs that can be active */
H A Dxyvar.h141 struct xy_softc *sc_drives[XYC_MAXDEV]; /* drives on this controller */
H A Dxy.c435 for (lcv = 0; lcv < XYC_MAXDEV; lcv++) in xycattach()
573 for (xa.driveno = 0; xa.driveno < XYC_MAXDEV; xa.driveno++) in xycattach()
749 for (lcv = 0 ; lcv < XYC_MAXDEV ; lcv++) { in xyattach()
1834 for (lcv = 0; lcv < XYC_MAXDEV ; lcv++) { in xyc_start()