Home | History | Annotate | Download | only in ifpga

Lines Matching refs:ifpga

1 /*	$NetBSD: ifpga.c,v 1.31 2022/09/27 06:12:19 skrll Exp $ */
41 __KERNEL_RCSID(0, "$NetBSD: ifpga.c,v 1.31 2022/09/27 06:12:19 skrll Exp $");
58 #include <evbarm/ifpga/ifpgamem.h>
59 #include <evbarm/ifpga/ifpgavar.h>
60 #include <evbarm/ifpga/ifpgareg.h>
61 #include <evbarm/ifpga/ifpga_pcivar.h>
73 CFATTACH_DECL_NEW(ifpga, sizeof(struct ifpga_softc),
141 /* Make sure that we're looking for the IFPGA. */
146 /* We can only have one instance of the IFPGA. */
182 /* Now map in the IFPGA motherboard registers. */
318 .iattr = "ifpga"));