Searched refs:tco (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/watchdog/ |
D | sp5100_tco.c | 111 struct sp5100_tco *tco = watchdog_get_drvdata(wdd); in tco_timer_start() local 114 val = readl(SP5100_WDT_CONTROL(tco->tcobase)); in tco_timer_start() 116 writel(val, SP5100_WDT_CONTROL(tco->tcobase)); in tco_timer_start() 120 writel(val, SP5100_WDT_CONTROL(tco->tcobase)); in tco_timer_start() 127 struct sp5100_tco *tco = watchdog_get_drvdata(wdd); in tco_timer_stop() local 130 val = readl(SP5100_WDT_CONTROL(tco->tcobase)); in tco_timer_stop() 132 writel(val, SP5100_WDT_CONTROL(tco->tcobase)); in tco_timer_stop() 139 struct sp5100_tco *tco = watchdog_get_drvdata(wdd); in tco_timer_ping() local 142 val = readl(SP5100_WDT_CONTROL(tco->tcobase)); in tco_timer_ping() 144 writel(val, SP5100_WDT_CONTROL(tco->tcobase)); in tco_timer_ping() [all …]
|
/linux-6.12.1/tools/testing/selftests/arm64/mte/ |
D | mte_helper.S | 103 msr tco, #MT_PSTATE_TCO_EN 115 msr tco, #MT_PSTATE_TCO_DIS 127 mrs x0, tco
|
/linux-6.12.1/sound/pci/rme9652/ |
D | hdspm.c | 1060 struct hdspm_tco *tco; /* NULL if no TCO detected */ member 2309 if (hdspm->tco) { in hdspm_get_tco_sample_rate() 2334 if (hdspm->tco) { in hdspm_get_sync_in_sample_rate() 2722 if (hdspm->tco) { in hdspm_pref_sync_ref() 2741 if (hdspm->tco) { in hdspm_pref_sync_ref() 2771 if (hdspm->tco) { in hdspm_pref_sync_ref() 2855 if (hdspm->tco) { in hdspm_set_pref_sync_ref() 2891 if (hdspm->tco) { in hdspm_set_pref_sync_ref() 2920 if (hdspm->tco) { in hdspm_set_pref_sync_ref() 3969 if (hdspm->tco) { in hdspm_tco_sync_check() [all …]
|
/linux-6.12.1/drivers/mfd/ |
D | intel_pmc_bxt.c | 258 static const struct mfd_cell tco = { variable 397 ret = devm_mfd_add_devices(pmc->dev, PLATFORM_DEVID_AUTO, &tco, in intel_pmc_create_devices()
|