Home
last modified time | relevance | path

Searched refs:vsbus_dma (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/arch/vax/vsa/
H A Dvsbus.c63 static SIMPLEQ_HEAD(, vsbus_dma) vsbus_dma;
157 SIMPLEQ_INIT(&vsbus_dma); in vsbus_attach()
360 vsbus_dma_start(struct vsbus_dma *vd) in vsbus_dma_start()
363 SIMPLEQ_INSERT_TAIL(&vsbus_dma, vd, vd_q); in vsbus_dma_start()
372 struct vsbus_dma *vd; in vsbus_dma_intr()
374 vd = SIMPLEQ_FIRST(&vsbus_dma); in vsbus_dma_intr()
380 SIMPLEQ_REMOVE_HEAD(&vsbus_dma, vd_q); in vsbus_dma_intr()
H A Dncr.c93 struct vsbus_dma sc_vd;
H A Dhdc9224.c134 struct vsbus_dma sc_vd;
/netbsd-src/sys/arch/vax/include/
H A Dvsbus.h89 struct vsbus_dma { struct
90 SIMPLEQ_ENTRY(vsbus_dma) vd_q;
101 void vsbus_dma_start(struct vsbus_dma *); argument
/netbsd-src/sys/arch/vax/conf/
H A Dfiles.vax74 file arch/vax/vsa/vsbus_dma.c vsbus & (vax46 | vax48 | vax49 |