Searched refs:sc_cfg (Results 1 – 1 of 1) sorted by relevance
231 uint32_t cpu_phandle, sc_cfg; in remove_gic() local245 sc_cfg = __raw_readl(biu_base + MSC01_SC_CFG_OFS); in remove_gic()246 if (sc_cfg & MSC01_SC_CFG_GICPRES_MSK) { in remove_gic()248 sc_cfg |= BIT(MSC01_SC_CFG_GICENA_SHF); in remove_gic()249 __raw_writel(sc_cfg, biu_base + MSC01_SC_CFG_OFS); in remove_gic()