/freebsd/sys/modules/bhnd/bhndb/ |
H A D | Makefile | 1 .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 D | bhndb_bus_if.m | 30 # 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 D | bhndb_if.m | 40 # 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 D | bhndb_pci_sprom.c | 84 DRIVER_MODULE(bhndb_pci_sprom, bhndb, bhndb_pci_sprom_driver, NULL, NULL);
|
H A D | bhndb.h | 47 int bhndb_attach_bridge(device_t parent, device_t *bhndb, int unit);
|
H A D | bhndb_pcivar.h | 110 struct bhndb_softc bhndb; /**< parent softc */ member
|
H A D | bhndb_pci.c | 579 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 D | bhndb_subr.c | 57 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 D | bhndb.c | 2294 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 D | bcma_bhndb.c | 168 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 D | siba_bhndb.c | 290 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 D | if_bwn_pci.c | 284 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 D | Makefile | 1 .PATH: ${SRCTOP}/sys/dev/bhnd/bhndb
|
/freebsd/sys/modules/bhnd/ |
H A D | Makefile | 66 bhndb \
|
/freebsd/sys/dev/bhnd/cores/chipc/pwrctl/ |
H A D | bhnd_pwrctl_hostb_if.m | 44 # interface, requiring that a host bridge driver (e.g. bhndb(4)) work in
|
/freebsd/sys/conf/ |
H A D | files | 1260 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 D | Makefile | 79 bhndb.4 \
|