Home
last modified time | relevance | path

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

/freebsd-14.2/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 cap_ea()
882 switch (p->pc_hdr & PCIM_HDRTYPE) { in list_caps()
1306 switch (p->pc_hdr & PCIM_HDRTYPE) { in pci_find_cap()
H A Dpciconf.c478 switch (p->pc_hdr & PCIM_HDRTYPE) { in list_bridge()
495 switch (p->pc_hdr & PCIM_HDRTYPE) { in list_bars()
/freebsd-14.2/sys/dev/proto/
H A Dproto_bus_pci.c65 if ((pci_read_config(dev, PCIR_HDRTYPE, 1) & PCIM_HDRTYPE) != 0) in proto_pci_probe()
/freebsd-14.2/sys/arm/annapurna/alpine/
H A Dalpine_pci.c131 if ((hdrtype & PCIM_HDRTYPE) > PCI_MAXHDRTYPE) in al_pcib_fixup()
/freebsd-14.2/sys/dev/puc/
H A Dpuc_pci.c120 if ((pci_read_config(dev, PCIR_HDRTYPE, 1) & PCIM_HDRTYPE) != 0) in puc_pci_probe()
/freebsd-14.2/sys/dev/pci/
H A Dpci.c649 switch (cfg->hdrtype & PCIM_HDRTYPE) { in pci_hdrtypedata()
854 switch (cfg->hdrtype & PCIM_HDRTYPE) { in pci_read_cap()
950 if ((cfg->hdrtype & PCIM_HDRTYPE) == in pci_read_cap()
965 if ((cfg->hdrtype & PCIM_HDRTYPE) == in pci_read_cap()
1527 switch (cfg->hdrtype & PCIM_HDRTYPE) { in pci_find_cap_method()
3713 switch (cfg->hdrtype & PCIM_HDRTYPE) { in pci_reserve_secbus()
3822 switch (cfg->hdrtype & PCIM_HDRTYPE) { in pci_alloc_secbus()
4174 if ((hdrtype & PCIM_HDRTYPE) > PCI_MAXHDRTYPE) in pci_add_children()
4218 if ((hdrtype & PCIM_HDRTYPE) > PCI_MAXHDRTYPE) in pci_rescan_method()
6090 switch (dinfo->cfg.hdrtype & PCIM_HDRTYPE) { in pci_cfg_restore()
[all …]
H A Dpcireg.h118 #define PCIM_HDRTYPE 0x7f macro
H A Dpci_pci.c626 switch (pci_read_config(dev, PCIR_HDRTYPE, 1) & PCIM_HDRTYPE) { in pcib_setup_secbus()
/freebsd-14.2/sys/powerpc/ofw/
H A Dofw_pcibus.c251 if ((hdrtype & PCIM_HDRTYPE) > PCI_MAXHDRTYPE) in ofw_pcibus_enum_bus()
/freebsd-14.2/sys/x86/pci/
H A Dpci_bus.c410 if ((hdrtype & PCIM_HDRTYPE) > PCI_MAXHDRTYPE) in legacy_pcib_identify()
/freebsd-14.2/sys/arm/mv/
H A Dmv_pci.c814 if ((hdrtype & PCIM_HDRTYPE) > PCI_MAXHDRTYPE) in mv_pcib_init()
863 maxbar = (hdrtype & PCIM_HDRTYPE) ? 0 : 6; in mv_pcib_init_all_bars()
/freebsd-14.2/sys/i386/pci/
H A Dpci_pir.c272 if ((value & PCIM_HDRTYPE) > PCI_MAXHDRTYPE) in pci_pir_search_irq()
/freebsd-14.2/sys/amd64/vmm/io/
H A Dppt.c137 if ((dinfo->cfg.hdrtype & PCIM_HDRTYPE) != PCIM_HDRTYPE_NORMAL) in ppt_probe()
/freebsd-14.2/sys/dev/acpica/
H A Dacpi_pci_link.c584 if ((value & PCIM_HDRTYPE) > PCI_MAXHDRTYPE) in acpi_pci_link_search_irq()
/freebsd-14.2/sys/dev/aacraid/
H A Daacraid.c1946 switch (status & PCIM_HDRTYPE) { in aac_find_pci_capability()
/freebsd-14.2/sys/dev/cxgb/
H A Dcxgb_main.c1155 switch (cfg->hdrtype & PCIM_HDRTYPE) { in t3_os_find_pci_capability()