Searched refs:bus_type (Results 1 - 20 of 20) sorted by relevance

/openbsd-current/sys/dev/pci/drm/include/linux/
H A Diommu.h6 struct bus_type;
24 struct iommu_domain *iommu_domain_alloc(struct bus_type *);
H A Dplatform_device.h28 extern struct bus_type platform_bus_type;
H A Ddevice.h20 struct bus_type { struct
/openbsd-current/sys/dev/pci/drm/i915/gt/uc/
H A Dintel_huc.h17 struct bus_type;
69 void intel_huc_register_gsc_notifier(struct intel_huc *huc, const struct bus_type *bus);
70 void intel_huc_unregister_gsc_notifier(struct intel_huc *huc, const struct bus_type *bus);
H A Dintel_huc.c206 void intel_huc_register_gsc_notifier(struct intel_huc *huc, const struct bus_type *bus)
222 void intel_huc_unregister_gsc_notifier(struct intel_huc *huc, const struct bus_type *bus)
/openbsd-current/sys/arch/i386/include/
H A Dmpbiosreg.h132 char bus_type[6]; member in struct:mpbios_bus
/openbsd-current/sys/arch/amd64/include/
H A Dmpbiosreg.h132 char bus_type[6]; member in struct:mpbios_bus
/openbsd-current/sys/dev/ic/
H A Dadvlib.c272 sc->max_dma_count = AscGetMaxDmaCount(sc->bus_type);
278 chip_version = AscGetChipVersion(iot, ioh, sc->bus_type);
280 if ((sc->bus_type & ASC_IS_PCI) &&
282 sc->bus_type = ASC_IS_PCI_ULTRA;
318 if (sc->bus_type == ASC_IS_PCI)
325 sc->bus_type = ASC_IS_ISAPNP;
327 if ((sc->bus_type & ASC_IS_ISA) != 0)
378 chksum = AscGetEEPConfig(iot, ioh, eep_config, sc->bus_type);
402 if (AscGetChipVersion(iot, ioh, sc->bus_type) ==
454 if (((sc->bus_type
804 AscGetChipVersion(bus_space_tag_t iot, bus_space_handle_t ioh, u_int16_t bus_type) argument
1324 AscGetEEPConfig(bus_space_tag_t iot, bus_space_handle_t ioh, ASCEEP_CONFIG *cfg_buf, u_int16_t bus_type) argument
1366 AscSetEEPConfig(bus_space_tag_t iot, bus_space_handle_t ioh, ASCEEP_CONFIG *cfg_buf, u_int16_t bus_type) argument
1386 AscSetEEPConfigOnce(bus_space_tag_t iot, bus_space_handle_t ioh, ASCEEP_CONFIG *cfg_buf, u_int16_t bus_type) argument
1921 AscGetChipIRQ(bus_space_tag_t iot, bus_space_handle_t ioh, u_int16_t bus_type) argument
1952 AscSetChipIRQ(bus_space_tag_t iot, bus_space_handle_t ioh, u_int8_t irq_no, u_int16_t bus_type) argument
2022 AscGetMaxDmaCount(u_int16_t bus_type) argument
[all...]
H A Dadwlib.h986 * The second parameter 'bus_type' is currently unused.
988 #define ADW_GET_CHIP_VERSION(iot, ioh, bus_type) \
H A Dadw.c378 ADW_GET_CHIP_VERSION(sc->sc_iot, sc->sc_ioh, sc->bus_type);
H A Dadvlib.h846 u_int16_t bus_type; member in struct:asc_softc
/openbsd-current/sys/arch/amd64/amd64/
H A Dmpbios.c866 bus_id, entry->bus_type);
875 self->dv_xname, bus_id, entry->bus_type);
881 if (memcmp(entry->bus_type, "PCI ", 6) == 0) {
887 } else if (memcmp(entry->bus_type, "EISA ", 6) == 0) {
901 } else if (memcmp(entry->bus_type, "ISA ", 6) == 0) {
913 entry->bus_type);
/openbsd-current/sys/dev/pci/
H A Dadv_pci.c159 sc->bus_type = ASC_IS_PCI;
H A Dif_ixgb.c2034 ixgb_bus_type bus_type; local
2038 bus_type = sc->hw.bus.type;
2049 bus_type == ixgb_bus_type_pci ? "PCI" :
2050 bus_type == ixgb_bus_type_pcix ? "PCI-X" :
H A Dif_em_hw.c943 if (hw->bus_type == em_bus_type_pci_express) {
1714 if (hw->bus_type == em_bus_type_pcix) {
8394 hw->bus_type = em_bus_type_unknown;
8399 hw->bus_type = em_bus_type_cpp;
8413 hw->bus_type = em_bus_type_pci_express;
8433 hw->bus_type = em_bus_type_pci_express;
8439 hw->bus_type = (status & E1000_STATUS_PCIX_MODE) ?
8443 hw->bus_speed = (hw->bus_type == em_bus_type_pci) ?
8445 } else if (hw->bus_type == em_bus_type_pci) {
9543 if (hw->bus_type !
[all...]
H A Dif_em.c614 if (sc->hw.bus_type == em_bus_type_pcix &&
H A Dif_em_hw.h1417 em_bus_type bus_type; member in struct:em_hw
/openbsd-current/sys/arch/i386/i386/
H A Dmpbios.c935 bus_id, entry->bus_type);
944 self->dv_xname, bus_id, entry->bus_type);
950 if (memcmp(entry->bus_type, "PCI ", 6) == 0) {
955 } else if (memcmp(entry->bus_type, "EISA ", 6) == 0) {
968 } else if (memcmp(entry->bus_type, "ISA ", 6) == 0) {
980 entry->bus_type);
/openbsd-current/sys/dev/pci/drm/
H A Ddrm_mipi_dsi.c94 static struct bus_type mipi_dsi_bus_type = {
H A Ddrm_linux.c3389 iommu_domain_alloc(struct bus_type *type)
3640 struct bus_type platform_bus_type;

Completed in 514 milliseconds