Home | History | Annotate | Download | only in sbus

Lines Matching refs:xbox

1 /*	$NetBSD: xbox.c,v 1.26 2022/09/25 18:03:04 thorpej Exp $ */
37 __KERNEL_RCSID(0, "$NetBSD: xbox.c,v 1.26 2022/09/25 18:03:04 thorpej Exp $");
49 * Xbox registers definitions.
51 * The xbox device can operate in two mode: "opaque" and "transparent".
52 * In opaque mode, all accesses to the xbox address space are directed
53 * to the xbox itself. In transparent mode, all accesses are mapped to
56 * To access the xbox registers in transparent mode, you must write
60 * bit 31-24: xbox key (identifies device when you cascade them)
88 int sc_key; /* this xbox's unique key */
96 CFATTACH_DECL_NEW(xbox, sizeof(struct xbox_softc),
114 return (strcmp("SUNW,xbox", sa->sa_name) == 0);
118 * Attach an Xbox.