Home
last modified time | relevance | path

Searched refs:mscm (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/kernel/arch/arm/mach-imx/
H A Dmach-vf610.c25 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()
/OK3568_Linux_fs/u-boot/arch/arm/cpu/armv7/vf610/
H A Dgeneric.c317 struct mscm *mscm = (struct mscm *)MSCM_BASE_ADDR; in arch_cpu_init() local
319 soc_type[0] = mscm->cpxcount ? '6' : '5'; /*Dual Core => VF6x0 */ in arch_cpu_init()
320 soc_type[1] = mscm->cpxcfg1 ? '1' : '0'; /* L2 Cache => VFx10 */ in arch_cpu_init()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/arm/freescale/
H A Dfsl,vf610-mscm-cpucfg.txt7 - compatible: "fsl,vf610-mscm-cpucfg", "syscon"
12 compatible = "fsl,vf610-mscm-cpucfg", "syscon";
H A Dfsl,vf610-mscm-ir.txt11 - compatible: "fsl,vf610-mscm-ir"
24 compatible = "fsl,vf610-mscm-ir";
/OK3568_Linux_fs/u-boot/board/toradex/colibri_vf/
H A Dcolibri_vf.c375 struct mscm *mscm = (struct mscm *)MSCM_BASE_ADDR; in is_colibri_vf61() local
381 return !!mscm->cpxcfg1; in is_colibri_vf61()
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dnf_conntrack_h323_main.c541 MultimediaSystemControlMessage *mscm) in process_h245() argument
543 switch (mscm->choice) { in process_h245()
545 if (mscm->request.choice == in process_h245()
549 &mscm->request.openLogicalChannel); in process_h245()
552 mscm->request.choice); in process_h245()
555 if (mscm->response.choice == in process_h245()
559 &mscm->response. in process_h245()
563 mscm->response.choice); in process_h245()
566 pr_debug("nf_ct_h323: H.245 signal %d\n", mscm->choice); in process_h245()
576 static MultimediaSystemControlMessage mscm; in h245_help() local
[all …]
H A Dnf_conntrack_h323_asn1.c855 mscm) in DecodeMultimediaSystemControlMessage()
868 (char *) mscm, 0); in DecodeMultimediaSystemControlMessage()
/OK3568_Linux_fs/kernel/include/linux/netfilter/
H A Dnf_conntrack_h323_asn1.h95 mscm);
/OK3568_Linux_fs/kernel/drivers/irqchip/
H A DMakefile65 obj-$(CONFIG_SOC_VF610) += irq-vf610-mscm-ir.o
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dvfxxx.dtsi70 compatible = "fsl,vf610-mscm-cpucfg", "syscon";
75 compatible = "fsl,vf610-mscm-ir";
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-vf610/
H A Dimx-regs.h452 struct mscm { struct