Home
last modified time | relevance | path

Searched refs:wt_enable (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/thermal/intel/int340x_thermal/
Dprocessor_thermal_wt_hint.c49 static u8 wt_enable; variable
62 if (!wt_enable) { in workload_type_index_show()
84 return sysfs_emit(buf, "%d\n", wt_enable); in workload_hint_enable_show()
112 wt_enable = mode; in workload_hint_enable_store()
163 if (wt_enable) in notification_delay_ms_store()
241 if (wt_enable) in proc_thermal_wt_hint_remove()
/linux-6.12.1/drivers/mmc/host/
Dsdhci-pci-gli.c221 u32 wt_enable; in gl9750_wt_on() local
224 wt_enable = FIELD_GET(SDHCI_GLI_9750_WT_EN, wt_value); in gl9750_wt_on()
226 if (wt_enable == GLI_9750_WT_EN_ON) in gl9750_wt_on()
238 u32 wt_enable; in gl9750_wt_off() local
241 wt_enable = FIELD_GET(SDHCI_GLI_9750_WT_EN, wt_value); in gl9750_wt_off()
243 if (wt_enable == GLI_9750_WT_EN_OFF) in gl9750_wt_off()
585 u32 wt_enable; in gl9755_wt_on() local
588 wt_enable = FIELD_GET(PCI_GLI_9755_WT_EN, wt_value); in gl9755_wt_on()
590 if (wt_enable == GLI_9755_WT_EN_ON) in gl9755_wt_on()
602 u32 wt_enable; in gl9755_wt_off() local
[all …]