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

  /src/share/man/man4/man4.alpha/
Makefile 3 MAN= apecs.4 asc.4 autoconf.4 cia.4 dwlpx.4 gbus.4 \
  /src/sys/arch/alpha/gbus/
gbus.c 1 /* $NetBSD: gbus.c,v 1.2 2024/03/06 05:33:09 thorpej Exp $ */
34 * Autoconfiguration and support routines for the Gbus: the internal
40 __KERNEL_RCSID(0, "$NetBSD: gbus.c,v 1.2 2024/03/06 05:33:09 thorpej Exp $");
49 #include <alpha/gbus/gbusreg.h>
50 #include <alpha/gbus/gbusvar.h>
67 CFATTACH_DECL_NEW(gbus, sizeof(struct gbus_softc),
96 * Make sure we're looking for a Gbus. The Gbus only
mcclock_gbus.c 44 #include <alpha/gbus/gbusvar.h>
gbus_io.c 33 * Bus space implementation for the Gbus: a general 8-bit bus found
49 #include <alpha/gbus/gbusvar.h>
52 * While physically there is one Gbus per CPU module on the system,
57 paddr_t gc_sysbase; /* system base address of Gbus */
58 struct alpha_bus_space gc_st; /* the Gbus's space tag */
61 /* Adjacent bytes on the Gbus are spaced 64 bytes apart. */
157 * minimum operations required by Gbus devices.

Completed in 15 milliseconds