Home
last modified time | relevance | path

Searched refs:bhndb (Results 1 – 17 of 17) sorted by relevance

/freebsd/sys/modules/bhnd/bhndb/
H A DMakefile1 .PATH: ${SRCTOP}/sys/dev/bhnd/bhndb
3 KMOD= bhndb
4 SRCS= bhndb.c bhndb_subr.c bhndb_hwdata.c \
/freebsd/sys/dev/bhnd/bhndb/
H A Dbhndb_bus_if.m30 # Parent bus interface required by attached bhndb bridge devices.
78 * the bhndb bridge device to enumerate attached devices.
81 * @param child The attached bhndb device.
97 * @param child The attached bhndb device.
109 * @param child The attached bhndb device.
121 * @param child The attached bhndb device.
137 * @param child The attached bhndb device.
H A Dbhndb_if.m40 # bhndb bridge device interface.
43 INTERFACE bhndb;
54 #include <dev/bhnd/bhndb/bhndbvar.h>
122 * @param child The bhndb-attached device.
134 * @param child The bhndb-attached device.
H A Dbhndb_pci_sprom.c84 DRIVER_MODULE(bhndb_pci_sprom, bhndb, bhndb_pci_sprom_driver, NULL, NULL);
H A Dbhndb.h47 int bhndb_attach_bridge(device_t parent, device_t *bhndb, int unit);
H A Dbhndb_pcivar.h110 struct bhndb_softc bhndb; /**< parent softc */ member
H A Dbhndb_pci.c579 bres = sc->bhndb.bus_res; in bhndb_pci_sprom_regwin()
599 r = bhndb_host_resource_for_regwin(sc->bhndb.bus_res->res, sprom_win); in bhndb_pci_sprom_addr()
674 win = bhndb_regwin_find_core(sc->bhndb.bus_res->cfg->register_windows, in bhndb_pci_get_core_regs()
682 r = bhndb_host_resource_for_regwin(sc->bhndb.bus_res->res, win); in bhndb_pci_get_core_regs()
1755 DEFINE_CLASS_1(bhndb, bhndb_pci_driver, bhndb_pci_methods,
1761 MODULE_DEPEND(bhndb_pci, bhndb, 1, 1, 1);
H A Dbhndb_subr.c57 bhndb_attach_bridge(device_t parent, device_t *bhndb, int unit) in bhndb_attach_bridge() argument
61 *bhndb = device_add_child(parent, "bhndb", unit); in bhndb_attach_bridge()
62 if (*bhndb == NULL) in bhndb_attach_bridge()
65 if (!(error = device_probe_and_attach(*bhndb))) in bhndb_attach_bridge()
68 if ((device_delete_child(parent, *bhndb))) in bhndb_attach_bridge()
H A Dbhndb.c2294 DEFINE_CLASS_0(bhndb, bhndb_driver, bhndb_methods, sizeof(struct bhndb_softc));
2296 MODULE_VERSION(bhndb, 1);
2297 MODULE_DEPEND(bhndb, bhnd, 1, 1, 1);
/freebsd/sys/dev/bhnd/bcma/
H A Dbcma_bhndb.c168 DRIVER_MODULE(bcma_bhndb, bhndb, bcma_bhndb_driver, NULL, NULL);
173 MODULE_DEPEND(bcma_bhndb, bhndb, 1, 1, 1);
/freebsd/sys/dev/bhnd/siba/
H A Dsiba_bhndb.c290 DRIVER_MODULE(siba_bhndb, bhndb, siba_bhndb_driver, NULL, NULL);
295 MODULE_DEPEND(siba_bhndb, bhndb, 1, 1, 1);
/freebsd/sys/dev/bwn/
H A Dif_bwn_pci.c284 DRIVER_MODULE(bhndb, bwn_pci, bhndb_pci_driver, NULL, NULL);
288 MODULE_DEPEND(bwn_pci, bhndb, 1, 1, 1);
/freebsd/sys/modules/bhnd/bhndb_pci/
H A DMakefile1 .PATH: ${SRCTOP}/sys/dev/bhnd/bhndb
/freebsd/sys/modules/bhnd/
H A DMakefile66 bhndb \
/freebsd/sys/dev/bhnd/cores/chipc/pwrctl/
H A Dbhnd_pwrctl_hostb_if.m44 # interface, requiring that a host bridge driver (e.g. bhndb(4)) work in
/freebsd/sys/conf/
H A Dfiles1260 dev/bhnd/bhndb/bhnd_bhndb.c optional bhndb bhnd
1261 dev/bhnd/bhndb/bhndb.c optional bhndb bhnd
1262 dev/bhnd/bhndb/bhndb_bus_if.m optional bhndb bhnd
1263 dev/bhnd/bhndb/bhndb_hwdata.c optional bhndb bhnd
1264 dev/bhnd/bhndb/bhndb_if.m optional bhndb bhnd
1265 dev/bhnd/bhndb/bhndb_pci.c optional bhndb_pci bhndb bhnd pci
1266 dev/bhnd/bhndb/bhndb_pci_hwdata.c optional bhndb_pci bhndb bhnd pci
1267 dev/bhnd/bhndb/bhndb_pci_sprom.c optional bhndb_pci bhndb bhnd pci
1268 dev/bhnd/bhndb/bhndb_subr.c optional bhndb bhnd
1270 dev/bhnd/bcma/bcma_bhndb.c optional bcma bhnd bhndb
[all …]
/freebsd/share/man/man4/
H A DMakefile79 bhndb.4 \