/kernel/linux/linux-5.10/drivers/watchdog/ |
H A D | sp5100_tco.c | 46 #define TCO_DRIVER_NAME "sp5100-tco" 100 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() 109 writel(val, SP5100_WDT_CONTROL(tco->tcobase)); in tco_timer_start() 116 struct sp5100_tco *tco = watchdog_get_drvdata(wdd); in tco_timer_stop() local 119 val = readl(SP5100_WDT_CONTROL(tco->tcobase)); in tco_timer_stop() 121 writel(val, SP5100_WDT_CONTROL(tco->tcobase)); in tco_timer_stop() 128 struct sp5100_tco *tco = watchdog_get_drvdata(wdd); in tco_timer_ping() local 131 val = readl(SP5100_WDT_CONTROL(tco in tco_timer_ping() 141 struct sp5100_tco *tco = watchdog_get_drvdata(wdd); tco_timer_set_timeout() local 168 tco_timer_enable(struct sp5100_tco *tco) tco_timer_enable() argument 225 struct sp5100_tco *tco = watchdog_get_drvdata(wdd); sp5100_tco_setupdevice() local 399 struct sp5100_tco *tco; sp5100_tco_probe() local [all...] |
/kernel/linux/linux-6.6/drivers/watchdog/ |
H A D | sp5100_tco.c | 47 #define TCO_DRIVER_NAME "sp5100-tco" 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 in tco_timer_ping() 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...] |
/kernel/linux/linux-5.10/tools/testing/selftests/arm64/mte/ |
H A D | mte_helper.S | 101 msr tco, #MT_PSTATE_TCO_EN 113 msr tco, #MT_PSTATE_TCO_DIS 125 mrs x0, tco
|
/kernel/linux/linux-6.6/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
|
/kernel/linux/linux-5.10/sound/pci/rme9652/ |
H A D | hdspm.c | 1061 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...] |
/kernel/linux/linux-6.6/sound/pci/rme9652/ |
H A D | hdspm.c | 1060 struct hdspm_tco *tco; /* NULL if no TCO detected */ member 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() 2739 if (hdspm->tco) { in hdspm_pref_sync_ref() 2769 if (hdspm->tco) { in hdspm_pref_sync_ref() 2853 if (hdspm->tco) { in hdspm_set_pref_sync_ref() 2889 if (hdspm->tco) { in hdspm_set_pref_sync_ref() 2918 if (hdspm->tco) { in hdspm_set_pref_sync_ref() 3967 if (hdspm->tco) { in hdspm_tco_sync_check() [all...] |
/kernel/linux/linux-5.10/drivers/mfd/ |
H 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()
|
/kernel/linux/linux-6.6/drivers/mfd/ |
H 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()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | cyclades.h | 140 int tbpr,tco,rbpr,rco; member
|
/kernel/linux/linux-5.10/drivers/tty/ |
H A D | cyclades.c | 1939 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()
|