Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/watchdog/
Dsp5100_tco.c100 struct sp5100_tco *tco = watchdog_get_drvdata(wdd); in tco_timer_start() local
103 val = readl(SP5100_WDT_CONTROL(tco->tcobase)); in tco_timer_start()
105 writel(val, SP5100_WDT_CONTROL(tco->tcobase)); in tco_timer_start()
112 struct sp5100_tco *tco = watchdog_get_drvdata(wdd); in tco_timer_stop() local
115 val = readl(SP5100_WDT_CONTROL(tco->tcobase)); in tco_timer_stop()
117 writel(val, SP5100_WDT_CONTROL(tco->tcobase)); in tco_timer_stop()
124 struct sp5100_tco *tco = watchdog_get_drvdata(wdd); in tco_timer_ping() local
127 val = readl(SP5100_WDT_CONTROL(tco->tcobase)); in tco_timer_ping()
129 writel(val, SP5100_WDT_CONTROL(tco->tcobase)); in tco_timer_ping()
137 struct sp5100_tco *tco = watchdog_get_drvdata(wdd); in tco_timer_set_timeout() local
[all …]
/Linux-v5.10/tools/testing/selftests/arm64/mte/
Dmte_helper.S101 msr tco, #MT_PSTATE_TCO_EN
113 msr tco, #MT_PSTATE_TCO_DIS
125 mrs x0, tco
/Linux-v5.10/sound/pci/rme9652/
Dhdspm.c1061 struct hdspm_tco *tco; /* NULL if no TCO detected */ member
2309 if (hdspm->tco) { in hdspm_get_tco_sample_rate()
2335 if (hdspm->tco) { in hdspm_get_sync_in_sample_rate()
2725 if (hdspm->tco) { in hdspm_pref_sync_ref()
2744 if (hdspm->tco) { in hdspm_pref_sync_ref()
2774 if (hdspm->tco) { in hdspm_pref_sync_ref()
2858 if (hdspm->tco) { in hdspm_set_pref_sync_ref()
2894 if (hdspm->tco) { in hdspm_set_pref_sync_ref()
2923 if (hdspm->tco) { in hdspm_set_pref_sync_ref()
3976 if (hdspm->tco) { in hdspm_tco_sync_check()
[all …]
/Linux-v5.10/drivers/mfd/
Dintel_pmc_bxt.c259 static const struct mfd_cell tco = { variable
398 ret = devm_mfd_add_devices(pmc->dev, PLATFORM_DEVID_AUTO, &tco, in intel_pmc_create_devices()
/Linux-v5.10/include/linux/
Dcyclades.h140 int tbpr,tco,rbpr,rco; member
/Linux-v5.10/drivers/tty/
Dcyclades.c1939 info->tbpr = info->tco = info->rbpr = info->rco = 0; in cyy_baud_calc()
1954 info->tco = info->rco = co; in cyy_baud_calc()
2008 info->tco = baud_co_60[i]; /* Tx CO */ in cy_set_line_char()
2013 info->tco = baud_co_25[i]; /* Tx CO */ in cy_set_line_char()
2094 cyy_writeb(info, CyTCOR, info->tco); in cy_set_line_char()
3114 info->tco = baud_co_60[13]; /* Tx CO */ in cy_init_card()
3120 info->tco = baud_co_25[13]; /* Tx CO */ in cy_init_card()