Searched refs:ci_ctrl (Results 1 – 4 of 4) sorted by relevance
97 ci->ci_ctrl = cpu_control(0, 0); in cpu_attach()723 if ((ci->ci_ctrl & CPU_CONTROL_IDC_ENABLE) == 0) in identify_arm_cpu()739 if ((ci->ci_ctrl & CPU_CONTROL_DC_ENABLE) == 0) in identify_arm_cpu()743 if ((ci->ci_ctrl & CPU_CONTROL_IC_ENABLE) == 0) in identify_arm_cpu()751 if ((ci->ci_ctrl & CPU_CONTROL_WBUF_ENABLE) == 0) in identify_arm_cpu()756 if (ci->ci_ctrl & CPU_CONTROL_LABT_ENABLE) in identify_arm_cpu()761 if (ci->ci_ctrl & CPU_CONTROL_BPRD_ENABLE) in identify_arm_cpu()854 aprint_debug_dev(dv, "sctlr: %#x\n", ci->ci_ctrl); in identify_features()
245 define CI_CTRL offsetof(struct cpu_info, ci_ctrl)
816 ci->ci_ctrl = armreg_sctlr_read(); in cpu_init_secondary_processor()
199 uint32_t ci_ctrl; /* The CPU control register */ member