Home
last modified time | relevance | path

Searched refs:hostb (Results 1 – 19 of 19) sorted by relevance

/freebsd/sys/dev/cpufreq/
H A Dichss.c173 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 Dsiba_bhndb.c113 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 Dpci_bus.c119 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 Dacpi_pcib_acpi.c588 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 Dagp_sis.c285 DRIVER_MODULE(agp_sis, hostb, agp_sis_driver, 0, 0);
H A Dagp_ali.c265 DRIVER_MODULE(agp_ali, hostb, agp_ali_driver, 0, 0);
H A Dagp_apple.c290 DRIVER_MODULE(agp_apple, hostb, agp_apple_driver, 0, 0);
H A Dagp_intel.c431 DRIVER_MODULE(agp_intel, hostb, agp_intel_driver, 0, 0);
H A Dagp_via.c420 DRIVER_MODULE(agp_via, hostb, agp_via_driver, 0, 0);
H A Dagp_ati.c374 DRIVER_MODULE(agp_ati, hostb, agp_ati_driver, 0, 0);
H A Dagp_amd.c402 DRIVER_MODULE(agp_amd, hostb, agp_amd_driver, 0, 0);
H A Dagp_amd64.c510 DRIVER_MODULE(agp_amd64, hostb, agp_amd64_driver, 0, 0);
H A Dagp_nvidia.c447 DRIVER_MODULE(agp_nvidia, hostb, agp_nvidia_driver, 0, 0);
/freebsd/sys/dev/amdsmn/
H A Damdsmn.c157 DRIVER_MODULE(amdsmn, hostb, amdsmn_driver, NULL, NULL);
/freebsd/sys/dev/pci/
H A Dhostb_pci.c287 DRIVER_MODULE(hostb, pci, pci_hostb_driver, 0, 0);
/freebsd/sys/dev/bhnd/cores/chipc/
H A Dchipc.c1096 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 Damdtemp.c252 DRIVER_MODULE(amdtemp, hostb, amdtemp_driver, NULL, NULL);
/freebsd/sys/dev/bhnd/
H A Dbhnd_bus_if.m393 * @retval device_t if a hostb device exists
394 * @retval NULL if no hostb device is found.
/freebsd/sys/dev/bwn/
H A Dif_bwn.c539 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()