Lines Matching refs:mp
81 struct mcip_bcr mp; in mcip_setup_per_cpu() local
83 READ_BCR(ARC_REG_MCIP_BCR, mp); in mcip_setup_per_cpu()
89 if (mp.gfrc) in mcip_setup_per_cpu()
93 if (mp.dbg) in mcip_setup_per_cpu()
157 struct mcip_bcr mp; in mcip_probe_n_setup() local
159 READ_BCR(ARC_REG_MCIP_BCR, mp); in mcip_probe_n_setup()
163 mp.ver, mp.num_cores, in mcip_probe_n_setup()
164 IS_AVAIL1(mp.ipi, "IPI "), in mcip_probe_n_setup()
165 IS_AVAIL1(mp.idu, "IDU "), in mcip_probe_n_setup()
166 IS_AVAIL1(mp.dbg, "DEBUG "), in mcip_probe_n_setup()
167 IS_AVAIL1(mp.gfrc, "GFRC")); in mcip_probe_n_setup()
169 cpuinfo_arc700[0].extn.gfrc = mp.gfrc; in mcip_probe_n_setup()
385 struct mcip_bcr mp; in idu_of_init() local
388 READ_BCR(ARC_REG_MCIP_BCR, mp); in idu_of_init()
390 if (!mp.idu) in idu_of_init()