Searched refs:mscm (Results 1 – 4 of 4) sorted by relevance
25 void __iomem *mscm; in vf610_detect_cpu() local31 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()
494 MultimediaSystemControlMessage *mscm) in process_h245() argument496 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 …]
861 mscm) in DecodeMultimediaSystemControlMessage()874 (char *) mscm, 0); in DecodeMultimediaSystemControlMessage()
95 mscm);