Searched refs:xyc (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/sys/dev/vme/
H A Dxy.c169 int xyc_unbusy(struct xyc *, int);
193 CFATTACH_DECL_NEW(xyc, sizeof(struct xyc_softc),
366 * xycmatch: determine if xyc is present or not. we do a
367 * soft reset to detect the xyc.
372 struct xyc *xyc = (void *)handle; /* XXX */ local
374 return ((xyc_unbusy(xyc, XYC_RESETUSEC) != XY_ERR_FAIL) ? 0 : EIO);
386 if (vme_space_alloc(ct, va->r[0].offset, sizeof(struct xyc), mod))
389 error = vme_probe(ct, va->r[0].offset, sizeof(struct xyc),
391 vme_space_free(va->va_vct, va->r[0].offset, sizeof(struct xyc), mo
402 struct xyc_softc *xyc = device_private(self); local
611 struct xyc_softc *xyc = device_private(parent); local
1274 xyc_rqinit(struct xy_iorq *rq, struct xyc_softc *xyc, struct xy_softc *xy, int md, u_long blk, int cnt, void *db, struct buf *bp) argument
1339 xyc_unbusy(struct xyc *xyc, int del) argument
1852 struct xyc *xyc = xycsc->xyc; local
[all...]
H A Dxyvar.h45 struct xyc_softc *xyc; /* who we are working with */ member in struct:xy_iorq
139 struct xyc *xyc; /* vaddr of vme registers */ member in struct:xyc_softc
H A Dxyreg.h39 #define XYC_RESETUSEC 1000000 /* max time for xyc reset (same as xdc?) */
47 * xyc device interface
51 struct xyc { struct
81 * and reloc in the xyc's registers and setting the "go" bit [done]
/netbsd-current/sys/arch/sun3/dev/
H A Dxy.c99 #error "xyc but no xy?"
178 int xyc_unbusy(struct xyc *, int);
200 CFATTACH_DECL_NEW(xyc, sizeof(struct xyc_softc),
321 * xycmatch: determine if xyc is present or not. we do a
322 * soft reset to detect the xyc.
350 struct xyc_softc *xyc = device_private(self); local
360 xyc->sc_dev = self;
361 xyc->xyc = (struct xyc *)bus_mapi
500 struct xyc_softc *xyc = device_private(parent); local
539 struct xyc_softc *xyc; local
1124 xyc_rqinit(struct xy_iorq *rq, struct xyc_softc *xyc, struct xy_softc *xy, int md, u_long blk, int cnt, void *db, struct buf *bp) argument
1191 xyc_unbusy(struct xyc *xyc, int del) argument
1700 struct xyc *xyc = xycsc->xyc; local
[all...]
H A Dxyvar.h45 struct xyc_softc *xyc; /* who we are working with */ member in struct:xy_iorq
142 struct xyc *xyc; /* vaddr of vme registers */ member in struct:xyc_softc
H A Dxyreg.h39 #define XYC_RESETUSEC 1000000 /* max time for xyc reset (same as xdc?) */
48 * xyc device interface
52 struct xyc { struct
82 * and reloc in the xyc's registers and setting the "go" bit [done]

Completed in 101 milliseconds