Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/platform/x86/amd/pmc/
Dpmc.c152 static bool enable_stb; variable
153 module_param(enable_stb, bool, 0644);
154 MODULE_PARM_DESC(enable_stb, "Enable the STB debug mechanism");
595 if (enable_stb) { in amd_pmc_dbgfs_register()
1062 if (enable_stb && amd_pmc_is_stb_supported(dev)) { in amd_pmc_probe()