Searched refs:iopbase (Results 1 - 9 of 9) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/mac68k/mac68k/
H A Diop.c67 iop_read1(IOPHW *ioph, u_long iopbase) argument
69 IOP_LOADADDR(ioph, iopbase);
74 iop_write1(IOPHW *ioph, u_long iopbase, u_char data) argument
76 IOP_LOADADDR(ioph, iopbase);
203 _iop_upload(IOPHW *ioph, u_char *mem, u_long nb, u_long iopbase) argument
205 IOP_LOADADDR(ioph, iopbase);
212 iop_upload(int iopn, u_char *mem, u_long nb, u_long iopbase) argument
220 _iop_upload(ioph, mem, nb, iopbase);
224 _iop_download(IOPHW *ioph, u_char *mem, u_long nb, u_long iopbase) argument
226 IOP_LOADADDR(ioph, iopbase);
233 iop_download(int iopn, u_char *mem, u_long nb, u_long iopbase) argument
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/sun3/dev/
H A Dxdvar.h148 struct xd_iopb *iopbase; /* iopb base addr (maps iopb->iorq) */ member in struct:xdc_softc
H A Dxyvar.h151 struct xy_iopb *iopbase; /* iopb base addr (maps iopb->iorq) */ member in struct:xyc_softc
H A Dxd.c425 xdc->iopbase = (struct xd_iopb *)dvma_malloc(XDC_MAXIOPB *
427 memset(xdc->iopbase, 0, XDC_MAXIOPB * sizeof(struct xd_iopb));
428 xdc->dvmaiopb = (struct xd_iopb *)dvma_kvtopa(xdc->iopbase,
439 xdc->reqs[lcv].iopb = &xdc->iopbase[lcv];
441 xdc->iopbase[lcv].fixd = 1; /* always the same */
442 xdc->iopbase[lcv].naddrmod = XDC_ADDRMOD; /* always the same */
443 xdc->iopbase[lcv].intr_vec = xdc->vector; /* always the same */
468 ctl = (struct xd_iopb_ctrl *)&xdc->iopbase[rqno];
627 driopb = (struct xd_iopb_drive *)&xdc->iopbase[rqno];
1630 memcpy(&tmpiopb, xdcsc->iopbase, sizeo
[all...]
H A Dxy.c371 xyc->iopbase = tmp;
373 (struct xy_iopb *)dvma_kvtopa(xyc->iopbase, xyc->bustype);
386 xyc->reqs[lcv].iopb = &xyc->iopbase[lcv];
387 xyc->iopbase[lcv].asr = 1; /* always the same */
388 xyc->iopbase[lcv].eef = 1; /* always the same */
389 xyc->iopbase[lcv].ecm = XY_ECM; /* always the same */
390 xyc->iopbase[lcv].aud = 1; /* always the same */
391 xyc->iopbase[lcv].relo = 1; /* always the same */
392 xyc->iopbase[lcv].thro = XY_THRO;/* always the same */
395 xyc->ciopb = &xyc->iopbase[XYC_CTLIOP
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/vme/
H A Dxdvar.h147 struct xd_iopb *iopbase; /* iopb base addr (maps iopb->iorq) */ member in struct:xdc_softc
H A Dxyvar.h147 struct xy_iopb *iopbase; /* iopb base addr (maps iopb->iorq) */ member in struct:xyc_softc
H A Dxd.c557 (void **)&xdc->iopbase,
565 memset(xdc->iopbase, 0, XDC_MAXIOPB * sizeof(struct xd_iopb));
577 xdc->reqs[lcv].iopb = &xdc->iopbase[lcv];
580 xdc->iopbase[lcv].fixd = 1; /* always the same */
581 xdc->iopbase[lcv].naddrmod = XDC_ADDRMOD; /* always the same */
582 xdc->iopbase[lcv].intr_vec = xdc->vector; /* always the same */
624 ctl = (struct xd_iopb_ctrl *) &xdc->iopbase[rqno];
780 driopb = (struct xd_iopb_drive *) &xdc->iopbase[rqno];
1806 memcpy(&tmpiopb, xdcsc->iopbase, sizeof(tmpiopb));
1807 memset(xdcsc->iopbase,
[all...]
H A Dxy.c462 (void **)&xyc->iopbase,
470 memset(xyc->iopbase, 0, XYC_MAXIOPB * sizeof(struct xy_iopb));
485 xyc->reqs[lcv].iopb = &xyc->iopbase[lcv];
487 xyc->iopbase[lcv].asr = 1; /* always the same */
488 xyc->iopbase[lcv].eef = 1; /* always the same */
489 xyc->iopbase[lcv].ecm = XY_ECM; /* always the same */
490 xyc->iopbase[lcv].aud = 1; /* always the same */
491 xyc->iopbase[lcv].relo = 1; /* always the same */
492 xyc->iopbase[lcv].thro = XY_THRO;/* always the same */
512 xyc->ciopb = &xyc->iopbase[XYC_CTLIOP
[all...]

Completed in 190 milliseconds