Searched full:mscm (Results 1 – 5 of 5) sorted by relevance
| /linux/arch/arm/mach-imx/ |
| H A D | mach-vf610.c | 25 void __iomem *mscm; in vf610_detect_cpu() local 27 np = of_find_compatible_node(NULL, NULL, "fsl,vf610-mscm-cpucfg"); in vf610_detect_cpu() 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/drivers/irqchip/ |
| H A D | irq-vf610-mscm-ir.c | 6 * IRQ chip driver for MSCM interrupt router available on Vybrid SoC's. 114 .name = "mscm-ir", 195 mscm_ir_data->mscm_ir_base = of_io_request_and_map(node, 0, "mscm-ir"); in vf610_mscm_ir_of_init() 197 pr_err("vf610_mscm_ir: unable to map mscm register\n"); in vf610_mscm_ir_of_init() 234 IRQCHIP_DECLARE(vf610_mscm_ir, "fsl,vf610-mscm-ir", vf610_mscm_ir_of_init);
|
| /linux/net/netfilter/ |
| H A D | nf_conntrack_h323_main.c | 494 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 D | nf_conntrack_h323_asn1.c | 854 mscm) in DecodeMultimediaSystemControlMessage() 867 (char *) mscm, 0); in DecodeMultimediaSystemControlMessage()
|
| /linux/include/linux/netfilter/ |
| H A D | nf_conntrack_h323_asn1.h | 95 mscm);
|