Home
last modified time | relevance | path

Searched refs:va_cvec (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/sys/arch/vax/include/
H A Dvsbus.h44 short va_cvec; /* Interrupt vector address */ member
/netbsd-src/sys/arch/vax/vsa/
H A Ddz_vsbus.c178 scb_vecalloc(va->va_cvec, dzxint, sc, SCB_ISTACK, &sc->sc_tintrcnt); in dz_vsbus_attach()
179 scb_vecalloc(va->va_cvec - 4, dzrint, sc, SCB_ISTACK, &sc->sc_rintrcnt); in dz_vsbus_attach()
H A Dvsbus.c90 va->va_cvec & 511, va->va_br, va->va_maskno - 1); in vsbus_print()
217 va.va_cvec = vec; in vsbus_search()
H A Dvsaudio.c209 scb_vecalloc(va->va_cvec, vsaudio_hwintr, amsc, SCB_ISTACK, in vsaudio_attach()
H A Dncr.c143 scb_vecalloc(va->va_cvec, (void (*)(void *)) ncr5380_intr, sc, in si_vsbus_attach()
H A Dtc_vsbus.c205 sc->sc_cvec = va->va_cvec; in tc_vsbus_attach()
H A Dasc_vsbus.c255 scb_vecalloc(va->va_cvec, (void (*)(void *))ncr53c9x_intr, in asc_vsbus_attach()
H A Dhdc9224.c292 scb_vecalloc(va->va_cvec, hdcintr, sc, SCB_ISTACK, &sc->sc_intrcnt); in hdcattach()
/netbsd-src/sys/arch/vax/if/
H A Dif_le_vsbus.c211 scb_vecalloc(va->va_cvec, (void (*)(void *)) am7990_intr, sc, in le_vsbus_attach()