Searched refs:footbridge (Results 1 - 20 of 20) sorted by relevance

/netbsd-current/sys/arch/cats/include/
H A Dintr.h3 #include <arm/footbridge/footbridge_intr.h>
H A Dirqhandler.h3 #include <arm/footbridge/footbridge_irqhandler.h>
/netbsd-current/sys/arch/netwinder/include/
H A Dintr.h3 #include <arm/footbridge/footbridge_intr.h>
H A Dirqhandler.h3 #include <arm/footbridge/footbridge_irqhandler.h>
/netbsd-current/sys/arch/arm/footbridge/
H A Dfootbridge_machdep.c44 #include <arm/footbridge/footbridge.h>
45 #include <arm/footbridge/dc21285mem.h>
H A DMakefile3 INCSDIR= /usr/include/arm/footbridge
H A Dfootbridge.c1 /* $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>
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 syste
[all...]
H A Dfootbridge_intr.h74 #include <arm/footbridge/dc21285mem.h>
75 #include <arm/footbridge/dc21285reg.h>
187 /* footbridge has 32 interrupt lines */
198 #define IRQNAMESIZE sizeof("footbridge irq 31")
H A Dfootbridge_clock.c54 #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
H A Dfootbridge_io.c38 * bus_space I/O functions for footbridge
47 #include <arm/footbridge/footbridge.h>
48 #include <arm/footbridge/dc21285mem.h>
53 bs_protos(footbridge); variable
62 /* Declare the footbridge bus space tag */
H A Dfootbridge_irqhandler.c53 #include <arm/footbridge/dc21285mem.h>
54 #include <arm/footbridge/dc21285reg.h>
216 NULL, "footbridge", iq->iq_name);
249 NULL, "footbridge", name);
H A Dfootbridge_pci.c52 #include <arm/footbridge/dc21285reg.h>
53 #include <arm/footbridge/dc21285mem.h>
H A Dfootbridge_com.c35 * 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>
/netbsd-current/sys/arch/arm/
H A DMakefile5 # install footbridge headers.
6 SUBDIR+= footbridge
H A DMakefile.inc8 SARM+= ${SYSDIR}/arch/arm/footbridge/*.[ch]
/netbsd-current/sys/arch/arm/footbridge/isa/
H A Disa_machdep.c92 #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
H A Ddsrtc.c49 #include <arm/footbridge/isa/ds1687reg.h>
/netbsd-current/sys/arch/netwinder/pci/
H A Dpci_machdep.c11 #include <arm/footbridge/dc21285reg.h>
/netbsd-current/sys/arch/cats/cats/
H A Dcats_machdep.c79 #include <arm/footbridge/dc21285mem.h>
80 #include <arm/footbridge/dc21285reg.h>
/netbsd-current/sys/arch/netwinder/netwinder/
H A Dnetwinder_machdep.c103 #include <arm/footbridge/dc21285mem.h>
104 #include <arm/footbridge/dc21285reg.h>
902 * The problem with this is that when footbridge is

Completed in 276 milliseconds