Home
last modified time | relevance | path

Searched refs:mlxplat_regmap_config (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/platform/x86/
H A Dmlx-platform.c2477 static const struct regmap_config *mlxplat_regmap_config; variable
2588 mlxplat_regmap_config = &mlxplat_mlxcpld_regmap_config_ng; in mlxplat_dmi_qmb7xx_matched()
2612 mlxplat_regmap_config = &mlxplat_mlxcpld_regmap_config_comex; in mlxplat_dmi_comex_matched()
2638 mlxplat_regmap_config = &mlxplat_mlxcpld_regmap_config_ng400; in mlxplat_dmi_ng400_matched()
2863 if (!mlxplat_regmap_config) in mlxplat_init()
2864 mlxplat_regmap_config = &mlxplat_mlxcpld_regmap_config; in mlxplat_init()
2868 mlxplat_regmap_config); in mlxplat_init()
2917 for (j = 0; j < mlxplat_regmap_config->num_reg_defaults; j++) { in mlxplat_init()
2919 mlxplat_regmap_config->reg_defaults[j].reg, in mlxplat_init()
2920 mlxplat_regmap_config->reg_defaults[j].def); in mlxplat_init()