Lines Matching refs:timers
24 MODULE_PARM_DESC(mfgptfix, "Try to reset the MFGPT timers during init; "
27 "2 = perform a soft reset by unconfiguring all timers); "
62 * XXX: According to the docs, we cannot reset timers above
155 /* only allocate timers from the working domain if requested */
173 /* set timer_nr to -1 if no timers available */
242 * This is a sledgehammer that resets all MFGPT timers. This is required by
245 * whether or not this secret MSR can be used to release individual timers.
253 /* The following undocumented bit resets the MFGPT timers */
259 * This is another sledgehammer to reset all MFGPT timers.
282 * cases, firmware that uses AMD's VSA code will claim all timers during
285 * leaves timers available for us to use.
291 int timers = 0;
308 timers++;
313 return timers;
352 /* detect the available timers */
354 dev_info(&pdev->dev, "%d MFGPT timers available\n", t);