Home
last modified time | relevance | path

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

/linux/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()
/linux/net/netfilter/
H A Dnf_conntrack_h323_main.c494 MultimediaSystemControlMessage *mscm) in process_h245() argument
496 switch (mscm->choice) { in process_h245()
498 if (mscm->request.choice == in process_h245()
502 &mscm->request.openLogicalChannel); in process_h245()
505 mscm->request.choice); in process_h245()
508 if (mscm->response.choice == in process_h245()
512 &mscm->response. in process_h245()
516 mscm->response.choice); in process_h245()
519 pr_debug("nf_ct_h323: H.245 signal %d\n", mscm->choice); in process_h245()
529 static MultimediaSystemControlMessage mscm; in h245_help() local
[all …]
H A Dnf_conntrack_h323_asn1.c861 mscm) in DecodeMultimediaSystemControlMessage()
874 (char *) mscm, 0); in DecodeMultimediaSystemControlMessage()
/linux/include/linux/netfilter/
H A Dnf_conntrack_h323_asn1.h95 mscm);