Searched refs:siba (Results 1 - 12 of 12) sorted by relevance

/freebsd-13-stable/sys/modules/bhnd/siba/
H A DMakefile3 .PATH: ${SRCTOP}/sys/dev/bhnd/siba
5 KMOD= siba
6 SRCS= siba.c siba_subr.c \
/freebsd-13-stable/sys/modules/bhnd/siba_bhndb/
H A DMakefile3 .PATH: ${SRCTOP}/sys/dev/bhnd/siba
/freebsd-13-stable/sys/mips/broadcom/
H A Dsiba_nexus.c42 #include <dev/bhnd/siba/sibareg.h>
43 #include <dev/bhnd/siba/sibavar.h>
51 * Supports siba(4) attachment to a MIPS nexus bus.
53 * Derived from Bruce M. Simpson' original siba(4) driver.
H A Dbcm_machdep.c86 #include <dev/bhnd/siba/sibareg.h>
87 #include <dev/bhnd/siba/sibavar.h>
H A Dbcm_bmips.c50 #include <dev/bhnd/siba/sibareg.h>
60 * These cores are only found on siba(4) chipsets, allowing
61 * us to assume the availability of siba interrupt registers.
98 /* Check the chip type; should only be found on siba(4) chipsets */
125 /* Determine the resource ID for our siba CFG0 registers */
H A Dbcm_mips.c46 #include <dev/bhnd/siba/sibareg.h>
/freebsd-13-stable/sys/dev/bhnd/siba/
H A Dsiba_bhndb.c51 * Supports attachment of siba(4) bus devices via a bhndb bridge.
60 struct siba_softc siba; /**< common siba per-instance state */ member in struct:siba_bhndb_softc
241 d11 = bhnd_bus_match_child(sc->siba.dev, &(struct bhnd_core_match) {
296 MODULE_DEPEND(siba_bhndb, siba, 1, 1, 1);
H A Dsiba.c72 * Default siba(4) bus driver implementation of DEVICE_ATTACH().
74 * This implementation initializes internal siba(4) state and performs
222 panic("bhnd_set_pmu_info() called with siba PMU state "
1127 * Default siba(4) bus driver implementation of BHND_BUS_GET_INTR_COUNT().
1149 * Default siba(4) bus driver implementation of BHND_BUS_GET_INTR_IVEC().
1179 * @param dev The siba bus device.
1271 /* Free siba device info */
1282 * @param dev The siba bus device.
1315 * defer mapping of the per-core siba(4) config blocks until all cores
1443 MODULE_VERSION(siba,
[all...]
/freebsd-13-stable/sys/modules/bhnd/
H A DMakefile71 siba \
/freebsd-13-stable/share/man/man4/
H A DMakefile487 siba.4 \
/freebsd-13-stable/sys/dev/bhnd/
H A Dbhnd_subr.c48 #include <dev/bhnd/siba/sibareg.h>
/freebsd-13-stable/sys/dev/bhnd/bhndb/
H A Dbhndb_pci.c41 * bus (e.g. bcma or siba) via a Broadcom PCI core configured in end-point
67 #include <dev/bhnd/siba/sibareg.h>
185 /* Backplane interrupt flags must be routed via siba-specific
793 * 0x1E00+0x1FFF siba config registers 0xE00-0xFFF
889 * A siba(4) and bcma(4)-compatible bhndb_set_window_addr implementation.
891 * On siba(4) devices, it's possible that writing a PCI window register may
1200 /* siba-specific implementation of BHNDB_ROUTE_INTERRUPTS() */

Completed in 105 milliseconds