Home
last modified time | relevance | path

Searched refs:ih_type (Results 1 – 19 of 19) sorted by relevance

/openbsd/src/usr.sbin/mkuboot/
Dmkuboot.c68 uint8_t ih_type; member
222 ih.ih_type = typemapptr->id; in main()
246 if (ih.ih_type == IH_TYPE_SCRIPT) { in main()
264 if (ih.ih_type == IH_TYPE_SCRIPT) { in main()
/openbsd/src/sys/arch/arm64/dev/
Dpci_machdep.c161 ihp->ih_type = PCI_MSI; in _pci_intr_map_msi()
187 ihp->ih_type = PCI_MSI; in _pci_intr_map_msivec()
218 ihp->ih_type = PCI_MSIX; in _pci_intr_map_msix()
Daplpinctrl.c68 int ih_type; member
335 if (ih && ih->ih_type != type) in aplpinctrl_intr_establish()
342 ih->ih_type = type; in aplpinctrl_intr_establish()
418 switch (ih->ih_type) { in aplpinctrl_intr_enable()
Dacpipci.c481 if (pa->pa_bridgeih[swizpin - 1].ih_type == PCI_NONE) in acpipci_intr_swizzle()
596 ihp->ih_type = PCI_INTX; in acpipci_intr_map()
609 switch (ih.ih_type) { in acpipci_intr_string()
628 KASSERT(ih.ih_type != PCI_NONE); in acpipci_intr_establish()
630 if (ih.ih_type != PCI_INTX) { in acpipci_intr_establish()
669 if (ih.ih_type == PCI_MSIX) { in acpipci_intr_establish()
Daplpcie.c913 ihp->ih_type = PCI_INTX; in aplpcie_intr_map()
921 switch (ih.ih_type) { in aplpcie_intr_string()
938 KASSERT(ih.ih_type != PCI_NONE); in aplpcie_intr_establish()
940 if (ih.ih_type != PCI_INTX) { in aplpcie_intr_establish()
949 if (ih.ih_type == PCI_MSIX) { in aplpcie_intr_establish()
/openbsd/src/sys/dev/fdt/
Dpciecam.c365 ihp->ih_type = PCI_INTX; in pciecam_intr_map()
373 switch (ih.ih_type) { in pciecam_intr_string()
392 KASSERT(ih.ih_type != PCI_NONE); in pciecam_intr_establish()
394 if (ih.ih_type != PCI_INTX) { in pciecam_intr_establish()
429 if (ih.ih_type == PCI_MSIX) { in pciecam_intr_establish()
Drkpcie.c581 ihp->ih_type = PCI_INTX; in rkpcie_intr_map()
589 switch (ih.ih_type) { in rkpcie_intr_string()
606 KASSERT(ih.ih_type != PCI_NONE); in rkpcie_intr_establish()
608 if (ih.ih_type != PCI_INTX) { in rkpcie_intr_establish()
620 if (ih.ih_type == PCI_MSIX) { in rkpcie_intr_establish()
Dmvkpcie.c759 ihp->ih_type = PCI_INTX; in mvkpcie_intr_map()
767 switch (ih.ih_type) { in mvkpcie_intr_string()
784 KASSERT(ih.ih_type != PCI_NONE); in mvkpcie_intr_establish()
786 if (ih.ih_type != PCI_INTX) { in mvkpcie_intr_establish()
798 if (ih.ih_type == PCI_MSIX) { in mvkpcie_intr_establish()
Dbcm2711_pcie.c429 ihp->ih_type = PCI_INTX; in bcmpcie_intr_map()
437 switch (ih.ih_type) { in bcmpcie_intr_string()
455 KASSERT(ih.ih_type == PCI_INTX); in bcmpcie_intr_establish()
Ddwpcie.c1816 ihp->ih_type = PCI_INTX; in dwpcie_intr_map()
1824 switch (ih.ih_type) { in dwpcie_intr_string()
1846 if (ihp->ih_type == PCI_MSI) { in dwpcie_msi_establish()
1880 KASSERT(ihp->ih_type == PCI_MSI); in dwpcie_msi_establish()
1888 if (ihp->ih_type == PCI_MSI) { in dwpcie_msi_establish()
1942 KASSERT(ih.ih_type != PCI_NONE); in dwpcie_intr_establish()
1944 if (ih.ih_type != PCI_INTX) { in dwpcie_intr_establish()
2001 if (ih.ih_type == PCI_MSIX) { in dwpcie_intr_establish()
/openbsd/src/sys/arch/powerpc64/dev/
Dpci_machdep.c132 ihp->ih_type = (reg & PCI_MSI_MC_C64) ? PCI_MSI64 : PCI_MSI32; in _pci_intr_map_msi()
162 ihp->ih_type = PCI_MSIX; in _pci_intr_map_msix()
Dphb.c607 ihp->ih_type = PCI_INTX; in phb_intr_map()
615 switch (ih.ih_type) { in phb_intr_string()
633 KASSERT(ih.ih_type != PCI_NONE); in phb_intr_establish()
635 if (ih.ih_type != PCI_INTX) { in phb_intr_establish()
661 if (error != OPAL_SUCCESS && ih.ih_type != PCI_MSI32) { in phb_intr_establish()
673 if (ih.ih_type == PCI_MSIX) { in phb_intr_establish()
/openbsd/src/sys/arch/riscv64/dev/
Dpci_machdep.c131 ihp->ih_type = PCI_MSI; in _pci_intr_map_msi()
169 ihp->ih_type = PCI_MSIX; in _pci_intr_map_msix()
Dstfpcie.c884 ihp->ih_type = PCI_INTX; in stfpcie_intr_map()
892 switch (ih.ih_type) { in stfpcie_intr_string()
910 KASSERT(ih.ih_type != PCI_NONE); in stfpcie_intr_establish()
912 if (ih.ih_type != PCI_INTX) { in stfpcie_intr_establish()
927 if (ih.ih_type == PCI_MSIX) { in stfpcie_intr_establish()
/openbsd/src/sys/arch/powerpc/include/
Dintr.h170 int ih_type; member
/openbsd/src/sys/arch/powerpc64/include/
Dpci_machdep.h46 int ih_type; member
/openbsd/src/sys/arch/riscv64/include/
Dpci_machdep.h45 int ih_type; member
/openbsd/src/sys/arch/arm64/include/
Dpci_machdep.h45 int ih_type; member
/openbsd/src/sys/arch/macppc/macppc/
Dmachdep.c840 ppc_configed_intr[ppc_configed_intr_cnt].ih_type = type; in ppc_intr_establish()