Searched refs:tco (Results 1 – 4 of 4) sorted by relevance
111 struct sp5100_tco *tco = watchdog_get_drvdata(wdd); in tco_timer_start() local114 val = readl(SP5100_WDT_CONTROL(tco->tcobase)); in tco_timer_start()116 writel(val, SP5100_WDT_CONTROL(tco->tcobase)); in tco_timer_start()123 struct sp5100_tco *tco = watchdog_get_drvdata(wdd); in tco_timer_stop() local126 val = readl(SP5100_WDT_CONTROL(tco->tcobase)); in tco_timer_stop()128 writel(val, SP5100_WDT_CONTROL(tco->tcobase)); in tco_timer_stop()135 struct sp5100_tco *tco = watchdog_get_drvdata(wdd); in tco_timer_ping() local138 val = readl(SP5100_WDT_CONTROL(tco->tcobase)); in tco_timer_ping()140 writel(val, SP5100_WDT_CONTROL(tco->tcobase)); in tco_timer_ping()148 struct sp5100_tco *tco = watchdog_get_drvdata(wdd); in tco_timer_set_timeout() local[all …]
103 msr tco, #MT_PSTATE_TCO_EN115 msr tco, #MT_PSTATE_TCO_DIS127 mrs x0, tco
1060 struct hdspm_tco *tco; /* NULL if no TCO detected */ member2307 if (hdspm->tco) { in hdspm_get_tco_sample_rate()2332 if (hdspm->tco) { in hdspm_get_sync_in_sample_rate()2720 if (hdspm->tco) { in hdspm_pref_sync_ref()2739 if (hdspm->tco) { in hdspm_pref_sync_ref()2769 if (hdspm->tco) { in hdspm_pref_sync_ref()2853 if (hdspm->tco) { in hdspm_set_pref_sync_ref()2889 if (hdspm->tco) { in hdspm_set_pref_sync_ref()2918 if (hdspm->tco) { in hdspm_set_pref_sync_ref()3967 if (hdspm->tco) { in hdspm_tco_sync_check()[all …]
259 static const struct mfd_cell tco = { variable398 ret = devm_mfd_add_devices(pmc->dev, PLATFORM_DEVID_AUTO, &tco, in intel_pmc_create_devices()