Searched refs:tco (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/watchdog/ |
| A D | sp5100_tco.c | 141 writel(t, SP5100_WDT_COUNT(tco->tcobase)); in tco_timer_set_timeout() 176 switch (tco->tco_reg_layout) { in tco_timer_enable() 245 switch (tco->tco_reg_layout) { in sp5100_tco_setupdevice() 285 switch (tco->tco_reg_layout) { in sp5100_tco_setupdevice() 340 if (!tco->tcobase) { in sp5100_tco_setupdevice() 349 tco_timer_enable(tco); in sp5100_tco_setupdevice() 404 struct sp5100_tco *tco; in sp5100_tco_probe() local 407 tco = devm_kzalloc(dev, sizeof(*tco), GFP_KERNEL); in sp5100_tco_probe() 408 if (!tco) in sp5100_tco_probe() 413 wdd = &tco->wdd; in sp5100_tco_probe() [all …]
|
| /linux/tools/testing/selftests/arm64/mte/ |
| A D | mte_helper.S | 101 msr tco, #MT_PSTATE_TCO_EN 113 msr tco, #MT_PSTATE_TCO_DIS 125 mrs x0, tco
|
| /linux/sound/pci/rme9652/ |
| A D | hdspm.c | 2307 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() 3967 if (hdspm->tco) { in hdspm_tco_sync_check() 4074 if (hdspm->tco) { in snd_hdspm_get_sync_check() 4723 if (hdspm->tco) { in snd_hdspm_create_controls() 6336 if (hdspm->tco) in snd_hdspm_hwdep_ioctl() 6745 hdspm->tco = kzalloc(sizeof(*hdspm->tco), GFP_KERNEL); in snd_hdspm_create() 6746 if (hdspm->tco) in snd_hdspm_create() 6759 hdspm->tco = kzalloc(sizeof(*hdspm->tco), GFP_KERNEL); in snd_hdspm_create() [all …]
|
| /linux/drivers/mfd/ |
| A D | intel_pmc_bxt.c | 259 static const struct mfd_cell tco = { variable 398 ret = devm_mfd_add_devices(pmc->dev, PLATFORM_DEVID_AUTO, &tco, in intel_pmc_create_devices()
|
Completed in 19 milliseconds