/freebsd/sys/dev/cpufreq/ |
H A D | ichss.c | 173 device_t hostb; in ichss_identify() local 175 hostb = pci_find_bsf(0, 0, 0); in ichss_identify() 176 if (hostb != NULL && in ichss_identify() 177 pci_get_vendor(hostb) == PCI_VENDOR_INTEL && in ichss_identify() 178 pci_get_device(hostb) == PCI_DEV_82815_MC && in ichss_identify() 179 pci_get_revid(hostb) < 5) in ichss_identify()
|
/freebsd/sys/dev/bhnd/siba/ |
H A D | siba_bhndb.c | 113 device_t hostb; in siba_bhndb_attach() local 124 if ((hostb = bhnd_bus_find_hostb_device(dev)) != NULL) { in siba_bhndb_attach() 125 sc->quirks |= bhnd_device_quirks(hostb, bridge_devs, in siba_bhndb_attach()
|
/freebsd/sys/x86/pci/ |
H A D | pci_bus.c | 119 device_t bus, hostb; in legacy_pcib_map_msi() local 131 hostb = pci_find_bsf(0, slot, func); in legacy_pcib_map_msi() 132 KASSERT(hostb != NULL, ("%s: missing hostb for 0:%d:%d", __func__, in legacy_pcib_map_msi() 134 pci_ht_map_msi(hostb, *addr); in legacy_pcib_map_msi()
|
/freebsd/sys/dev/acpica/ |
H A D | acpi_pcib_acpi.c | 588 device_t bus, hostb; in acpi_pcib_map_msi() local 600 hostb = pci_find_dbsf(sc->ap_segment, 0, ACPI_ADR_PCI_SLOT(sc->ap_addr), in acpi_pcib_map_msi() 602 if (hostb != NULL) in acpi_pcib_map_msi() 603 pci_ht_map_msi(hostb, *addr); in acpi_pcib_map_msi()
|
/freebsd/sys/dev/agp/ |
H A D | agp_sis.c | 285 DRIVER_MODULE(agp_sis, hostb, agp_sis_driver, 0, 0);
|
H A D | agp_ali.c | 265 DRIVER_MODULE(agp_ali, hostb, agp_ali_driver, 0, 0);
|
H A D | agp_apple.c | 290 DRIVER_MODULE(agp_apple, hostb, agp_apple_driver, 0, 0);
|
H A D | agp_intel.c | 431 DRIVER_MODULE(agp_intel, hostb, agp_intel_driver, 0, 0);
|
H A D | agp_via.c | 420 DRIVER_MODULE(agp_via, hostb, agp_via_driver, 0, 0);
|
H A D | agp_ati.c | 374 DRIVER_MODULE(agp_ati, hostb, agp_ati_driver, 0, 0);
|
H A D | agp_amd.c | 402 DRIVER_MODULE(agp_amd, hostb, agp_amd_driver, 0, 0);
|
H A D | agp_amd64.c | 510 DRIVER_MODULE(agp_amd64, hostb, agp_amd64_driver, 0, 0);
|
H A D | agp_nvidia.c | 447 DRIVER_MODULE(agp_nvidia, hostb, agp_nvidia_driver, 0, 0);
|
/freebsd/sys/dev/amdsmn/ |
H A D | amdsmn.c | 157 DRIVER_MODULE(amdsmn, hostb, amdsmn_driver, NULL, NULL);
|
/freebsd/sys/dev/pci/ |
H A D | hostb_pci.c | 287 DRIVER_MODULE(hostb, pci, pci_hostb_driver, 0, 0);
|
/freebsd/sys/dev/bhnd/cores/chipc/ |
H A D | chipc.c | 1096 device_t hostb; in chipc_should_enable_muxed_sprom() local 1109 hostb = bhnd_bus_find_hostb_device(parent); in chipc_should_enable_muxed_sprom() 1120 if (devs[i] == hostb || devs[i] == sc->dev) in chipc_should_enable_muxed_sprom()
|
/freebsd/sys/dev/amdtemp/ |
H A D | amdtemp.c | 252 DRIVER_MODULE(amdtemp, hostb, amdtemp_driver, NULL, NULL);
|
/freebsd/sys/dev/bhnd/ |
H A D | bhnd_bus_if.m | 393 * @retval device_t if a hostb device exists 394 * @retval NULL if no hostb device is found.
|
/freebsd/sys/dev/bwn/ |
H A D | if_bwn.c | 539 device_t parent, hostb; in bwn_attach() local 557 if ((hostb = bhnd_bus_find_hostb_device(parent)) != NULL) { in bwn_attach() 558 sc->sc_quirks |= bhnd_device_quirks(hostb, bridge_devices, in bwn_attach()
|