Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/platform/x86/
Dmlx-platform.c2490 static const struct regmap_config *mlxplat_regmap_config; variable
2601 mlxplat_regmap_config = &mlxplat_mlxcpld_regmap_config_ng; in mlxplat_dmi_qmb7xx_matched()
2625 mlxplat_regmap_config = &mlxplat_mlxcpld_regmap_config_comex; in mlxplat_dmi_comex_matched()
2651 mlxplat_regmap_config = &mlxplat_mlxcpld_regmap_config_ng400; in mlxplat_dmi_ng400_matched()
2876 if (!mlxplat_regmap_config) in mlxplat_init()
2877 mlxplat_regmap_config = &mlxplat_mlxcpld_regmap_config; in mlxplat_init()
2881 mlxplat_regmap_config); in mlxplat_init()
2930 for (j = 0; j < mlxplat_regmap_config->num_reg_defaults; j++) { in mlxplat_init()
2932 mlxplat_regmap_config->reg_defaults[j].reg, in mlxplat_init()
2933 mlxplat_regmap_config->reg_defaults[j].def); in mlxplat_init()