Searched refs:disable_clkrun (Results 1 – 2 of 2) sorted by relevance
27 static bool disable_clkrun; variable28 module_param(disable_clkrun, bool, 0444);29 MODULE_PARM_DESC(disable_clkrun, "If PC card doesn't function properly, please try this option");
848 if (disable_clkrun && PCI_FUNC(socket->dev->devfn) == 0) { in ti12xx_override()