Searched refs:PCIR_HDRTYPE (Results 1 – 20 of 20) sorted by relevance
| /NextBSD/usr.sbin/bhyve/ |
| HD | pci_hostbridge.c | 41 pci_set_cfgdata8(pi, PCIR_HDRTYPE, PCIM_HDRTYPE_NORMAL); in pci_hostbridge_init()
|
| HD | pci_emul.c | 1648 if (off <= PCIR_HDRTYPE && off + bytes > PCIR_HDRTYPE) { in pci_emul_hdrtype_fixup()
|
| /NextBSD/sys/dev/proto/ |
| HD | proto_bus_pci.c | 70 if ((pci_read_config(dev, PCIR_HDRTYPE, 1) & PCIM_HDRTYPE) != 0) in proto_pci_probe()
|
| /NextBSD/sys/dev/puc/ |
| HD | puc_pci.c | 119 if ((pci_read_config(dev, PCIR_HDRTYPE, 1) & PCIM_HDRTYPE) != 0) in puc_pci_probe()
|
| /NextBSD/sys/sparc64/pci/ |
| HD | ofw_pcibus.c | 147 if ((CS_READ(PCIR_HDRTYPE, 1) & PCIM_HDRTYPE) == in ofw_pcibus_setup_device()
|
| HD | schizo.c | 1230 (pci_read_config(child, PCIR_HDRTYPE, 1) & in schizo_setup_device()
|
| /NextBSD/sys/powerpc/ofw/ |
| HD | ofw_pcibus.c | 234 hdrtype = PCIB_READ_CONFIG(pcib, busno, s, f, PCIR_HDRTYPE, 1); in ofw_pcibus_enum_bus()
|
| /NextBSD/sys/mips/cavium/ |
| HD | octopci.c | 559 hdrtype = octopci_read_config(dev, b, s, f, PCIR_HDRTYPE, 1); in octopci_init_device() 719 hdrtype = octopci_read_config(dev, b, s, f, PCIR_HDRTYPE, 1); in octopci_init_bus()
|
| /NextBSD/sys/mips/nlm/ |
| HD | xlp_pci.c | 98 hdrtype = PCIB_READ_CONFIG(pcib, busno, s, f, PCIR_HDRTYPE, 1); in xlp_pci_attach()
|
| /NextBSD/sys/x86/pci/ |
| HD | pci_bus.c | 404 PCIR_HDRTYPE, 1); in legacy_pcib_identify()
|
| /NextBSD/sys/dev/pci/ |
| HD | pcireg.h | 115 #define PCIR_HDRTYPE 0x0e macro
|
| HD | pci_pci.c | 549 switch (pci_read_config(dev, PCIR_HDRTYPE, 1) & PCIM_HDRTYPE) { in pcib_setup_secbus()
|
| HD | pci.c | 652 cfg->hdrtype = REG(PCIR_HDRTYPE, 1); in pci_fill_devinfo() 3637 hdrtype = REG(PCIR_HDRTYPE, 1); in pci_add_children()
|
| /NextBSD/sys/i386/pci/ |
| HD | pci_pir.c | 273 value = pci_cfgregread(bus, device, 0, PCIR_HDRTYPE, 1); in pci_pir_search_irq()
|
| /NextBSD/sys/powerpc/mpc85xx/ |
| HD | pci_mpc85xx.c | 571 func, PCIR_HDRTYPE, 1); in fsl_pcib_init()
|
| /NextBSD/sys/mips/rt305x/ |
| HD | rt305x_pci.c | 814 PCIR_HDRTYPE, 1); in rt305x_pcib_init()
|
| /NextBSD/sys/dev/acpica/ |
| HD | acpi_pci_link.c | 580 value = pci_cfgregread(bus, device, 0, PCIR_HDRTYPE, 1); in acpi_pci_link_search_irq()
|
| /NextBSD/sys/arm/mv/ |
| HD | mv_pci.c | 763 func, PCIR_HDRTYPE, 1); in mv_pcib_init()
|
| /NextBSD/sys/dev/pccbb/ |
| HD | pccbb.c | 1014 h = PCIB_READ_CONFIG(brdev, b, 0, 0, PCIR_HDRTYPE, 1); in cbb_cardbus_reset_power()
|
| /NextBSD/sys/dev/aacraid/ |
| HD | aacraid.c | 1923 status = pci_read_config(dev, PCIR_HDRTYPE, 1); in aac_find_pci_capability()
|