HomeSort by: relevance | last modified time | path
    Searched refs:uba (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/arch/vax/uba/
uba_sbi.c 30 * @(#)uba.c 7.10 (Berkeley) 12/16/90
59 * @(#)uba.c 7.10 (Berkeley) 12/16/90
65 * Changed UBA code to need to know less of the innards of the
88 #include <vax/uba/uba_common.h>
141 static struct evcnt strayint = EVCNT_INITIALIZER(EVCNT_TYPE_INTR, NULL, "uba","stray intr");
155 * The uba type is actually only telling where the uba
273 the uba. */
324 * This routine is called by the locore code to process a UBA
328 * uba processing so the result aspect of it is very important
335 struct uba_regs *uba = vc->uv_uba; local in function:ubaerror
    [all...]
qvms.c 63 #include <vax/uba/qvareg.h>
64 #include <vax/uba/qvavar.h>
65 #include <vax/uba/qvkbdvar.h>
uba_ubi.c 30 * @(#)uba.c 7.10 (Berkeley) 12/16/90
59 * @(#)uba.c 7.10 (Berkeley) 12/16/90
79 #include <vax/uba/uba_common.h>
115 * The uba type is actually only telling where the uba
qvkbd.c 68 #include <vax/uba/qvareg.h>
69 #include <vax/uba/qvavar.h>
70 #include <vax/uba/qvkbdvar.h>
uba_cmi.c 30 * @(#)uba.c 7.10 (Berkeley) 12/16/90
59 * @(#)uba.c 7.10 (Berkeley) 12/16/90
79 #include <vax/uba/uba_common.h>
113 * The uba type is actually only telling where the uba
uba_mainbus.c 30 * @(#)uba.c 7.10 (Berkeley) 12/16/90
59 * @(#)uba.c 7.10 (Berkeley) 12/16/90
80 #include <vax/uba/uba_common.h>
uba_dma.c 52 #include <arch/vax/uba/uba_common.h>
125 * Create a UBA SGMAP-mapped DMA map.
153 * Destroy a UBA SGMAP-mapped DMA map.
166 * Load a UBA SGMAP-mapped DMA map with a linear buffer.
183 * Load a UBA SGMAP-mapped DMA map with an mbuf chain.
197 * Load a UBA SGMAP-mapped DMA map with a uio.
211 * Load a UBA SGMAP-mapped DMA map with raw memory.
226 * Unload a UBA DMA map.
qvaux.c 120 #include <vax/uba/qvareg.h>
121 #include <vax/uba/qvavar.h>
122 #include <vax/uba/qvkbdvar.h>
  /src/sys/dev/bi/
uba_bi.c 57 #include <vax/uba/ubareg.h>
58 #include <vax/uba/ubavar.h>
62 #define BUA(uba) ((struct dwbua_regs *)(uba))
  /src/sys/dev/qbus/
uba.c 1 /* $NetBSD: uba.c,v 1.83 2021/08/07 16:19:15 thorpej Exp $ */
30 * @(#)uba.c 7.10 (Berkeley) 12/16/90
60 * @(#)uba.c 7.10 (Berkeley) 12/16/90
65 __KERNEL_RCSID(0, "$NetBSD: uba.c,v 1.83 2021/08/07 16:19:15 thorpej Exp $");
92 * If we failed to allocate uba resources, put us on a queue to wait
210 * Generate a reset on uba number uban. Then
237 * Calls the scan routine to search for uba devices.
335 ubaprint(void *aux, const char *uba)

Completed in 53 milliseconds