Symbol: xy_iopb
sys/arch/sun3/dev/xy.c
1129
xyc_rqtopb(struct xy_iorq *iorq, struct xy_iopb *iopb, int cmd, int subfun)
sys/arch/sun3/dev/xy.c
1196
struct xy_iopb *iopb = xycsc->ciopb;
sys/arch/sun3/dev/xy.c
1241
struct xy_iopb *iopb;
sys/arch/sun3/dev/xy.c
1343
struct xy_iopb *iopb;
sys/arch/sun3/dev/xy.c
1414
struct xy_iopb *
sys/arch/sun3/dev/xy.c
1418
struct xy_iopb *iopb, *prev_iopb;
sys/arch/sun3/dev/xy.c
1543
struct xy_iopb tmpiopb;
sys/arch/sun3/dev/xy.c
160
struct xy_iopb *xyc_chain(struct xyc_softc *, struct xy_iorq *);
sys/arch/sun3/dev/xy.c
164
int xyc_error(struct xyc_softc *, struct xy_iorq *, struct xy_iopb *, int);
sys/arch/sun3/dev/xy.c
166
void xyc_perror(struct xy_iorq *, struct xy_iopb *, int);
sys/arch/sun3/dev/xy.c
1687
struct xy_iopb *iopb;
sys/arch/sun3/dev/xy.c
173
void xyc_rqtopb(struct xy_iorq *, struct xy_iopb *, int, int);
sys/arch/sun3/dev/xy.c
1827
xyc_perror(struct xy_iorq *iorq, struct xy_iopb *iopb, int still_trying)
sys/arch/sun3/dev/xy.c
1855
xyc_error(struct xyc_softc *xycsc, struct xy_iorq *iorq, struct xy_iopb *iopb,
sys/arch/sun3/dev/xy.c
377
pbsz = XYC_MAXIOPB * sizeof(struct xy_iopb);
sys/arch/sun3/dev/xy.c
378
tmp = tmp2 = (struct xy_iopb *)dvma_malloc(pbsz); /* KVA */
sys/arch/sun3/dev/xy.c
381
tmp = (struct xy_iopb *)dvma_malloc(pbsz); /* retry! */
sys/arch/sun3/dev/xy.c
392
(struct xy_iopb *)dvma_kvtopa(xyc->iopbase, xyc->bustype);
sys/arch/sun3/dev/xyvar.h
151
struct xy_iopb *iopbase; /* iopb base addr (maps iopb->iorq) */
sys/arch/sun3/dev/xyvar.h
152
struct xy_iopb *dvmaiopb; /* iopb base in DVMA space, not kvm */
sys/arch/sun3/dev/xyvar.h
155
struct xy_iopb *ciopb; /* controller's iopb */
sys/arch/sun3/dev/xyvar.h
44
struct xy_iopb *iopb; /* address of matching iopb */
sys/dev/vme/xy.c
1276
xyc_rqtopb(struct xy_iorq *iorq, struct xy_iopb *iopb, int cmd, int subfun)
sys/dev/vme/xy.c
1343
struct xy_iopb *iopb = xycsc->ciopb;
sys/dev/vme/xy.c
1391
struct xy_iopb *iopb;
sys/dev/vme/xy.c
1484
struct xy_iopb *dmaiopb;
sys/dev/vme/xy.c
149
struct xy_iopb *xyc_chain(struct xyc_softc *, struct xy_iorq *);
sys/dev/vme/xy.c
154
struct xy_iopb *, int);
sys/dev/vme/xy.c
1552
struct xy_iopb *
sys/dev/vme/xy.c
156
void xyc_perror(struct xy_iorq *, struct xy_iopb *, int);
sys/dev/vme/xy.c
1588
struct xy_iopb *iopb, *prev_iopb, *dmaiopb;
sys/dev/vme/xy.c
164
void xyc_rqtopb(struct xy_iorq *, struct xy_iopb *, int, int);
sys/dev/vme/xy.c
1685
struct xy_iopb tmpiopb;
sys/dev/vme/xy.c
1686
struct xy_iopb *iopb;
sys/dev/vme/xy.c
1692
memcpy(&tmpiopb, iopb, sizeof(struct xy_iopb));
sys/dev/vme/xy.c
1720
memcpy(iopb, &tmpiopb, sizeof(struct xy_iopb));
sys/dev/vme/xy.c
1838
struct xy_iopb *iopb;
sys/dev/vme/xy.c
1983
xyc_perror(struct xy_iorq *iorq, struct xy_iopb *iopb, int still_trying)
sys/dev/vme/xy.c
2012
xyc_error(struct xyc_softc *xycsc, struct xy_iorq *iorq, struct xy_iopb *iopb,
sys/dev/vme/xy.c
465
XYC_MAXIOPB * sizeof(struct xy_iopb),
sys/dev/vme/xy.c
470
XYC_MAXIOPB * sizeof(struct xy_iopb),
sys/dev/vme/xy.c
482
XYC_MAXIOPB * sizeof(struct xy_iopb),
sys/dev/vme/xy.c
489
xyc->dvmaiopb = (struct xy_iopb *)(u_long)BUS_ADDR_PADDR(busaddr);
sys/dev/vme/xy.c
491
memset(xyc->iopbase, 0, XYC_MAXIOPB * sizeof(struct xy_iopb));
sys/dev/vme/xyvar.h
147
struct xy_iopb *iopbase; /* iopb base addr (maps iopb->iorq) */
sys/dev/vme/xyvar.h
148
struct xy_iopb *dvmaiopb; /* iopb base in DVMA space, not kvm */
sys/dev/vme/xyvar.h
153
struct xy_iopb *ciopb; /* controller's iopb */
sys/dev/vme/xyvar.h
43
struct xy_iopb *iopb; /* address of matching iopb */
sys/dev/vme/xyvar.h
44
struct xy_iopb *dmaiopb;/* DMA address of above */