Searched refs:mscm (Results 1 – 14 of 14) sorted by relevance
/openbmc/linux/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()
|
/openbmc/u-boot/arch/arm/cpu/armv7/vf610/ |
H A D | generic.c | 316 struct mscm *mscm = (struct mscm *)MSCM_BASE_ADDR; in arch_cpu_init() local 318 soc_type[0] = mscm->cpxcount ? '6' : '5'; /*Dual Core => VF6x0 */ in arch_cpu_init() 319 soc_type[1] = mscm->cpxcfg1 ? '1' : '0'; /* L2 Cache => VFx10 */ in arch_cpu_init()
|
/openbmc/linux/Documentation/devicetree/bindings/arm/freescale/ |
H A D | fsl,vf610-mscm-cpucfg.txt | 7 - compatible: "fsl,vf610-mscm-cpucfg", "syscon" 12 compatible = "fsl,vf610-mscm-cpucfg", "syscon";
|
H A D | fsl,vf610-mscm-ir.txt | 11 - compatible: "fsl,vf610-mscm-ir" 24 compatible = "fsl,vf610-mscm-ir";
|
/openbmc/u-boot/board/toradex/colibri_vf/ |
H A D | colibri_vf.c | 367 struct mscm *mscm = (struct mscm *)MSCM_BASE_ADDR; in is_colibri_vf61() local 373 return !!mscm->cpxcfg1; in is_colibri_vf61()
|
/openbmc/linux/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() 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 …]
|
H A D | nf_conntrack_h323_asn1.c | 859 mscm) in DecodeMultimediaSystemControlMessage() 872 (char *) mscm, 0); in DecodeMultimediaSystemControlMessage()
|
/openbmc/linux/include/linux/netfilter/ |
H A D | nf_conntrack_h323_asn1.h | 95 mscm);
|
/openbmc/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";
|
/openbmc/linux/drivers/irqchip/ |
H A D | Makefile | 64 obj-$(CONFIG_SOC_VF610) += irq-vf610-mscm-ir.o
|
/openbmc/u-boot/arch/arm/include/asm/arch-vf610/ |
H A D | imx-regs.h | 464 struct mscm { struct
|
/openbmc/ |
D | opengrok1.0.log | [all...] |
D | opengrok2.0.log | [all...] |
/openbmc/linux/ |
H A D | opengrok1.0.log | [all...] |