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

  /src/sys/arch/evbarm/integrator/
pci_machdep.c 44 #include <evbarm/ifpga/ifpgareg.h>
45 #include <evbarm/ifpga/ifpga_pcivar.h>
integrator_machdep.c 172 #include <evbarm/ifpga/ifpgamem.h>
173 #include <evbarm/ifpga/ifpgareg.h>
174 #include <evbarm/ifpga/ifpgavar.h>
  /src/sys/arch/evbarm/ifpga/
pl030_rtc.c 48 #include <evbarm/ifpga/ifpgavar.h>
49 #include <evbarm/ifpga/ifpgamem.h>
50 #include <evbarm/ifpga/ifpgareg.h>
ifpga_intr.h 49 #include <evbarm/ifpga/ifpgareg.h>
50 #include <evbarm/ifpga/ifpgavar.h>
plmmc_ifpga.c 45 #include <evbarm/ifpga/ifpgareg.h>
46 #include <evbarm/ifpga/ifpgavar.h>
plcom_ifpga.c 50 #include <evbarm/ifpga/plcom_ifpgavar.h>
52 #include <evbarm/ifpga/ifpgareg.h>
53 #include <evbarm/ifpga/ifpgavar.h>
sm_ifpga.c 49 #include <evbarm/ifpga/ifpgareg.h>
50 #include <evbarm/ifpga/ifpgavar.h>
ifpga.c 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. *
    [all...]
ifpga_clock.c 33 * The IFPGA has three timers. Timer 0 is clocked by the system bus clock,
57 #include <evbarm/ifpga/ifpgavar.h>
58 #include <evbarm/ifpga/ifpgamem.h>
59 #include <evbarm/ifpga/ifpgareg.h>
93 .tc_name = "ifpga",
ifpga_io.c 40 * bus_space I/O functions for IFPGA
51 #include <evbarm/ifpga/ifpgavar.h>
52 #include <evbarm/ifpga/ifpgamem.h>
56 bs_protos(ifpga); variable
63 /* Declare the ifpga bus space tag */
ifpga_pci.c 81 #include <evbarm/ifpga/ifpgareg.h>
82 #include <evbarm/ifpga/ifpgamem.h>
83 #include <evbarm/ifpga/ifpga_pcivar.h>
ifpga_intr.c 54 #include <evbarm/ifpga/ifpgareg.h>
55 #include <evbarm/ifpga/ifpgavar.h>
235 NULL, "ifpga", ifpga_irqnames[i]);
  /src/sys/arch/evbarm/
Makefile 18 SEVBARM+= ${SYSDIR}/arch/evbarm/ifpga/*.[ch]

Completed in 48 milliseconds