Home
last modified time | relevance | path

Searched refs:PCIM_HDRTYPE (Results 1 – 21 of 21) sorted by relevance

/NextBSD/usr.sbin/pciconf/
HDcap.c155 if ((p->pc_hdr & PCIM_HDRTYPE) == 1) in cap_pcix()
157 if ((p->pc_hdr & PCIM_HDRTYPE) != 1 || (status & (PCIXM_STATUS_133CAP | in cap_pcix()
173 if ((p->pc_hdr & PCIM_HDRTYPE) == 1) in cap_pcix()
547 switch (p->pc_hdr & PCIM_HDRTYPE) { in list_caps()
845 switch (p->pc_hdr & PCIM_HDRTYPE) { in pci_find_cap()
HDpciconf.c443 switch (p->pc_hdr & PCIM_HDRTYPE) { in list_bridge()
460 switch (p->pc_hdr & PCIM_HDRTYPE) { in list_bars()
/NextBSD/sys/dev/proto/
HDproto_bus_pci.c70 if ((pci_read_config(dev, PCIR_HDRTYPE, 1) & PCIM_HDRTYPE) != 0) in proto_pci_probe()
/NextBSD/sys/dev/puc/
HDpuc_pci.c119 if ((pci_read_config(dev, PCIR_HDRTYPE, 1) & PCIM_HDRTYPE) != 0) in puc_pci_probe()
/NextBSD/sys/sparc64/pci/
HDofw_pcibus.c147 if ((CS_READ(PCIR_HDRTYPE, 1) & PCIM_HDRTYPE) == in ofw_pcibus_setup_device()
HDschizo.c1231 PCIM_HDRTYPE) != PCIM_HDRTYPE_BRIDGE && in schizo_setup_device()
/NextBSD/sys/powerpc/ofw/
HDofw_pcibus.c235 if ((hdrtype & PCIM_HDRTYPE) > PCI_MAXHDRTYPE) in ofw_pcibus_enum_bus()
/NextBSD/sys/dev/pci/
HDpci.c570 if ((cfg->hdrtype & PCIM_HDRTYPE) != PCIM_HDRTYPE_NORMAL) in pci_fixancient()
584 switch (cfg->hdrtype & PCIM_HDRTYPE) { in pci_hdrtypedata()
707 switch (cfg->hdrtype & PCIM_HDRTYPE) { in pci_read_cap()
803 if ((cfg->hdrtype & PCIM_HDRTYPE) == in pci_read_cap()
818 if ((cfg->hdrtype & PCIM_HDRTYPE) == in pci_read_cap()
1326 switch (cfg->hdrtype & PCIM_HDRTYPE) { in pci_find_cap_method()
3359 switch (cfg->hdrtype & PCIM_HDRTYPE) { in pci_reserve_secbus()
3468 switch (cfg->hdrtype & PCIM_HDRTYPE) { in pci_alloc_secbus()
3638 if ((hdrtype & PCIM_HDRTYPE) > PCI_MAXHDRTYPE) in pci_add_children()
5238 switch (dinfo->cfg.hdrtype & PCIM_HDRTYPE) { in pci_cfg_restore()
[all …]
HDpcireg.h116 #define PCIM_HDRTYPE 0x7f macro
HDpci_pci.c549 switch (pci_read_config(dev, PCIR_HDRTYPE, 1) & PCIM_HDRTYPE) { in pcib_setup_secbus()
/NextBSD/sys/mips/rt305x/
HDrt305x_pci.c725 maxbar = (hdrtype & PCIM_HDRTYPE) ? 0 : 6; in rt305x_pcib_init_all_bars()
816 if ((hdrtype & PCIM_HDRTYPE) > PCI_MAXHDRTYPE) in rt305x_pcib_init()
/NextBSD/sys/mips/nlm/
HDxlp_pci.c99 if ((hdrtype & PCIM_HDRTYPE) > PCI_MAXHDRTYPE) in xlp_pci_attach()
/NextBSD/sys/arm/mv/
HDmv_pci.c765 if ((hdrtype & PCIM_HDRTYPE) > PCI_MAXHDRTYPE) in mv_pcib_init()
814 maxbar = (hdrtype & PCIM_HDRTYPE) ? 0 : 6; in mv_pcib_init_all_bars()
/NextBSD/sys/x86/pci/
HDpci_bus.c411 if ((hdrtype & PCIM_HDRTYPE) > PCI_MAXHDRTYPE) in legacy_pcib_identify()
/NextBSD/sys/i386/pci/
HDpci_pir.c274 if ((value & PCIM_HDRTYPE) > PCI_MAXHDRTYPE) in pci_pir_search_irq()
/NextBSD/sys/amd64/vmm/io/
HDppt.c136 if ((dinfo->cfg.hdrtype & PCIM_HDRTYPE) != PCIM_HDRTYPE_NORMAL) in ppt_probe()
/NextBSD/sys/powerpc/mpc85xx/
HDpci_mpc85xx.c573 if ((hdrtype & PCIM_HDRTYPE) > PCI_MAXHDRTYPE) in fsl_pcib_init()
/NextBSD/sys/mips/cavium/
HDoctopci.c571 switch (hdrtype & PCIM_HDRTYPE) { in octopci_init_device()
/NextBSD/sys/dev/acpica/
HDacpi_pci_link.c581 if ((value & PCIM_HDRTYPE) > PCI_MAXHDRTYPE) in acpi_pci_link_search_irq()
/NextBSD/sys/dev/aacraid/
HDaacraid.c1924 switch (status & PCIM_HDRTYPE) { in aac_find_pci_capability()
/NextBSD/sys/dev/cxgb/
HDcxgb_main.c1154 switch (cfg->hdrtype & PCIM_HDRTYPE) { in t3_os_find_pci_capability()