Home
last modified time | relevance | path

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

/freebsd/usr.sbin/pciconf/
H A Dcap.c154 if ((p->pc_hdr & PCIM_HDRTYPE) == 1) in cap_pcix()
156 if ((p->pc_hdr & PCIM_HDRTYPE) != 1 || (status & (PCIXM_STATUS_133CAP | in cap_pcix()
172 if ((p->pc_hdr & PCIM_HDRTYPE) == 1) in cap_pcix()
816 if ((p->pc_hdr & PCIM_HDRTYPE) == PCIM_HDRTYPE_BRIDGE) { in list_caps()
882 switch (p->pc_hdr & PCIM_HDRTYPE) { in ecap_vc()
1306 switch (p->pc_hdr & PCIM_HDRTYPE) {
H A Dpciconf.c810 switch (p->pc_hdr & PCIM_HDRTYPE) { in list_bridge()
827 switch (p->pc_hdr & PCIM_HDRTYPE) { in list_bars()
/freebsd/sys/arm/annapurna/alpine/
H A Dalpine_pci.c130 if ((hdrtype & PCIM_HDRTYPE) > PCI_MAXHDRTYPE) in al_pcib_fixup()
/freebsd/sys/dev/puc/
H A Dpuc_pci.c119 if ((pci_read_config(dev, PCIR_HDRTYPE, 1) & PCIM_HDRTYPE) != 0) in puc_pci_probe()
/freebsd/sys/dev/pci/
H A Dpci.c691 if ((cfg->hdrtype & PCIM_HDRTYPE) != PCIM_HDRTYPE_NORMAL) in pci_fixancient()
705 switch (cfg->hdrtype & PCIM_HDRTYPE) { in pci_hdrtypedata()
855 if ((cfg->hdrtype & PCIM_HDRTYPE) == PCIM_HDRTYPE_BRIDGE) in pci_ea_fill_info()
913 switch (cfg->hdrtype & PCIM_HDRTYPE) { in pci_read_cap()
1000 if ((cfg->hdrtype & PCIM_HDRTYPE) == in pci_read_cap()
1015 if ((cfg->hdrtype & PCIM_HDRTYPE) == in pci_read_cap()
1578 switch (cfg->hdrtype & PCIM_HDRTYPE) { in pci_find_cap_method()
3875 switch (cfg->hdrtype & PCIM_HDRTYPE) { in pci_reserve_secbus()
3983 switch (cfg->hdrtype & PCIM_HDRTYPE) { in pci_alloc_secbus()
4329 if ((hdrtype & PCIM_HDRTYPE) > PCI_MAXHDRTYPE) in pci_add_children()
[all …]
H A Dpcireg.h118 #define PCIM_HDRTYPE 0x7f macro
H A Dpci_pci.c636 switch (pci_read_config(dev, PCIR_HDRTYPE, 1) & PCIM_HDRTYPE) { in pcib_setup_secbus()
/freebsd/sys/powerpc/ofw/
H A Dofw_pcibus.c255 if ((hdrtype & PCIM_HDRTYPE) > PCI_MAXHDRTYPE) in ofw_pcibus_enum_bus()
/freebsd/sys/x86/pci/
H A Dpci_bus.c410 if ((hdrtype & PCIM_HDRTYPE) > PCI_MAXHDRTYPE) in legacy_pcib_identify()
/freebsd/sys/arm/mv/
H A Dmv_pci.c826 if ((hdrtype & PCIM_HDRTYPE) > PCI_MAXHDRTYPE) in mv_pcib_init()
875 maxbar = (hdrtype & PCIM_HDRTYPE) ? 0 : 6; in mv_pcib_init_all_bars()
/freebsd/sys/i386/pci/
H A Dpci_pir.c271 if ((value & PCIM_HDRTYPE) > PCI_MAXHDRTYPE) in pci_pir_search_irq()
/freebsd/sys/amd64/vmm/io/
H A Dppt.c145 if ((dinfo->cfg.hdrtype & PCIM_HDRTYPE) != PCIM_HDRTYPE_NORMAL) in ppt_probe()
/freebsd/sys/dev/aacraid/
H A Daacraid.c1947 switch (status & PCIM_HDRTYPE) { in aac_find_pci_capability()