Home
last modified time | relevance | path

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

/drivers/thermal/intel/int340x_thermal/
A 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()
/drivers/mmc/host/
A Dsdhci-pci-gli.c293 u32 wt_enable; in gl9750_wt_on() local
296 wt_enable = FIELD_GET(SDHCI_GLI_9750_WT_EN, wt_value); in gl9750_wt_on()
298 if (wt_enable == GLI_9750_WT_EN_ON) in gl9750_wt_on()
310 u32 wt_enable; in gl9750_wt_off() local
315 if (wt_enable == GLI_9750_WT_EN_OFF) in gl9750_wt_off()
657 u32 wt_enable; in gl9755_wt_on() local
660 wt_enable = FIELD_GET(PCI_GLI_9755_WT_EN, wt_value); in gl9755_wt_on()
662 if (wt_enable == GLI_9755_WT_EN_ON) in gl9755_wt_on()
674 u32 wt_enable; in gl9755_wt_off() local
677 wt_enable = FIELD_GET(PCI_GLI_9755_WT_EN, wt_value); in gl9755_wt_off()
[all …]

Completed in 9 milliseconds