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.c497 MultimediaSystemControlMessage *mscm) in process_h245() argument
499 switch (mscm->choice) { in process_h245()
501 if (mscm->request.choice == in process_h245()
505 &mscm->request.openLogicalChannel); in process_h245()
508 mscm->request.choice); in process_h245()
511 if (mscm->response.choice == in process_h245()
515 &mscm->response. in process_h245()
519 mscm->response.choice); in process_h245()
522 pr_debug("nf_ct_h323: H.245 signal %d\n", mscm->choice); in process_h245()
532 static MultimediaSystemControlMessage mscm; in h245_help() local
[all …]
H A Dnf_conntrack_h323_asn1.c854 mscm) in DecodeMultimediaSystemControlMessage()
867 (char *) mscm, 0); in DecodeMultimediaSystemControlMessage()
/linux/include/linux/netfilter/
H A Dnf_conntrack_h323_asn1.h95 mscm);