Searched defs:xdc (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/sys/dev/vme/ |
H A D | xdreg.h | 51 struct xdc { struct 53 volatile u_char xdc_iopbaddr0; /* iopb byte 0 (LSB) */ argument 55 volatile u_char xdc_iopbaddr1; /* iopb byte 1 */ argument 57 volatile u_char xdc_iopbaddr2; /* iopb byte 2 */ argument 59 volatile u_char xdc_iopbaddr3; /* iopb byte 3 (MSB) */ argument 61 volatile u_char xdc_iopbamod; /* iopb address modifier */ argument 63 volatile u_char xdc_csr; /* control and status register */ argument 65 volatile u_char xdc_f_err; /* fatal error register */ argument
|
H A D | xd.c | 458 struct xdc *xdc = (void *)handle; /* XXX */ in xdc_probe() local 497 struct xdc_softc *xdc = device_private(self); in xdcattach() local 712 struct xdc_softc *xdc = device_private(parent); in xdattach() local 1366 xdc_rqinit(struct xd_iorq *rq, struct xdc_softc *xdc, struct xd_softc *xd, int md, u_long blk, int … in xdc_rqinit() 1737 struct xdc *xdc = xdcsc->xdc; in xdc_piodriver() local 1959 struct xdc *xdc = xdcsc->xdc; in xdc_remove_iorq() local
|
H A D | xdvar.h | 46 struct xdc_softc *xdc; /* who we are working with */ member 139 struct xdc *xdc; /* vaddr of vme registers */ member
|
/netbsd-src/sys/arch/sun3/dev/ |
H A D | xdreg.h | 51 struct xdc { struct 53 xdc_iopbaddr0xdc global() argument 55 xdc_iopbaddr1xdc global() argument 57 xdc_iopbaddr2xdc global() argument 59 xdc_iopbaddr3xdc global() argument 61 xdc_iopbamodxdc global() argument 63 xdc_csrxdc global() argument 65 xdc_f_errxdc global() argument
|
H A D | xd.c | 419 struct xdc_softc *xdc = device_private(self); in xdcattach() local 565 struct xdc_softc *xdc = device_private(parent); xdattach() local 600 struct xdc_softc *xdc; xd_init() local 1181 xdc_rqinit(struct xd_iorq * rq,struct xdc_softc * xdc,struct xd_softc * xd,int md,u_long blk,int cnt,void * db,struct buf * bp) xdc_rqinit() argument 1565 struct xdc *xdc = xdcsc->xdc; xdc_piodriver() local 1780 struct xdc *xdc = xdcsc->xdc; xdc_remove_iorq() local [all...] |
H A D | xdvar.h | 45 struct xdc_softc *xdc; /* who we are working with */ member 139 struct xdc *xdc; /* vaddr of vme registers */ member
|