Searched refs:mscm (Results 1 – 8 of 8) sorted by relevance
/Linux-v6.6/arch/arm/mach-imx/ |
D | mach-vf610.c | 25 void __iomem *mscm; in vf610_detect_cpu() local 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-v6.6/Documentation/devicetree/bindings/arm/freescale/ |
D | fsl,vf610-mscm-cpucfg.txt | 7 - compatible: "fsl,vf610-mscm-cpucfg", "syscon" 12 compatible = "fsl,vf610-mscm-cpucfg", "syscon";
|
D | fsl,vf610-mscm-ir.txt | 11 - compatible: "fsl,vf610-mscm-ir" 24 compatible = "fsl,vf610-mscm-ir";
|
/Linux-v6.6/net/netfilter/ |
D | nf_conntrack_h323_main.c | 493 MultimediaSystemControlMessage *mscm) in process_h245() argument 495 switch (mscm->choice) { in process_h245() 497 if (mscm->request.choice == in process_h245() 501 &mscm->request.openLogicalChannel); in process_h245() 504 mscm->request.choice); in process_h245() 507 if (mscm->response.choice == in process_h245() 511 &mscm->response. in process_h245() 515 mscm->response.choice); in process_h245() 518 pr_debug("nf_ct_h323: H.245 signal %d\n", mscm->choice); in process_h245() 528 static MultimediaSystemControlMessage mscm; in h245_help() local [all …]
|
D | nf_conntrack_h323_asn1.c | 855 mscm) in DecodeMultimediaSystemControlMessage() 868 (char *) mscm, 0); in DecodeMultimediaSystemControlMessage()
|
/Linux-v6.6/include/linux/netfilter/ |
D | nf_conntrack_h323_asn1.h | 95 mscm);
|
/Linux-v6.6/drivers/irqchip/ |
D | Makefile | 64 obj-$(CONFIG_SOC_VF610) += irq-vf610-mscm-ir.o
|
/Linux-v6.6/arch/arm/boot/dts/nxp/vf/ |
D | vfxxx.dtsi | 70 compatible = "fsl,vf610-mscm-cpucfg", "syscon"; 75 compatible = "fsl,vf610-mscm-ir";
|