Home
last modified time | relevance | path

Searched refs:hdrtype (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/tools/
H A Darm_kernel_boothdr.awk41 if (hdrtype != "v7jump" &&
42 hdrtype != "v8jump" &&
43 hdrtype != "v8booti") {
50 gHdrType = hdrtype
/f-stack/freebsd/arm/annapurna/alpine/
H A Dalpine_pci.c124 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 Dpci_bus.c381 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 Doctopci.c558 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 Dxlp_pci.c89 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 Dmv_pci.c810 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 Dppt.c141 if ((dinfo->cfg.hdrtype & PCIM_HDRTYPE) != PCIM_HDRTYPE_NORMAL) in ppt_probe()
/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_sendrecv.c4999 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()