Searched +full:mpc8610 +full:- +full:msi (Results 1 – 2 of 2) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/interrupt-controller/fsl,mpic-msi.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Freescale MSI interrupt controller10 The Freescale hypervisor and msi-address-6411 -------------------------------------------14 Freescale MSI driver calculates the address of MSIIR (in the MSI register15 block) and sets that address as the MSI message address.39 this. The address specified in the msi-address-64 property is the PCI[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later5 * Copyright 2007-2012 Freescale Semiconductor, Inc.6 * Copyright 2008-2009 MontaVista Software, Inc.11 * Roy Zang <tie-fei.zang@freescale.com>12 * MPC83xx PCI-Express support:34 #include <asm/pci-bridge.h>35 #include <asm/ppc-pci.h>39 #include <asm/ppc-opcode.h>60 dev->class = PCI_CLASS_BRIDGE_PCI_NORMAL; in quirk_fsl_pcie_early()72 if (hose->indirect_type & PPC_INDIRECT_TYPE_FSL_CFG_REG_LINK) { in fsl_pcie_check_link()[all …]