Searched refs:tco (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/watchdog/ |
| H A D | sp5100_tco.c | 47 #define TCO_DRIVER_NAME "sp5100-tco" 112 struct sp5100_tco *tco = watchdog_get_drvdata(wdd); in tco_timer_start() 115 val = readl(SP5100_WDT_CONTROL(tco->tcobase)); in tco_timer_start() 117 writel(val, SP5100_WDT_CONTROL(tco->tcobase)); in tco_timer_start() 121 writel(val, SP5100_WDT_CONTROL(tco->tcobase)); in tco_timer_start() 128 struct sp5100_tco *tco = watchdog_get_drvdata(wdd); in tco_timer_stop() 131 val = readl(SP5100_WDT_CONTROL(tco->tcobase)); in tco_timer_stop() 133 writel(val, SP5100_WDT_CONTROL(tco->tcobase)); in tco_timer_stop() 140 struct sp5100_tco *tco = watchdog_get_drvdata(wdd); in tco_timer_ping() 143 val = readl(SP5100_WDT_CONTROL(tco in tco_timer_ping() 111 struct sp5100_tco *tco = watchdog_get_drvdata(wdd); tco_timer_start() local 127 struct sp5100_tco *tco = watchdog_get_drvdata(wdd); tco_timer_stop() local 139 struct sp5100_tco *tco = watchdog_get_drvdata(wdd); tco_timer_ping() local 152 struct sp5100_tco *tco = watchdog_get_drvdata(wdd); tco_timer_set_timeout() local 164 struct sp5100_tco *tco = watchdog_get_drvdata(wdd); tco_timer_get_timeleft() local 186 tco_timer_enable(struct sp5100_tco * tco) tco_timer_enable() argument 255 sp5100_tco_prepare_base(struct sp5100_tco * tco,u32 mmio_addr,u32 alt_mmio_addr,const char * dev_name) sp5100_tco_prepare_base() argument 291 sp5100_tco_timer_init(struct sp5100_tco * tco) sp5100_tco_timer_init() argument 354 struct sp5100_tco *tco = watchdog_get_drvdata(wdd); sp5100_tco_setupdevice_mmio() local 426 struct sp5100_tco *tco = watchdog_get_drvdata(wdd); sp5100_tco_setupdevice() local 522 struct sp5100_tco *tco; sp5100_tco_probe() local [all...] |
| /linux/tools/testing/selftests/arm64/mte/ |
| H A D | mte_helper.S | 103 msr tco, #MT_PSTATE_TCO_EN 115 msr tco, #MT_PSTATE_TCO_DIS 127 mrs x0, tco
|
| /linux/sound/pci/rme9652/ |
| H A D | hdspm.c | 1060 struct hdspm_tco *tco; /* NULL if no TCO detected */ member 2289 if (hdspm->tco) { in hdspm_get_tco_sample_rate() 2314 if (hdspm->tco) { in hdspm_get_sync_in_sample_rate() 2701 if (hdspm->tco) { in hdspm_pref_sync_ref() 2720 if (hdspm->tco) { in hdspm_pref_sync_ref() 2750 if (hdspm->tco) { in hdspm_pref_sync_ref() 2834 if (hdspm->tco) { in hdspm_set_pref_sync_ref() 2870 if (hdspm->tco) { in hdspm_set_pref_sync_ref() 2899 if (hdspm->tco) { in hdspm_set_pref_sync_ref() 3930 if (hdspm->tco) { in hdspm_tco_sync_check() [all …]
|
| /linux/drivers/mfd/ |
| H A 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()
|