Home | History | Annotate | Download | only in footbridge

Lines Matching refs:footbridge

1 /*	$NetBSD: footbridge.c,v 1.30 2022/09/27 06:36:41 skrll Exp $	*/
38 __KERNEL_RCSID(0, "$NetBSD: footbridge.c,v 1.30 2022/09/27 06:36:41 skrll Exp $");
56 #include <arm/footbridge/footbridgevar.h>
57 #include <arm/footbridge/dc21285reg.h>
58 #include <arm/footbridge/dc21285mem.h>
59 #include <arm/footbridge/footbridge.h>
62 * DC21285 'Footbridge' device
64 * This probes and attaches the footbridge device
76 CFATTACH_DECL_NEW(footbridge, sizeof(struct footbridge_softc),
93 /* Set to non-zero to enable verbose reporting of footbridge system ints */
151 /* There can only be 1 footbridge. */
159 /* Map the Footbridge */
173 /* Disable all interrupts from the footbridge */
231 /* configure the dma range for the footbridge to match */
256 CFARGS(.iattr = "footbridge"));
266 /* Generic footbridge interrupt handler */
275 * Read the footbridge control register and check for
307 /* End of footbridge.c */