Searched refs:hdrtype (Results 1 – 8 of 8) sorted by relevance
| /f-stack/freebsd/tools/ |
| H A D | arm_kernel_boothdr.awk | 41 if (hdrtype != "v7jump" && 42 hdrtype != "v8jump" && 43 hdrtype != "v8booti") { 50 gHdrType = hdrtype
|
| /f-stack/freebsd/arm/annapurna/alpine/ |
| H A D | alpine_pci.c | 124 uint8_t hdrtype; in al_pcib_fixup() local 132 hdrtype = PCIB_READ_CONFIG(dev, bus, slot, func, in al_pcib_fixup() 135 if ((hdrtype & PCIM_HDRTYPE) > PCI_MAXHDRTYPE) in al_pcib_fixup() 138 if (func == 0 && (hdrtype & PCIM_MFDEV) != 0) in al_pcib_fixup()
|
| /f-stack/freebsd/x86/pci/ |
| H A D | pci_bus.c | 381 uint8_t hdrtype; in legacy_pcib_identify() local 404 hdrtype = legacy_pcib_read_config(0, bus, slot, func, in legacy_pcib_identify() 412 if ((hdrtype & PCIM_HDRTYPE) > PCI_MAXHDRTYPE) in legacy_pcib_identify() 414 if ((hdrtype & PCIM_MFDEV) && in legacy_pcib_identify() 415 (!found_orion || hdrtype != 0xff)) in legacy_pcib_identify()
|
| /f-stack/freebsd/mips/cavium/ |
| H A D | octopci.c | 558 uint8_t hdrtype; in octopci_init_device() local 561 hdrtype = octopci_read_config(dev, b, s, f, PCIR_HDRTYPE, 1); in octopci_init_device() 573 switch (hdrtype & PCIM_HDRTYPE) { in octopci_init_device() 585 b, s, f, hdrtype); in octopci_init_device() 714 uint8_t hdrtype; in octopci_init_bus() local 721 hdrtype = octopci_read_config(dev, b, s, f, PCIR_HDRTYPE, 1); in octopci_init_bus() 723 if (hdrtype == 0xff) { in octopci_init_bus() 731 if (f == 0 && (hdrtype & PCIM_MFDEV) == 0) in octopci_init_bus()
|
| /f-stack/freebsd/mips/nlm/ |
| H A D | xlp_pci.c | 89 uint8_t hdrtype; in xlp_pci_attach() local 101 hdrtype = PCIB_READ_CONFIG(pcib, busno, s, f, PCIR_HDRTYPE, 1); in xlp_pci_attach() 102 if ((hdrtype & PCIM_HDRTYPE) > PCI_MAXHDRTYPE) in xlp_pci_attach() 104 if (hdrtype & PCIM_MFDEV) in xlp_pci_attach()
|
| /f-stack/freebsd/arm/mv/ |
| H A D | mv_pci.c | 810 uint8_t hdrtype, command, class, subclass; in mv_pcib_init() local 815 hdrtype = mv_pcib_read_config(sc->sc_dev, bus, slot, in mv_pcib_init() 818 if ((hdrtype & PCIM_HDRTYPE) > PCI_MAXHDRTYPE) in mv_pcib_init() 821 if (func == 0 && (hdrtype & PCIM_MFDEV)) in mv_pcib_init() 831 hdrtype); in mv_pcib_init() 863 int func, int hdrtype) in mv_pcib_init_all_bars() argument 867 maxbar = (hdrtype & PCIM_HDRTYPE) ? 0 : 6; in mv_pcib_init_all_bars()
|
| /f-stack/freebsd/amd64/vmm/io/ |
| H A D | ppt.c | 141 if ((dinfo->cfg.hdrtype & PCIM_HDRTYPE) != PCIM_HDRTYPE_NORMAL) in ppt_probe()
|
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_sendrecv.c | 4999 int hdrtype; in zfs_receive_impl() local 5063 hdrtype = DMU_GET_STREAM_HDRTYPE(drrb->drr_versioninfo); in zfs_receive_impl() 5066 (hdrtype != DMU_SUBSTREAM && hdrtype != DMU_COMPOUNDSTREAM)) { in zfs_receive_impl()
|