Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/watchdog/
Dsp5100_tco.c94 struct sp5100_tco *tco = watchdog_get_drvdata(wdd); in tco_timer_start() local
97 val = readl(SP5100_WDT_CONTROL(tco->tcobase)); in tco_timer_start()
99 writel(val, SP5100_WDT_CONTROL(tco->tcobase)); in tco_timer_start()
106 struct sp5100_tco *tco = watchdog_get_drvdata(wdd); in tco_timer_stop() local
109 val = readl(SP5100_WDT_CONTROL(tco->tcobase)); in tco_timer_stop()
111 writel(val, SP5100_WDT_CONTROL(tco->tcobase)); in tco_timer_stop()
118 struct sp5100_tco *tco = watchdog_get_drvdata(wdd); in tco_timer_ping() local
121 val = readl(SP5100_WDT_CONTROL(tco->tcobase)); in tco_timer_ping()
123 writel(val, SP5100_WDT_CONTROL(tco->tcobase)); in tco_timer_ping()
131 struct sp5100_tco *tco = watchdog_get_drvdata(wdd); in tco_timer_set_timeout() local
[all …]
/Linux-v5.4/sound/pci/rme9652/
Dhdspm.c1057 struct hdspm_tco *tco; /* NULL if no TCO detected */ member
2305 if (hdspm->tco) { in hdspm_get_tco_sample_rate()
2331 if (hdspm->tco) { in hdspm_get_sync_in_sample_rate()
2721 if (hdspm->tco) { in hdspm_pref_sync_ref()
2740 if (hdspm->tco) { in hdspm_pref_sync_ref()
2770 if (hdspm->tco) { in hdspm_pref_sync_ref()
2854 if (hdspm->tco) { in hdspm_set_pref_sync_ref()
2890 if (hdspm->tco) { in hdspm_set_pref_sync_ref()
2919 if (hdspm->tco) { in hdspm_set_pref_sync_ref()
3972 if (hdspm->tco) { in hdspm_tco_sync_check()
[all …]
/Linux-v5.4/include/linux/
Dcyclades.h140 int tbpr,tco,rbpr,rco; member
/Linux-v5.4/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()