thr_init 55 arch/arc/plat-eznps/mtm.c struct nps_host_reg_thr_init thr_init; thr_init 59 arch/arc/plat-eznps/mtm.c thr_init.value = 0; thr_init 60 arch/arc/plat-eznps/mtm.c iowrite32be(thr_init.value, MTM_THR_INIT(cpu)); thr_init 61 arch/arc/plat-eznps/mtm.c thr_init.thr_id = NPS_CPU_TO_THREAD_NUM(cpu); thr_init 62 arch/arc/plat-eznps/mtm.c thr_init.str = 1; thr_init 63 arch/arc/plat-eznps/mtm.c iowrite32be(thr_init.value, MTM_THR_INIT(cpu)); thr_init 68 arch/arc/plat-eznps/mtm.c if (thr_init_sts.thr_id == thr_init.thr_id) {