Lines Matching defs:init
128 const struct mtk_smi_reg_pair *init;
661 .init = mtk_smi_common_mt6795_init,
680 .init = mtk_smi_common_mt8195_init,
686 .init = mtk_smi_common_mt8195_init,
701 .init = mtk_smi_common_mt8195_init,
708 .init = mtk_smi_common_mt8195_init,
811 const struct mtk_smi_reg_pair *init = common->plat->init;
822 for (i = 0; i < SMI_COMMON_INIT_REGS_NR && init && init[i].offset; i++)
823 writel_relaxed(init[i].value, common->base + init[i].offset);