Searched full:mscm (Results 1 – 8 of 8) sorted by relevance
/linux/arch/arm/mach-imx/ |
H A D | mach-vf610.c | 25 void __iomem *mscm; in vf610_detect_cpu() local 27 np = of_find_compatible_node(NULL, NULL, "fsl,vf610-mscm-cpucfg"); in vf610_detect_cpu() 31 mscm = of_iomap(np, 0); in vf610_detect_cpu() 34 if (WARN_ON(!mscm)) in vf610_detect_cpu() 37 cpxcount = readl_relaxed(mscm + MSCM_CPxCOUNT); in vf610_detect_cpu() 38 cpxcfg1 = readl_relaxed(mscm + MSCM_CPxCFG1); in vf610_detect_cpu() 40 iounmap(mscm); in vf610_detect_cpu()
|
/linux/Documentation/devicetree/bindings/interrupt-controller/ |
H A D | fsl,vf610-mscm-ir.yaml | 4 $id: http://devicetree.org/schemas/interrupt-controller/fsl,vf610-mscm-ir.yaml# 10 The MSCM IP contains multiple sub modules, this binding describes the second 23 const: fsl,vf610-mscm-ir 31 The handle to the MSCM CPU configuration node, required 57 compatible = "fsl,vf610-mscm-ir";
|
/linux/drivers/irqchip/ |
H A D | irq-vf610-mscm-ir.c | 6 * IRQ chip driver for MSCM interrupt router available on Vybrid SoC's. 114 .name = "mscm-ir", 195 mscm_ir_data->mscm_ir_base = of_io_request_and_map(node, 0, "mscm-ir"); in vf610_mscm_ir_of_init() 197 pr_err("vf610_mscm_ir: unable to map mscm register\n"); in vf610_mscm_ir_of_init() 234 IRQCHIP_DECLARE(vf610_mscm_ir, "fsl,vf610-mscm-ir", vf610_mscm_ir_of_init);
|
H A D | Makefile | 69 obj-$(CONFIG_SOC_VF610) += irq-vf610-mscm-ir.o
|
/linux/Documentation/devicetree/bindings/mfd/ |
H A D | syscon.yaml | 69 - fsl,vf610-mscm-cpucfg 175 - fsl,vf610-mscm-cpucfg
|
/linux/include/linux/netfilter/ |
H A D | nf_conntrack_h323_asn1.h | 95 mscm);
|
/linux/arch/arm/boot/dts/nxp/vf/ |
H A D | vfxxx.dtsi | 70 compatible = "fsl,vf610-mscm-cpucfg", "syscon"; 75 compatible = "fsl,vf610-mscm-ir";
|
/linux/net/netfilter/ |
H A D | nf_conntrack_h323_asn1.c | 859 mscm) in DecodeMultimediaSystemControlMessage() 872 (char *) mscm, 0); in DecodeMultimediaSystemControlMessage()
|