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

/freebsd-current/sys/dev/cpufreq/
H A Dichss.c173 device_t hostb; local
175 hostb = pci_find_bsf(0, 0, 0);
176 if (hostb != NULL &&
177 pci_get_vendor(hostb) == PCI_VENDOR_INTEL &&
178 pci_get_device(hostb) == PCI_DEV_82815_MC &&
179 pci_get_revid(hostb) < 5)
/freebsd-current/sys/dev/bhnd/siba/
H A Dsiba_bhndb.c113 device_t hostb; local
124 if ((hostb = bhnd_bus_find_hostb_device(dev)) != NULL) {
125 sc->quirks |= bhnd_device_quirks(hostb, bridge_devs,
/freebsd-current/sys/x86/pci/
H A Dpci_bus.c119 device_t bus, hostb; local
131 hostb = pci_find_bsf(0, slot, func);
132 KASSERT(hostb != NULL, ("%s: missing hostb for 0:%d:%d", __func__,
134 pci_ht_map_msi(hostb, *addr);
/freebsd-current/sys/dev/agp/
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_sis.c285 DRIVER_MODULE(agp_sis, hostb, agp_sis_driver, 0, 0);
H A Dagp_intel.c431 DRIVER_MODULE(agp_intel, hostb, agp_intel_driver, 0, 0);
H A Dagp_amd.c402 DRIVER_MODULE(agp_amd, hostb, agp_amd_driver, 0, 0);
H A Dagp_ati.c374 DRIVER_MODULE(agp_ati, hostb, agp_ati_driver, 0, 0);
H A Dagp_via.c420 DRIVER_MODULE(agp_via, hostb, agp_via_driver, 0, 0);
H A Dagp_nvidia.c447 DRIVER_MODULE(agp_nvidia, hostb, agp_nvidia_driver, 0, 0);
H A Dagp_amd64.c510 DRIVER_MODULE(agp_amd64, hostb, agp_amd64_driver, 0, 0);
/freebsd-current/sys/dev/acpica/
H A Dacpi_pcib_acpi.c430 panic("failed to init hostb resources");
684 device_t bus, hostb; local
696 hostb = pci_find_dbsf(sc->ap_segment, 0, ACPI_ADR_PCI_SLOT(sc->ap_addr),
698 if (hostb != NULL)
699 pci_ht_map_msi(hostb, *addr);
/freebsd-current/sys/dev/pci/
H A Dhostb_pci.c282 "hostb",
287 DRIVER_MODULE(hostb, pci, pci_hostb_driver, 0, 0);
/freebsd-current/sys/dev/amdsmn/
H A Damdsmn.c143 DRIVER_MODULE(amdsmn, hostb, amdsmn_driver, NULL, NULL);
/freebsd-current/sys/dev/bhnd/cores/chipc/
H A Dchipc.c1098 device_t hostb; local
1111 hostb = bhnd_bus_find_hostb_device(parent);
1122 if (devs[i] == hostb || devs[i] == sc->dev)
/freebsd-current/sys/dev/bhnd/
H A Dbhnd_subr.c918 device_t hostb, parent; local
923 hostb = bhnd_bus_find_hostb_device(parent);
936 /* hostb implies BHND_ATTACH_ADAPTER requirement */
945 if (dev != hostb)
/freebsd-current/sys/dev/amdtemp/
H A Damdtemp.c247 DRIVER_MODULE(amdtemp, hostb, amdtemp_driver, NULL, NULL);
/freebsd-current/sys/dev/bwn/
H A Dif_bwn.c539 device_t parent, hostb; local
557 if ((hostb = bhnd_bus_find_hostb_device(parent)) != NULL) {
558 sc->sc_quirks |= bhnd_device_quirks(hostb, bridge_devices,

Completed in 295 milliseconds