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

/netbsd-current/sys/arch/mac68k/mac68k/
H A Diop.c66 iop_read1(IOPHW *ioph, u_long iopbase) argument
68 IOP_LOADADDR(ioph, iopbase);
73 iop_write1(IOPHW *ioph, u_long iopbase, u_char data) argument
75 IOP_LOADADDR(ioph, iopbase);
202 _iop_upload(IOPHW *ioph, u_char *mem, u_long nb, u_long iopbase) argument
204 IOP_LOADADDR(ioph, iopbase);
211 iop_upload(int iopn, u_char *mem, u_long nb, u_long iopbase) argument
219 _iop_upload(ioph, mem, nb, iopbase);
223 _iop_download(IOPHW *ioph, u_char *mem, u_long nb, u_long iopbase) argument
225 IOP_LOADADDR(ioph, iopbase);
232 iop_download(int iopn, u_char *mem, u_long nb, u_long iopbase) argument
[all...]
/netbsd-current/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.c444 xdc->iopbase = (struct xd_iopb *)dvma_malloc(XDC_MAXIOPB *
446 memset(xdc->iopbase, 0, XDC_MAXIOPB * sizeof(struct xd_iopb));
447 xdc->dvmaiopb = (struct xd_iopb *)dvma_kvtopa(xdc->iopbase,
456 xdc->reqs[lcv].iopb = &xdc->iopbase[lcv];
458 xdc->iopbase[lcv].fixd = 1; /* always the same */
459 xdc->iopbase[lcv].naddrmod = XDC_ADDRMOD; /* always the same */
460 xdc->iopbase[lcv].intr_vec = xdc->vector; /* always the same */
485 ctl = (struct xd_iopb_ctrl *)&xdc->iopbase[rqno];
644 driopb = (struct xd_iopb_drive *)&xdc->iopbase[rqno];
1641 memcpy(&tmpiopb, xdcsc->iopbase, sizeo
[all...]
H A Dxy.c390 xyc->iopbase = tmp;
392 (struct xy_iopb *)dvma_kvtopa(xyc->iopbase, xyc->bustype);
403 xyc->reqs[lcv].iopb = &xyc->iopbase[lcv];
404 xyc->iopbase[lcv].asr = 1; /* always the same */
405 xyc->iopbase[lcv].eef = 1; /* always the same */
406 xyc->iopbase[lcv].ecm = XY_ECM; /* always the same */
407 xyc->iopbase[lcv].aud = 1; /* always the same */
408 xyc->iopbase[lcv].relo = 1; /* always the same */
409 xyc->iopbase[lcv].thro = XY_THRO;/* always the same */
412 xyc->ciopb = &xyc->iopbase[XYC_CTLIOP
[all...]
/netbsd-current/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.c577 (void **)&xdc->iopbase,
585 memset(xdc->iopbase, 0, XDC_MAXIOPB * sizeof(struct xd_iopb));
594 xdc->reqs[lcv].iopb = &xdc->iopbase[lcv];
597 xdc->iopbase[lcv].fixd = 1; /* always the same */
598 xdc->iopbase[lcv].naddrmod = XDC_ADDRMOD; /* always the same */
599 xdc->iopbase[lcv].intr_vec = xdc->vector; /* always the same */
641 ctl = (struct xd_iopb_ctrl *) &xdc->iopbase[rqno];
799 driopb = (struct xd_iopb_drive *) &xdc->iopbase[rqno];
1811 memcpy(&tmpiopb, xdcsc->iopbase, sizeof(tmpiopb));
1812 memset(xdcsc->iopbase,
[all...]
H A Dxy.c483 (void **)&xyc->iopbase,
491 memset(xyc->iopbase, 0, XYC_MAXIOPB * sizeof(struct xy_iopb));
503 xyc->reqs[lcv].iopb = &xyc->iopbase[lcv];
505 xyc->iopbase[lcv].asr = 1; /* always the same */
506 xyc->iopbase[lcv].eef = 1; /* always the same */
507 xyc->iopbase[lcv].ecm = XY_ECM; /* always the same */
508 xyc->iopbase[lcv].aud = 1; /* always the same */
509 xyc->iopbase[lcv].relo = 1; /* always the same */
510 xyc->iopbase[lcv].thro = XY_THRO;/* always the same */
530 xyc->ciopb = &xyc->iopbase[XYC_CTLIOP
[all...]

Completed in 209 milliseconds