Lines Matching defs:plat
149 const struct mtk_smi_common_plat *plat;
750 common->plat = of_device_get_match_data(dev);
752 if (common->plat->has_gals) {
753 if (common->plat->type == MTK_SMI_GEN2)
755 else if (common->plat->type == MTK_SMI_GEN2_SUB_COMM)
768 if (common->plat->type == MTK_SMI_GEN1) {
787 if (common->plat->type == MTK_SMI_GEN2_SUB_COMM) {
802 if (common->plat->type == MTK_SMI_GEN2_SUB_COMM)
811 const struct mtk_smi_reg_pair *init = common->plat->init;
812 u32 bus_sel = common->plat->bus_sel; /* default is 0 */
819 if (common->plat->type != MTK_SMI_GEN2)