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

  /src/sys/arch/cats/include/
intr.h 3 #include <arm/footbridge/footbridge_intr.h>
irqhandler.h 3 #include <arm/footbridge/footbridge_irqhandler.h>
  /src/sys/arch/netwinder/include/
intr.h 3 #include <arm/footbridge/footbridge_intr.h>
irqhandler.h 3 #include <arm/footbridge/footbridge_irqhandler.h>
  /src/sys/arch/arm/footbridge/
footbridge_machdep.c 44 #include <arm/footbridge/footbridge.h>
45 #include <arm/footbridge/dc21285mem.h>
Makefile 3 INCSDIR= /usr/include/arm/footbridge
footbridge.c 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)
    [all...]
footbridge_intr.h 74 #include <arm/footbridge/dc21285mem.h>
75 #include <arm/footbridge/dc21285reg.h>
187 /* footbridge has 32 interrupt lines */
198 #define IRQNAMESIZE sizeof("footbridge irq 31")
footbridge_clock.c 54 #include <arm/footbridge/dc21285reg.h>
55 #include <arm/footbridge/footbridgevar.h>
56 #include <arm/footbridge/footbridge.h>
333 * Use a timer to track microseconds, if the footbridge hasn't been setup we
334 * rely on an estimated loop, however footbridge is attached very early on.
343 * For all current footbridge hardware, the fclk runs at a
footbridge_io.c 38 * bus_space I/O functions for footbridge
47 #include <arm/footbridge/footbridge.h>
48 #include <arm/footbridge/dc21285mem.h>
53 bs_protos(footbridge);
62 /* Declare the footbridge bus space tag */
footbridge_irqhandler.c 53 #include <arm/footbridge/dc21285mem.h>
54 #include <arm/footbridge/dc21285reg.h>
216 NULL, "footbridge", iq->iq_name);
249 NULL, "footbridge", name);
footbridge_pci.c 52 #include <arm/footbridge/dc21285reg.h>
53 #include <arm/footbridge/dc21285mem.h>
footbridge_com.c 35 * COM driver, using the footbridge UART
58 #include <arm/footbridge/dc21285mem.h>
59 #include <arm/footbridge/dc21285reg.h>
60 #include <arm/footbridge/footbridgevar.h>
61 #include <arm/footbridge/footbridge.h>
  /src/sys/arch/arm/
Makefile 5 # install footbridge headers.
6 SUBDIR+= footbridge
  /src/sys/arch/arm/footbridge/isa/
isa_machdep.c 92 #include <arm/footbridge/isa/icu.h>
93 #include <arm/footbridge/dc21285reg.h>
94 #include <arm/footbridge/dc21285mem.h>
424 * ISA interrupt line on the footbridge.
449 #warning Before using isa with footbridge you must define ISA_FOOTBRIDGE_IRQ
dsrtc.c 49 #include <arm/footbridge/isa/ds1687reg.h>
  /src/sys/arch/netwinder/pci/
pci_machdep.c 11 #include <arm/footbridge/dc21285reg.h>
  /src/sys/arch/cats/cats/
cats_machdep.c 79 #include <arm/footbridge/dc21285mem.h>
80 #include <arm/footbridge/dc21285reg.h>
103 * Footbridge registers and I/O mappings occupy 0xfd000000 - 0xffffffff
  /src/sys/arch/netwinder/netwinder/
netwinder_machdep.c 103 #include <arm/footbridge/dc21285mem.h>
104 #include <arm/footbridge/dc21285reg.h>
149 * Footbridge registers and I/O mappings occupy 0xfd000000 - 0xffffffff
902 * The problem with this is that when footbridge is

Completed in 19 milliseconds