Searched refs:mscm (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/arch/arm/mach-imx/ |
| H A 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-6.15/Documentation/devicetree/bindings/arm/freescale/ |
| H A D | fsl,vf610-mscm-ir.txt | 11 - compatible: "fsl,vf610-mscm-ir" 24 compatible = "fsl,vf610-mscm-ir";
|
| /linux-6.15/net/netfilter/ |
| H A 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() 528 static MultimediaSystemControlMessage mscm; in h245_help() local 550 &mscm); in h245_help() [all …]
|
| H A D | nf_conntrack_h323_asn1.c | 859 mscm) in DecodeMultimediaSystemControlMessage() 872 (char *) mscm, 0); in DecodeMultimediaSystemControlMessage()
|
| /linux-6.15/include/linux/netfilter/ |
| H A D | nf_conntrack_h323_asn1.h | 95 mscm);
|
| /linux-6.15/Documentation/devicetree/bindings/mfd/ |
| H A D | syscon.yaml | 69 - fsl,vf610-mscm-cpucfg 172 - fsl,vf610-mscm-cpucfg
|
| /linux-6.15/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-6.15/drivers/irqchip/ |
| H A D | Makefile | 65 obj-$(CONFIG_SOC_VF610) += irq-vf610-mscm-ir.o
|