Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/pciconf/
H A Dcap.c153 if ((p->pc_hdr & PCIM_HDRTYPE) == 1) in cap_pcix()
155 if ((p->pc_hdr & PCIM_HDRTYPE) != 1 || (status & (PCIXM_STATUS_133CAP | in cap_pcix()
171 if ((p->pc_hdr & PCIM_HDRTYPE) == 1) in cap_pcix()
536 switch (p->pc_hdr & PCIM_HDRTYPE) { in list_caps()
747 switch (p->pc_hdr & PCIM_HDRTYPE) { in pci_find_cap()
H A Dpciconf.c417 switch (p->pc_hdr & PCIM_HDRTYPE) { in list_bridge()
437 switch (p->pc_hdr & PCIM_HDRTYPE) { in list_bars()
/dragonfly/sys/bus/pci/x86_64/
H A Dpci_bus.c359 if ((hdrtype & PCIM_HDRTYPE) > PCI_MAXHDRTYPE) in legacy_pcib_identify()
/dragonfly/sys/bus/pci/
H A Dpcireg.h107 #define PCIM_HDRTYPE 0x7f macro
H A Dpci.c771 if ((cfg->hdrtype & PCIM_HDRTYPE) == 1) { in pci_read_cap_subvendor()
792 if ((cfg->hdrtype & PCIM_HDRTYPE) == 1) in pci_read_cap_pcix()
865 switch (cfg->hdrtype & PCIM_HDRTYPE) { in pci_read_capabilities()
1394 switch (cfg->hdrtype & PCIM_HDRTYPE) { in pci_find_extcap_method()
3091 if ((hdrtype & PCIM_HDRTYPE) > PCI_MAXHDRTYPE) in pci_add_children()
/dragonfly/sys/dev/misc/puc/
H A Dpuc.c158 if ((pci_read_config(dev, PCIR_HDRTYPE, 1) & PCIM_HDRTYPE) != 0) in puc_pci_probe()
/dragonfly/sys/dev/acpica/
H A Dacpi_pci_link.c582 if ((value & PCIM_HDRTYPE) > PCI_MAXHDRTYPE) in acpi_pci_link_search_irq()